必备工具
远程控制客户端(SSH):
- Finalshell (本站常用演示工具)
Windows 版下载地址:http://www.hostbuf.com/downloads/finalshell_install.exe
Mac 版,Linux 版安装及教程:http://www.hostbuf.com/t/1059.html
- Xshell(收费限制)
- putty下载地址:https://www.putty.org/备注:以上随机选用一个都可以
代码编辑
- notepad++下载地址: http://www.hostbuf.com/downloads/Notepad.zip
常用开源代码库
https://gitee.com (国内)
FQ工具推荐
初音cloud云加速 (最优质的GIA 、CN2线路,稳定有保障)
VPS服务商推荐
以vultr为例,支持支付宝、微信付款,最低3.5$/月,适合一般网站建设和测试,不适合博客系统。正式环境建议购买顶级线路,GIA>CN2>普通线路。一分钱一分货,切勿贪多,少而精才是王道。
常用脚本
通过yum源命令来安装wget:
yum -y install wget
系统升级
yum -y updade
宝塔面板一键安装脚本
Centos安装命令:
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
Ubuntu/Deepin安装命令:
wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh
Debian安装命令:
wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && bash install.sh
Fedora安装命令:
wget -O install.sh http://download.bt.cn/install/install.sh && bash install.sh
VPS基础性能测试
wget -N --no-check-certificate https://raw.githubusercontent.com/wn789/vpsxn/master/test_wn789.sh && bash test_wn789.sh
备注:该脚本可以获得配置信息、带宽信息、上传下载、全国ping值、IO性能等,耗时很短。
一键测试服务器到国内的速度:
非常的简单,每行一条命令
wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh
chmod +x superspeed.sh
./superspeed.sh
加速一键安装包
(BBR加速)使用 root 用户登录,运行以下命令:
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh
安装完成后,脚本会提示需要重启 VPS ,输入 y 并回车后重启。