请注意,本文一切目的都是为了 Debian 11 系统好用,其它系统仅供参考。
DD 系统到 Debian11
当然,尽量不要去DD系统,如今很多 vps DD之后会有一些小麻烦,对于新手来说会非常不适。
DD Linux systems on VPS with support for Debian 9, 10, 11 and Ubuntu 18.04, 20.04.
Installed the common software 'wget curl git vim net-tools'. Some other simple system settings.
Download and run the DD script:
wget https://raw.githubusercontent.com/yeahwu/InstallOS/main/InstallOS.sh && bash InstallOS.sh
Default root password: 1024.day

来源:https://github.com/yeahwu/InstallOS
快速查看系统内核 CPU 等信息
安装htop
可以查看进程和系统状态,安装命令:apt install -y htop
安装neofetch
可以简单快速查看系统内核 CPU 等信息,安装命令:apt install -y neofetch

Bench.sh 查看 Linux 系统信息测试网络带宽及硬盘读写速率
Bench.sh 同时也是域名可直接访问获取测试命令:wget -qO- bench.sh | bash

回程路由测试
wget -qO- git.io/besttrace | bash
可快速预览VPS到国内各网络基本情况。
查看最新内核升级并安装内核 headers
查看最新内核:apt-cache search linux-image
根据内核版本号升级或安装内核headers:
apt install -y linux-headers-5.10.0-18-cloud-amd64
注意:以上命令中 5.10.0-15 是版本号,根据情况自行替换。
安装完成后 reboot
重启系统。
查看内核 headers 版本:dpkg --list | grep linux-headers
查看系统中的内核:dpkg --list | grep linux-image
如果要删除旧的内核:apt-get purge linux-headers-4.19.0-14-amd64
谨慎操作
至此,基本的系统环境满足要求,开始你的 VPS 使用之旅吧。