RAKsmart是知名的美国服务器租用商。主要提供快速。稳定。安全的美国VPS主机。美国大带宽服务器等产品服务。在业内拥有良好的口碑。租用RAKsmart美国VPS后。我们可以利用相关命令进行系统环境配置等操作。下面就来看下这些基本配置命令都有哪些。
RAKsmart美国VPS主机产品方案众多。有美国CN2 VPS。美国CN2 Only VPS。美国DDoS VPS等多种类型。用户可以根据实际需求选择合适的配置方案。
相关阅读:《RAKsmart美国VPS最新测评分析》
重装系统
wget –no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh
升级系统
apt update -y && apt upgrade -y
安装各种依赖
1。安装wget unzip screen fuse curl
yum -y install wget unzip screen fuse fuse-devel curl
CentOS 8下安装镜像。需要先执行 sudo yum install epel-release 安装epel。再执行 sudo yum install screen 安装screen。下同。
2。安装git wget crul
#Centos
yum install git -y
yum -y install wget
yum update -y && yum install curl -y
#Debian/Ubuntu
apt-get install git -y
apt-get install wget
apt-get update -y && apt-get install curl -y
3。安装wget curl screen git python
apt install wget curl screen git sudo python3-distutils -y
4。安装nodejs
curl -sL https://deb.nodesource.com/setup_12.x | bash –
apt-get install -y nodejs
5。安装Docker
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
6。安装BBR加速
不卸载内核一键加速升级版
wget -N –no-check-certificate “https://github.000060000.xyz/tcpx.sh” && chmod +x tcpx.sh && ./tcpx.sh
卸载内核一键加速升级版
wget -N –no-check-certificate “https://github.000060000.xyz/tcp.sh” && chmod +x tcp.sh && ./tcp.sh
更多教程:RAKsmart教程
本文地址:https://gpu.xuandashi.com/15157.html,转载请说明来源于:渲大师
声明:本站部分内容来自网络,如无特殊说明或标注,均为本站原创发布。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。分享目的仅供大家学习与参考,不代表本站立场!