会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Circle
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
20
下一页
2026年4月9日
linux的tuned服务介绍
摘要: tuned 是 RHEL/CentOS/Rocky Linux 的系统自动调优守护进程,根据预设配置文件批量调整内核参数、磁盘、网络、CPU 等设置。tuned 本质上是一个参数管理框架,把最佳实践打包成 profile,一键应用。 一. 工作原理 tuned 启动 ↓ 读取 /etc/tuned/
阅读全文
posted @ 2026-04-09 18:25 铿锵有力自信且坚定
阅读(101)
评论(0)
推荐(0)
2026年4月2日
tmux 基本使用
摘要: 一.tmux介绍 tmux —— 这是一个非常流行的 Linux/Unix 终端复用器(Terminal Multiplexer) tmux 允许您在一个终端窗口中创建多个会话、窗口和面板,即使断开 SSH 连接,程序也能在后台继续运行。 二.基本使用 tmux new -s mysession #
阅读全文
posted @ 2026-04-02 19:57 铿锵有力自信且坚定
阅读(24)
评论(0)
推荐(0)
linux shell(bash) 写出来进度条
该文被密码保护。
阅读全文
posted @ 2026-04-02 19:51 铿锵有力自信且坚定
阅读(0)
评论(0)
推荐(0)
2026年3月23日
ssh不输入密码登录设置
摘要: 一.条件 1.ssh只能使用密码登录2.不支持SSH密钥登录3.没法下载sshpass工具 二.设置 1. 创建密码脚本 echo 'echo your_password' > ~/.ssh/askpass.sh chmod 700 ~/.ssh/askpass.sh 2. 配置 ~/.ssh/co
阅读全文
posted @ 2026-03-23 18:09 铿锵有力自信且坚定
阅读(33)
评论(0)
推荐(0)
2026年3月22日
claude code 安装使用
摘要: 一.官方网站https://claude.com/product/claude-code https://code.claude.com/docs/en/overview#desktop-app 二.安装claude codecurl -fsSL https://claude.ai/install.
阅读全文
posted @ 2026-03-22 18:01 铿锵有力自信且坚定
阅读(86)
评论(0)
推荐(0)
2026年3月21日
Cygwin64 Terminal 记录命令及返回结果
摘要: 一.修改 ~/.bashrc 中的配置 1.方法一:修改 ~/.bashrc 中的配置(多个cygwin64 terminal也会写入一个日志) if [ -z "$SCRIPT_RUNNING" ]; then export SCRIPT_RUNNING=1 LOG_DIR=~/terminal_
阅读全文
posted @ 2026-03-21 22:13 铿锵有力自信且坚定
阅读(26)
评论(0)
推荐(0)
2026年3月8日
openclaw安装下载使用
摘要: 一.官网 OpenClaw 的官方网站: https://openclaw.ai/ GitHub 仓库:<https://github.com/openclaw/openclaw官方文档:https://docs.openclaw.ai技能市场 (ClawHub):https://clawhub.c
阅读全文
posted @ 2026-03-08 15:11 铿锵有力自信且坚定
阅读(2850)
评论(0)
推荐(0)
2026年3月2日
zabbix官方文档
摘要: 1.下载各个版本地址: https://cdn.zabbix.com/zabbix/binaries/stable/ 2.参考文档Zabbix 使用手册
阅读全文
posted @ 2026-03-02 10:02 铿锵有力自信且坚定
阅读(20)
评论(0)
推荐(0)
2026年2月28日
使用bcp工具同步sqlserver数据表的python3脚本
该文被密码保护。
阅读全文
posted @ 2026-02-28 13:25 铿锵有力自信且坚定
阅读(2)
评论(0)
推荐(0)
2026年2月11日
Linux抓包工具tcpdump
摘要: tcpdump 是 Linux/Unix 系统中最强大的网络抓包分析工具之一 一.参数1.基础参数-i <interface>: 指定监听的网络接口-c <count>: 抓取指定数量的数据包后停止-w <file>: 将抓包结果写入文件*.pcap-r <file>: 从文件读取数据包进行分析-v
阅读全文
posted @ 2026-02-11 17:03 铿锵有力自信且坚定
阅读(112)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
20
下一页
公告