2025年08月16日 3 阅读 VPS配置与测试 Debian系统垃圾清理 打开终端,输入命令:du -h /var/cache/apt/archives回车之后,就可以看到软件安装包所占用的空间。1、删除已卸载软件的安装包:apt autoclean2、删除所有的软件...
2025年08月16日 1 阅读 VPS Debian12系统disk加密 对/dev/sda进行加密操作:apt update apt install cryptsetup cryptsetup luksFormat /dev/sdaWARNING!This will...
2025年08月16日 0 阅读 VPS配置与测试 Debian12启用密钥登录 生成密钥ssh-keygen #或者: ssh-keygen -t rsa在服务器上安装公钥cd .ssh cat id_rsa.pub >> authorized_keys如此便完...
2025年08月16日 2 阅读 VPS Debian12编译安装Nginx1.26.2 卸载并清理安装的nginxapt autoremove nginx apt purge nginx apt clean编译安装Nginxwget http://nginx.org/downloa...
2025年08月16日 1 阅读 VPS Debian12安装最新版qBittorrent-nox-static 下载qBittorrent-nox-staticmkdir -p /app/qbittorrent wget -qO /app/qbittorrent/qbittorrent-nox http...