自用快速裝機腳本大全
wget -N --no-check-certificate "https://raw.githubusercontent.com/BlueSkyXN/LinuxNetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
OneDrive大陸優化新版
wget -N --no-check-certificate "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
升級內核
參考該教程:Linux更新BBR內核並切換啟動內核
寶塔麵板安裝
curl -sSO http://download.bt.cn/install/install_panel.sh && bash install_panel.sh
寶塔麵板配置項目(白嫖版)
Nginx,php(及其擴展),mysql,Redis,堡塔麵板靜態文件加速,nginx防火牆
PHP守護,係統防火牆,係統啟動項,Python項目管理器,Fail2ban防爆破
PM2管理器,Memcached,Docker管理器,穀歌雲網盤,ftp
計劃任務:備份到穀歌網盤
監控和安全:手動開啟
依賴安裝
bash <(curl -sL mcnb.top/yum.sh)
yum -y install epel-release
yum -y install wget unzip screen fuse fuse-devel
V2-UI安裝
bash <(curl -Ls https://blog.sprov.xyz/v2-ui.sh)
穀歌網盤Clone全家桶安裝
curl https://rclone.org/install.sh | sudo bash
yum install -y python3 python3-pip git
git clone https://github.com/xyou365/AutoRclone
cd AutoRclone
pip3 install -r requirements.txt
bash <(wget -qO- https://git.io/gclone.sh)
用寶塔麵板手動上傳flcone
Gost一鍵腳本
wget --no-check-certificate -O gost.sh https://raw.githubusercontent.com/BlueSkyXN/EasyGost/master/gost.sh && chmod +x gost.sh && ./gost.sh
iptablesDDNS一鍵腳本
wget -qO natcfg.sh https://raw.githubusercontent.com/arloor/iptablesUtils/master/natcfg.sh && bash natcfg.sh
大陸優化版本
wget -qO natcfg.sh http://arloor.com/sh/iptablesUtils/natcfg.sh && bash natcfg.sh
aria一鍵腳本
yum install wget curl ca-certificates
wget -N git.io/aria2.sh && chmod +x aria2.sh
./aria2.sh
Sharelist 安裝
wget --no-check-certificate -qO- https://raw.githubusercontent.com/reruin/sharelist/master/netinstall.sh | bash
然後去PM2管理器移除自動識別的項目,手動指定目錄和主程序(app.js)
Shellbot 安裝
yum install -y make python build-essential
git clone https://github.com/BlueSkyXN/shell-bot.git
cd shell-bot
npm install
node server
然後去PM2管理器查看,如果識別錯誤,需要移除自動識別的項目,手動指定目錄和主程序(server.js)
Pagermaid安裝
git clone https://github.com/xtaodada/PagerMaid-Modify.git
cd PagerMaid-Modify
pip3 install -r requirements.txt
去https://my.telegram.org/生成api填入配置文件,我們隻需要複製api id和api_hash值
用寶塔麵板將文件夾中的配置config.gen.yml文件改名為config.yml
用寶塔麵板的Supervisor管理器 添加進程,運行命令為python3 -m pagermaid
PagermaidModify新版本安裝
wget https://raw.githubusercontent.com/xtaodada/PagerMaid-Modify/master/install.sh && chmod +x install.sh && bash install.sh
Rclone&網盤
掛載硬盤
rclone config
(選擇新建穀歌網盤+full權限,其他全空或者no,直到給你個網址去get驗證碼)
mkdir -p /home/gdrive
rclone mount gd: /home/gdrive --allow-other --allow-non-empty --vfs-cache-mode writes
/home/gdrive和gd記得修改
用寶塔麵板的Supervisor管理器 添加進程,運行命令為上麵的那個
卸載硬盤
fusermount -qzu /home/gdrive
/home/gdrive記得修改
相關說明:
1、VIP會員無限製任意下載,免積分。立即前往開通>>
2、下載積分可通過日常 簽到、綁定郵箱 以及 積分兌換 等途徑獲得!
3、本站資源大多存儲在雲盤,如出現鏈接失效請評論反饋,如有密碼,均為:www.ipipn.com。
4、所有站內資源僅供學習交流使用。未經原版權作者許可,禁止用於任何商業環境,否則後果自負。為尊重作者版權,請購買正版作品。
5、站內資源來源於網絡公開發表文件或網友分享,如侵犯您的權益,請聯係管理員處理。
6、本站提供的源碼、模板、軟件工具等其他資源,都不包含技術服務,請大家諒解!
7、源碼、模板等資源會隨著技術、壞境的升級而存在部分問題,還請慎重選擇。
PS.源碼均收集自網絡,如有侵犯閣下權益,請發信件至: admin@ipipn.com .
源站網 » 自用快速裝機腳本大全