基础脚本合集(琉璃自用)

琉璃心
2021-07-15 / 0 评论 / 928 阅读 / 正在检测是否收录...

Linux切换为Root用户

sudo -i && cd /root

网卡信息

ip add

CentOS更新系统软件以及安装常用软件:

yum -y update && yum -y install wget curl zip unzip

Debian,UBT安装常用软件:

apt-get -y install wget curl zip unzip

系统新装(包含常用基础指令集)

bash <(curl -Lso- https://blog.liulixin.top/bash/public/newvps.sh)

BBRPlus一键安装

bash <(curl -Lso- https://blog.liulixin.top/bash/public/bbr.sh)

CentOS7关闭系统自带的firewalld防火墙

systemctl stop firewalld.service && systemctl disable firewalld.service

清理 bash_history 命令记录

rm -f .bash_history

密匙登录

bash <(curl -Lso- https://blog.liulixin.top/bash/public/keylogin/keylogin.sh)

SpeedestX网页版测速一键搭建(带测速历史)

bash <(curl -Lso- https://blog.liulixin.top/bash/public/speedtestx/speedtestx.sh)

7

评论 (0)

取消