wget安装出现证书不信任
bash <(wget --no-check-certificate -O- https://dl.233.mba/d/sh/superbenchpro.sh)
刷新配置
安装完成某项应用后可能出现“command not found”,刷新配置后重新连接ssh一般可以解决
source /etc/profile
查看CPU信息
cat /proc/cpuinfo
关键字查找进程
ps -ef | grep <进程关键字>
内核更改-开启BBR,更换BBRplus等
脚本来自:https://blog.ylx.me/archives/783.html
bbr3启用方法:使用不卸载内核版本的脚本,选择安装xanmod官方最新内核,重启后选择使用bbr+fq加速再次重启即可
卸载内核版本
wget -O tcp.sh "https://git.io/coolspeeda" && chmod +x tcp.sh && ./tcp.sh
镜像(国内机器或ipv6 only请使用这个)
wget -N --no-check-certificate "https://dl.233.mba/d/sh/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
不卸载内核版本
wget -O tcpx.sh "https://git.io/JYxKU" && chmod +x tcpx.sh && ./tcpx.sh
镜像(国内机器或ipv6 only请使用这个)
wget -N --no-check-certificate "https://dl.233.mba/d/sh/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
修改主机名
首先执行:hostnamectl set-hostname <yourname>
然后执行下面的命令,修改原主机名为刚刚设置的
vi /etc/hosts
最后输入 reboot 重启机器
iptables一键转发脚本
wget --no-check-certificate https://dl.233.mba/d/sh/iptables.sh && bash iptables.sh
一键开启Swap脚本
特点:一键开启,包含删一键添加与删除功能
wget --no-check-certificate https://dl.233.mba/d/sh/swap.sh && bash swap.sh
|