首頁 程序猿 碼農開發 瀏覽內容
【Linux】LotServer(銳速)一鍵安裝腳本
LotServer是銳速的母公司,這個跟之前分享的銳速破解一鍵腳本的區別就是內核支持的全面些,然后安裝的銳速版本不再是清一色的3.10.61.0了。腳本作者Vicer,項目已在Github開源。
功能: 0.#Only for Linux.
1.支持自動檢測公網網卡,多個網卡也能區分.
2.支持自動適配內核(需銳速支持).
3.添加詢問是否開啟accppp功能.(實測并開啟后沒有效果.)
4.默認設置為G口寬帶.(聽說設置大點可以提高速度)
5.支持一鍵完全卸載(此腳本安裝的無殘留).
6.所需文件均來自GiuHub,不放心可自行查閱.(完全公開,適合新手學習)
7.不支持自動更換內核,請自行更換.(網上教程非常多)
8.不支持 OpenVZ,不需要嘗試,會告訴你找不到網卡.
9.吐槽: CentOS 居然連 which 都要自己安裝,心好累.腳本將就著看吧.
#.除此腳本外,所有內容均來自互聯網.本人不負任何法律責任,僅供學習使用.
#.安裝文件appex.zip 為 lotServer的, 增加了一些 lotServer 加速模塊。(感謝 @lotServer 提供安裝文件.)
#.使用前請日常 update; 歡迎反饋bug(各種安裝錯誤).
GitHub地址:
https://github.com/0oVicero0/serverSpeeser_Install
serverSpeeder_support_kernel支持的內核版本
https://github.com/0oVicero0/serverSpeeder_kernel/blob/master/SystemList.md
Linux serverSpeeder Install (安裝):
wget --no-check-certificate -O appex.sh https://raw.githubusercontent.com/0oVicero0/serverSpeeser_Install/master/appex.sh && chmod +x appex.sh && bash appex.sh install
wget --no-check-certificate -O appex.sh https://raw.githubusercontent.com/0oVicero0/serverSpeeser_Install/master/appex.sh && chmod +x appex.sh && bash appex.sh install '${Kernel Version}'wget --no-check-certificate -O appex.sh https://raw.githubusercontent.com/0oVicero0/serverSpeeser_Install/master/appex.sh && chmod +x appex.sh && bash appex.sh unstall
使用方法:
啟動命令 /appex/bin/lotServer.sh start
狀態查詢 /appex/bin/lotServer.sh status
停止加速 /appex/bin/lotServer.sh stop

