".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
RAKsmart是知名的[美国服务器](https://www.idcspy.com/)租用商,主要提供快速、稳定、安全的美国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://www.6480i.com/archives/105959.html