一键脚本
一键脚本
有云转晴自媒体
YouTube模板
B站模板
西瓜视频模板
知乎模板
微信公众平台模板
小红书模板
快手模块
网心云
v
shell颜色
本文档使用 MrDoc 发布
-
+
home page
一键脚本
# linux运维大师 适用于centos,debian,ubuntu系统 ```bash bash <(curl -Ls https://raw.githubusercontent.com/nezha001/ywsjgongju/main/linuxtools.sh) ``` # 万能centos有云工具箱 ```bash bash <(curl https://raw.githubusercontent.com/nezha001/ywsjgongju/main/gongju.sh) ``` ------------ ## 1.万能脚本 ```shell wget -N https://cdn.jsdelivr.net/gh/Misaka-blog/MisakaLinuxToolbox@master/MisakaToolbox.sh && chmod -R 777 MisakaToolbox.sh && bash MisakaToolbox.sh ``` ------------ ## 2.哪吒面板 ```shell curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod +x nezha.sh && ./nezha.sh ``` ------------ ## 3.SOCKS5 ```shell sudo su root yum -y install wget wget –no-check-certificate https://raw.github.com/Lozy/danted/master/install.sh -O install.sh bash install.sh --port=8888 --user=admin --passwd=123456 wget -q -N --no-check-certificate https://gitee.com/dwdferrewr/Socks5/raw/master/install.sh && bash install.sh ``` # 配置socks5代理 ```bash bash <(curl -fsSLk https://raw.githubusercontent.com/bulianglin/demo/main/xrayL.sh) socks ``` # 配置vmess+ws代理 ```bash bash <(curl -fsSLk https://raw.githubusercontent.com/bulianglin/demo/main/xrayL.sh) vmess ``` ------------ ## 4MTProto ```shell bash <(wget -qO- https://git.io/mtg.sh) ``` ------------ ## 5.SSR ```shell bash <(curl -s -L https://git.io/ss.sh) ``` ------------ ## 6.V2ray ```shell bash <(curl -s -L https://git.io/v2ray.sh) ``` ------------ ## 7.Xray ```shell wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh ``` ------------ ## 8.Trojan ```shell curl -O https://raw.githubusercontent.com/atrandys/trojan/master/trojan_mult.sh && chmod +x trojan_mult.sh && ./trojan_mult.sh ``` ------------ ## 9.Wireguard ```shell curl -O https://raw.githubusercontent.com/atrandys/wireguard/master/wg_mult.sh && chmod +x wg_mult.sh && ./wg_mult.sh ``` ------------ ## 10.Brook ```shell bash <(curl -s -L https://233blog.com/brook.sh) ``` ------------ ## 11.宝塔面板 Centos安装脚本 ```shell yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ``` Ubuntu/Deepin安装脚本 ```shell wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ``` Debian安装脚本 ```shell wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh ``` Fedora安装脚本 ```shell wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh ``` ------------ ## 12.BBR加速 ```bash cd /usr/src && wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh ``` ## 13.frp内网穿透 Install(安装) Aliyun ```bash wget https://code.aliyun.com/MvsCode/frps-onekey/raw/master/install-frps.sh -O ./install-frps.sh chmod 700 ./install-frps.sh ./install-frps.sh install ``` Github ```bash wget https://raw.githubusercontent.com/MvsCode/frps-onekey/master/install-frps.sh -O ./install-frps.sh chmod 700 ./install-frps.sh ./install-frps.sh install ``` Uninstall(卸载) ```bash ./install-frps.sh uninstall ``` Update(更新) ```bash ./install-frps.sh update ``` Server management(服务管理器) ```bash /etc/init.d/frps status#看状态 ``` {start|stop|restart|status|config|version}#其他 ## 14.xui搭建一键脚本 ```bash bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh) ``` ```bash bash <(wget -qO- https://raw.githubusercontent.com/sing-web/x-ui/main/install_CN.sh) ``` ## 15.linux系统设置远程ssh访问 更改root用户密码为123456 centos/redhat配置SSH访问(root用户下) ```bash bash <(curl -Ls https://raw.githubusercontent.com/nezha001/ywsjgongju/main/centos7tossh.sh) ``` ubuntu/debian配置SSH访问(root用户下) ```bash bash <(curl -Ls https://raw.githubusercontent.com/nezha001/ywsjgongju/main/ubuntutossh.sh) ``` ## 16.centos安装docker和docker-compose ```bash yum -y install wget && wget https://raw.githubusercontent.com/nezha001/ywsjgongju/main/centos7installdocker.sh && chmod 777 ./centos7installdocker.sh && ./centos7installdocker.sh ``` ## 17.云大师 ```bash rm -rf ./yundashi.sh && yum -y install wget && wget https://raw.githubusercontent.com/nezha001/ywsjgongju/main/yundashi.sh && chmod 777 ./yundashi.sh && bash ./yundashi.sh ``` ## 18.centos7一键安装umami网站分析工具 ```bash rm -rf ./installumami.sh && yum -y install wget && wget https://raw.githubusercontent.com/nezha001/ywsjgongju/main/installumami.sh && chmod 777 ./installumami.sh && ./installumami.sh ``` ## 19.一键安装aria2 ```bash yum -y install wget curl ca-certificates && wget -N git.io/aria2.sh && chmod +x aria2.sh && ./aria2.sh ``` ## 20.巡检服务器 ```bash rm -rf ./runxujian.sh ; yum -y install wget ; wget https://raw.githubusercontent.com/nezha001/ywsjgongju/main/runxujian.sh ; chmod +x runxujian.sh ; ./runxujian.sh ; rm -rf ./runxujian.sh ``` ## 21.fastpanel面板搭建 ```bash wget http://repo.fastpanel.direct/install_fastpanel.sh -O - | bash - ``` ## 22.Trojan Panel面板搭建 联机版(推荐) ```bash source <(curl -L https://github.com/trojanpanel/install-script/raw/main/install_script.sh) ``` 单机版 ```bash source <(curl -L https://github.com/trojanpanel/install-script/raw/main/install_script_standalone.sh) ``` ## 23.1panel面板 ```bash curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sudo bash quick_start.sh ``` ## 24.docker-安装脚本 ```bash bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/DockerInstallation.sh) ``` ### 安装最新版docker ```bash curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh && sudo systemctl start docker && sudo systemctl enable docker && docker --version ``` ### 安装docker-compose ```bash curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose ``` ## 25.openvpn搭建 ```bash wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh ```
有云转晴
Nov. 15, 2023, 12:10 a.m.
转发文档
Collection documents
Last
Next
手机扫码
Copy link
手机扫一扫转发分享
Copy link
Markdown文件
share
link
type
password
Update password