vuleetu / serverSpeeder_Install

Install serverSpeeder/lotServer for Linux.

Home Page:https://moeclub.org/2017/03/08/14/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


ServerSpeeder Install



#For Linux (simple)
Usage

Usage:     
      bash appex.sh [install |uninstall |install '{serverSpeeder of Kernel Version}']     

Install

wget --no-check-certificate -O appex.sh https://raw.githubusercontent.com/0oVicero0/serverSpeeder_Install/master/appex.sh && chmod +x appex.sh && bash appex.sh install

Uninstall

wget --no-check-certificate -O appex.sh https://raw.githubusercontent.com/0oVicero0/serverSpeeder_Install/master/appex.sh && chmod +x appex.sh && bash appex.sh uninstall


使用此脚本安装时如遇许可证错误,可尝试使用此命令更新许可证。

bash /appex/bin/serverSpeeder.sh renewLic


部分用法说明(制作一键脚本或手动安装,仅供学习测试使用)

具体用哪个加速模块检索这个文件,选择最合适的.

https://github.com/0oVicero0/serverSpeeder_kernel/blob/master/serverSpeeder.txt

改加速模块文件名字.
下载链接如下(变量$1,$2,$3,$4,$5,$6)

https://raw.githubusercontent.com/0oVicero0/serverSpeeder_kernel/master/$1/$2/$3/$4/$5/$6

下载后的加速模块文件名改成这样 acce-$5-[$1_$2_$3]
如果不改名字,可能会触发某个BUG(Debian下会触发,别的系统没用过,不清楚.)
许可证在这里生成: https://moeclub.azurewebsites.net
(用Azure免费版搭建的,不支持HTTPS.)
需要填写你机器网卡的MAC,点击OK就可以生成.
也可以直接在服务器上运行下面这句(一般情况下可用):

wget --no-check-certificate -qO apx.lic https://moeclub.azurewebsites.net/lic?mac=$(ifconfig |grep -B1 "$(wget -qO- ipv4.icanhazip.com)" |awk '/HWaddr/{ print $5 }')


#仅供学习测试使用,严禁用于商业用途.


About

Install serverSpeeder/lotServer for Linux.

https://moeclub.org/2017/03/08/14/


Languages

Language:Shell 100.0%