- 注册时间
- 2012-9-20
- 最后登录
- 2024-11-14
- 阅读权限
- 200
- 积分
- 5477
- 精华
- 0
- 帖子
- 1152
|
复制from loc 的
RT
CentOS 7.1 为例子(其他系统和内核问题自行官网解决)
- echo "13.75.47.15 license.cloudtalkers.com" >> /etc/hosts
- echo "13.75.47.15 45.63.59.243" >> /etc/hosts
- yum -y install wget dmidecode net-tools psmisc
- wget -O ./flash_tcp.tar.gz http://flash-tcp-download.oss-cn-qingdao.aliyuncs.com/flash_tcp_x86_64_3.10.0-229.20.1.el7.x86_64.tar.gz
- rm -rf /flash_tcp
- tar xf flash_tcp.tar.gz -C /
- /flash_tcp/install.sh
- cd /flash_tcp/
- wget http://自己放个地方吧/tm_config
- cd
- /flash_tcp/restart.sh
- /flash_tcp/status.sh
复制代码
- 其他命令
- /flash_tcp/start.sh
- /flash_tcp/stop.sh
- /flash_tcp/uninstall.sh
- tm_config
复制代码- {
- "lic_code": "hostloc",
- "duration": "120 Months",
- "max_bandwidth": "200M",
- "activate_date": "2016-07-06",
- "expire_date": "2026-07-06",
- "low_bound_bandwidth": "25600"
- }
复制代码 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
|