上一页 1 2 3 4 5 6 ··· 17 下一页
该文被密码保护。 阅读全文
posted @ 2026-01-11 20:12 铿锵有力自信且坚定 阅读(0) 评论(0) 推荐(0)
摘要: 一. error.log报错a client request body is buffered to a temporary file 1.参考文档 https://blog.csdn.net/zhuchunyan_aijia/article/details/100541572 2.解决方法: cl 阅读全文
posted @ 2026-01-08 22:20 铿锵有力自信且坚定 阅读(6) 评论(0) 推荐(0)
摘要: 一.参考文档 官网:https://nginx.org/en/docs/http/ngx_http_log_module.html 二. 各参数作用 1.nginx配置文件配置方法log_format main '$remote_addr - $remote_user [$time_local] " 阅读全文
posted @ 2026-01-08 22:04 铿锵有力自信且坚定 阅读(45) 评论(0) 推荐(0)
摘要: 1.官方文档https://nginx.mosong.cc/guide/nginx_intro.html 阅读全文
posted @ 2026-01-08 22:00 铿锵有力自信且坚定 阅读(16) 评论(0) 推荐(0)
摘要: 一.把sdb,sdc磁盘使用raid1 1.两个盘都需要卸载分区后并格式化umount /tmp/test /tmp/test2mkfs.ext4 /dev/sdbmkfs.ext4 /dev/sdc2.清除旧超级块、分区表(关键!)wipefs -a /dev/sdbwipefs -a /dev/ 阅读全文
posted @ 2026-01-04 14:59 铿锵有力自信且坚定 阅读(41) 评论(0) 推荐(0)
摘要: 一.把sdc整块磁盘加到sdb1分区(/tmp/test) 上 1.备份数据cp -a /tmp/test /root/test_backup2.卸载/dev/sdb1umount /tmp/test3.将 /dev/sdb1 和 /dev/sdc 转为 LVM 物理卷(分区内容将格式化)pvcre 阅读全文
posted @ 2026-01-04 14:15 铿锵有力自信且坚定 阅读(51) 评论(0) 推荐(0)
摘要: 一.windows快捷键 二.Linux快捷键 阅读全文
posted @ 2025-12-23 20:40 铿锵有力自信且坚定 阅读(25) 评论(0) 推荐(0)
摘要: 问题:systemctl restart network/etc/sysconfig/network-scripts/ifcfg-eth0.bakup 配置文件被识别到并生效了解决:ifcfg-eth0.bakup 改成 ifcfg-eth0.bak systemctl start network一 阅读全文
posted @ 2025-12-23 18:06 铿锵有力自信且坚定 阅读(34) 评论(0) 推荐(0)
摘要: 一.AutoHotkey v2 介绍 1.安装地址: https://www.autohotkey.com/misc/AutoHotkey-v2.htm https://www.autohotkey.com 2.官方学习文档 https://www.autohotkey.com/docs/v2/do 阅读全文
posted @ 2025-12-17 20:11 铿锵有力自信且坚定 阅读(376) 评论(0) 推荐(0)
摘要: 最小可用的完整配置流程,支持CentOS 7/8、Rocky系统 一.安装服务端 1.安装rsyncyum -y install rsync 2.设置主配置文件 /etc/rsyncd.conf # 全局参数 uid = root # 运行时身份,推荐 root,避免权限错乱 gid = root 阅读全文
posted @ 2025-12-15 14:55 铿锵有力自信且坚定 阅读(51) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 17 下一页