没BBR的日子感觉就像回到了56kb拨号一样,所以留个笔记方便快速部署。
uname -r 看下是不是4.18(不含)以上版本,如果是4.18需要做以下操作。
一、升级内核
rpm --import https://www...
今天一台机器在yum安装东西时突然中断,然后再次安装时提示以下错误:
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in <module>
yummain.user_main(sys.arg...
关于ksm的参数设置就没在此文,纯属设置开启ksm和保持开机自动启动。
service ksm start
chkconfig ksm on
service ksmtuned start
chkconfig ksmtuned on
CentOS 安装项目提示
Loaded plugins: fastestmirror, refresh-packagekit, security
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. Invalid release/repo/ar...
之前有好几台机器流量统计失效,经查发现cron进程卡死,直接Kill并重新运行一次即可。
一、查看进程,找到pid
ps aux | grep cronm
二、Kill
kill -9 pid
三、重新执行
/usr/loc...
Linux直接DD就行
dd if=/dev/zero of=test bs=1M count=1024 conv=fdatasync
dd if=/dev/zero of=512M.bin bs=1M count=512 conv=fdatasync
dd if=/dev/zero of=256M.bin bs=1M coun...
升级需要,留档备用,都是官方教程,所以适合正版用户,开心版用户自己想办法
一键升级:
https://docs.whmcs.com/Automatic_Updater
WHMCS完整包:
https://download.whmcs.com/#full
...