摘要: Jenkins2 入门到精通系列文章。 Jenkins2 下载与启动jenkins2 插件安装jenkins2 hellopipelinejenkins2 pipeline介绍jenkins2 javahelloworldjenkins2 groovy入门jenkins2 pipeline入门jen 阅读全文
posted @ 2016-09-15 20:55 iTech 阅读(15621) 评论(1) 推荐(3) 编辑
摘要: linux 常用命令,基础知识,常用工具。。。 阅读全文
posted @ 2014-04-12 11:52 iTech 阅读(7173) 评论(0) 推荐(2) 编辑
摘要: Jenkins入门系列的文章,快速地了解和使用Jenkins。 阅读全文
posted @ 2011-11-23 12:38 iTech 阅读(216305) 评论(13) 推荐(31) 编辑
摘要: SCM软件配置管理 阅读全文
posted @ 2011-08-26 15:05 iTech 阅读(5055) 评论(0) 推荐(1) 编辑
摘要: 软件构建发布自动化, 软件持续集成和发布 阅读全文
posted @ 2011-07-25 17:10 iTech 阅读(3588) 评论(0) 推荐(2) 编辑
摘要: Python 学习总结 阅读全文
posted @ 2011-01-31 14:25 iTech 阅读(9477) 评论(10) 推荐(6) 编辑
摘要: 本系列针对Bash Shell,其他的比较流行的Shell还有Korn shell (ksh)和"Tenex C shell" (tcsh)。一 简单过程1)可以使用任意一种文字编辑器,比如nedit、kedit、emacs、vi等来编写shell脚本。ubuntu中可以使用gedit,notpad... 阅读全文
posted @ 2009-04-07 21:52 iTech 阅读(3405) 评论(0) 推荐(2) 编辑
摘要: https://platform9.com/blog/argo-cd-vs-tekton-vs-jenkins-x-finding-the-right-gitops-tooling/ implement GitOps with Kubernetes ArgoCD Tekton GitHub Star 阅读全文
posted @ 2025-01-19 22:23 iTech 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://www.redhat.com/en/topics/ai/llmops https://www.redhat.com/en/topics/cloud-computing/what-is-kubeflow https://www.kubeflow.org/docs/started/arc 阅读全文
posted @ 2025-01-19 22:20 iTech 阅读(12) 评论(0) 推荐(0) 编辑
摘要: How does AIOps work?With AIOps, your organization takes a more proactive approach to resolve IT operational issues. Instead of relying upon sequential 阅读全文
posted @ 2025-01-19 21:43 iTech 阅读(16) 评论(1) 推荐(0) 编辑
摘要: https://github.com/nomic-ai/gpt4all https://github.com/zylon-ai/private-gpt 阅读全文
posted @ 2025-01-18 22:53 iTech 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://github.com/abilzerian/LLM-Prompt-Library https://www.promptingguide.ai/ 阅读全文
posted @ 2025-01-18 22:49 iTech 阅读(4) 评论(0) 推荐(0) 编辑
摘要: KAG: A Better Alternative to RAG for Domain-Specific Knowledge Applications https://medium.com/@ahmed.missaoui.pro_79577/rag-vs-kag-a-comparative-anal 阅读全文
posted @ 2025-01-18 22:22 iTech 阅读(211) 评论(1) 推荐(0) 编辑
摘要: https://github.com/JShollaj/awesome-llm-web-ui Contents Streamlit Gradio Lobe Chat Text Generation WebUI Open WebUI (formerly: Ollama WebUI) Hugging F 阅读全文
posted @ 2025-01-18 21:02 iTech 阅读(9) 评论(0) 推荐(0) 编辑
摘要: What is DevOps? DevOps is a mindset, a culture, and a set of technical practices. It provides communication, integration, automation, and close cooper 阅读全文
posted @ 2024-10-03 21:48 iTech 阅读(6) 评论(0) 推荐(0) 编辑
摘要: langchain: 提供了大模型相关应用开发的所有便利。 https://python.langchain.com/docs/get_started/introduction Build your LLM application with LangChain Trace your LLM appl 阅读全文
posted @ 2024-03-06 21:39 iTech 阅读(93) 评论(0) 推荐(0) 编辑
摘要: https://docs.vllm.ai/en/latest/index.html 高吞吐量、高内存效率的 LLMs 推理和服务引擎(快速搭建本地大模型,且openAI API 兼容) vLLM is a fast and easy-to-use library for LLM inference 阅读全文
posted @ 2024-03-05 22:41 iTech 阅读(294) 评论(0) 推荐(0) 编辑
摘要: https://docs.llamaindex.ai/en/stable/module_guides/models/llms.html 可以按参数和评分来选择模型: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard ll 阅读全文
posted @ 2024-03-05 22:36 iTech 阅读(25) 评论(0) 推荐(0) 编辑
摘要: https://ollama.com/ 使用 Llama 2、Mistral、Gemma 和其他大型语言模型启动和运行。 支持windows,Linux,Mac。 支持的开源模型列表: Ollama supports a list of models available on ollama.com/ 阅读全文
posted @ 2024-03-05 22:12 iTech 阅读(449) 评论(0) 推荐(0) 编辑
摘要: 2021年扩展DevOps的6种方法 加强devops流程的自动化 为了满足快速、高质量应用程序交付的需求,现代软件团队需要一种超越常规性能测试的方法。在这里,以devops为中心的方法可以提供更快、更有效的开发,并帮助确保交付高质量的软件。使用敏捷方法构建应用程序的组件,并在创建时验证特性,确保可 阅读全文
posted @ 2021-01-20 22:14 iTech 阅读(243) 评论(0) 推荐(0) 编辑
摘要: nodejs读写redis https://redis.io/commands https://www.npmjs.com/package/redis var redis = require('redis'); var client = redis.createClient(); client.on 阅读全文
posted @ 2020-07-06 10:44 iTech 阅读(375) 评论(0) 推荐(0) 编辑
摘要: nodejs队列 创建具有指定并发性的队列对象。添加到队列的任务以并行方式处理(直到并发性限制)。如果所有的worker都在进行中,任务就会排队,直到有一个worker可用。worker完成任务后,将调用该任务的回调。 priorityQueue对象,queue和priorityQueue对象有两个 阅读全文
posted @ 2020-07-06 10:27 iTech 阅读(3185) 评论(0) 推荐(0) 编辑
摘要: nodejs集群 单个 Node.js 实例运行在单个线程中。 为了充分利用多核系统,有时需要启用一组 Node.js 进程去处理负载任务。 集群中的Master 现在让我们详细了解Master的职责。 Fork/Spawn Worker: Master负责创建你需要的Worker进程,但是你不能创 阅读全文
posted @ 2020-07-06 10:24 iTech 阅读(836) 评论(0) 推荐(0) 编辑
摘要: shelljs https://github.com/shelljs/shelljs 实例 var shell = require('shelljs'); if (!shell.which('git')) { shell.echo('Sorry, this script requires git') 阅读全文
posted @ 2020-07-06 10:18 iTech 阅读(2593) 评论(0) 推荐(0) 编辑
摘要: websockets介绍 websockets这个新协议为客户端提供了一个更快、更有效的通信线路。像HTTP一样,websockets运行在TCP连接之上,但是它们更快,因为我们不必每次都打开一个新的连接来发送消息,因为只要服务器或客户端想要,连接就会一直保持活跃。 更好的是,由于连接永远不会中断, 阅读全文
posted @ 2020-07-06 10:13 iTech 阅读(580) 评论(0) 推荐(0) 编辑
摘要: http相关modules HTTP – the Standard Library Request Axios SuperAgent 推荐使用axios 或者super agent 使用axios和superagent的get const axios = require('axios'); axio 阅读全文
posted @ 2020-07-06 09:57 iTech 阅读(4943) 评论(0) 推荐(0) 编辑
摘要: 获取进程相关的基本信息 #!/bin/env node console.log (process.execPath) console.log (process.cwd()) console.log (process.pid) let user = process.env.USER || "" con 阅读全文
posted @ 2020-07-06 09:50 iTech 阅读(1313) 评论(0) 推荐(0) 编辑
摘要: nodejs读写yaml npm install -g js-yaml // read.js const fs = require('fs'); const yaml = require('js-yaml'); try { let fileContents = fs.readFileSync('./ 阅读全文
posted @ 2020-07-06 09:38 iTech 阅读(3073) 评论(0) 推荐(1) 编辑
摘要: 读json文件 'use strict'; const fs = require('fs'); let rawdata = fs.readFileSync('student.json'); let student = JSON.parse(rawdata); console.log(student) 阅读全文
posted @ 2020-06-29 20:13 iTech 阅读(15348) 评论(0) 推荐(1) 编辑
摘要: 文本文件的换行符 方法一: var EOL = fileContents.indexOf("\r\n") >= 0 ? "\r\n" : "\n"; 方法二: var EOL = (process.platform 'win32' ? '\r\n' : '\n') 删除文件 var fs = req 阅读全文
posted @ 2020-06-29 19:52 iTech 阅读(3436) 评论(0) 推荐(0) 编辑
摘要: 路径相关函数 path.basename('/foo/bar/baz/asdf/quux.html'); // Returns: 'quux.html' path.basename('/foo/bar/baz/asdf/quux.html', '.html'); // Returns: 'quux' 阅读全文
posted @ 2020-06-29 19:39 iTech 阅读(6347) 评论(0) 推荐(0) 编辑
摘要: Nodejs为终端字符增加样式 只有黑白的色调对于比较复杂的命令行程序来说就显得太单调了,我们可以为命令行程序增加样式使得程序更加友好! 安装package: npm install -S chalk #!/bin/env node const chalk = require('chalk'); c 阅读全文
posted @ 2020-06-18 07:46 iTech 阅读(2606) 评论(0) 推荐(0) 编辑
摘要: 解析脚本参数 作为脚本或者命令行工具,一般都需要支持不同的用户参数。默认参数被保存在process.argv的数组中,如下: [ nodeBinary, script, arg0, arg1, ... ] 模块commander 但是为了更方便地处理参数,我们可以使用第三方模块commander。安 阅读全文
posted @ 2020-06-15 21:12 iTech 阅读(271) 评论(0) 推荐(0) 编辑
摘要: Nodejs与管道 Linux的其中一个设计哲学就是小而精,一个程序只做一件事情,然后通过管道将多个程序连接起来完成复杂的任务。 比如如下的命令: ps -ef | grep node cat aaa.txt | grep bbb | cut -d' ' -f3 | sort | uniq |wc 阅读全文
posted @ 2020-06-15 20:49 iTech 阅读(720) 评论(0) 推荐(0) 编辑
摘要: 为什么使用nodejs实现命令行工具 Node.js是一个基于事件驱动I/O的JavaScript环境,基于Google的V8引擎,V8引擎执行Javascript的速度非常快,性能非常好。 众所周知,javascript已经成为最流行的编程语言,以前javascript只是用来实现web前端功能, 阅读全文
posted @ 2020-06-09 20:15 iTech 阅读(2131) 评论(0) 推荐(0) 编辑
摘要: 谷歌SRE的7条原则 拥抱合理的风险 最大化系统的稳定性不仅毫无意义,而且会适得其反。不切实际的可靠性目标限制了新功能交付给用户的速度,而且用户通常不会注意到极端的可用性(比如99.99999%),因为他们的体验是由最不稳定的组件决定的。 拥有100%的可用性需求严重限制了团队向系统交付更新和改进的 阅读全文
posted @ 2020-05-25 19:09 iTech 阅读(670) 评论(0) 推荐(0) 编辑
摘要: SRE网站可靠性工程师 SRE需要做什么? 一般: 故障模式,尤其是SPOF(单点故障)。消除SPOFs是你作为SRE最大的挑战和乐趣。 基础设施组件,从应用程序到硬件(服务器、交换机、路由器、互联网连接、防火墙、isp、互联网路由(BGP)、IPS系统等)。 应用程序级别: 应用程序负载测试、内存 阅读全文
posted @ 2020-05-23 21:40 iTech 阅读(860) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示