么新买的vps到手后首要操作是什

作为一个资深的小鸡玩家,你一点要知道的小鸡到手后的首要操作。本人喜欢用Debian系的操作系统,所以本教程以Debian为例。

2020072004460163-1

1、升级系统或更换系统,不支持Debian的就自行dd一个。

  1. wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh
  2. # 默认密码Pwd@Linux
  1. apt update
  2. apt full-upgrade -y
  3. (以下可选,Debian9升级至Debian10)
  4. sed -i 's/stretch/buster/g' /etc/apt/sources.list
  5. apt update
  6. apt full-upgrade -y

用最新版操作系统,有诸多好处,比如性能上的提升,更便捷的操作,更多软件支持,更多新特性等等,举个例子,大家都知道某些基于tls加密的web服务器或反向代理服务器,比如nginx,用tls1.3速度和安全性会有较大提升,而Debian10用apt默认安装nginx就支持tls1.3,Debian9的则不然。

2、安装基本软件

  1. apt install wget curl htop vim zsh unzip man ufw fail2ban certbot nginx speedtest-cli python3 python3-pip openssl cron socat curl git aria2 -y
  2. pip3 install requests bs4 lxml python-telegram-bot you-get 有图比-dl

3、优化tcp传输(即开启bbr)

  1. echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
  2. echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
  3. sysctl -p
  4. sysctl net.ipv4.tcp_available_congestion_control
  5. lsmod | grep bbr

4、美化终端

  1. sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  2. git clone https://github.com/zsh-users/zsh-autosuggestions ${ ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
  3. git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
  4.  
  5. zsh-autosuggestions zsh-syntax-highlighting

5、安全加固
大概就几步,更换ssh端口,开启防火墙,安装fail2ban。

6、性能测试

  1. wget -qO- git.io/superbench.sh | bash
上一篇:谷歌服务框架安装教程(教你快速安装Google play三件套)
下一篇:家庭版酥烤鱼排,外酥里嫩超好吃,香酥脆爽太赞了,百吃不厌!