通过dd 命令给 VPS重装debian 11 系统

前言 当你想在 vps 里面重新安装一个干净的系统的时候,你就可以用下面的方法来执行。注意看说明,这个不是一键脚本,需要修改参数。 一键傻瓜式安装 1.示

vpstools

一键命令 One click command 1 apt -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowDowngradeToInsecureRepositories=true update && apt-get install sudo curl screen -y && curl -LO https://raw.githubusercontent.com/johnrosen1/vpstoolbox/master/vps.sh && sudo screen -U bash vps.sh 仅支援 Debian/Ubuntu 系统。

一键V2ray服务器搭建

1 wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh

Debian 10 升级 Debian 11

Debian 的大版本发布是很罕见的,因为它往往需要社区的多年努力。这就是为什么 Debian 是真正的通用操作系统,并且在稳定性方面坚如磐石。 代号 Bullseye 的 Debian 11 即将正式发

甲骨文ARM Ubuntu一键DD脚本

1.新建实例时选的 ubuntu 20.4,非 mini 版。 2.下载脚本 1 curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh 3.执行脚本 1 sudo bash debi.sh --architecture arm64 --user root --password password 4.设置默认root的密码为password,登陆