2023年11月27日星期一

VPS DD LINUX

# Debian 与 Ubuntu
apt-get install -y xz-utils openssl gawk file
# CentOS 与 RedHat
yum install -y xz openssl gawk file wget


wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && chmod a+x InstallNET.sh

# 安装 debian 11 64位  -p指定密码
bash InstallNET.sh -d 11 -v 64 -a -p 123456 --mirror 'http://mirrors.ustc.edu.cn/debian/'

# 安装 debian 12 64位  -p指定密码
bash InstallNET.sh -d 12 -v 64 -a -p 123456 --mirror 'http://mirrors.ustc.edu.cn/debian/'

openwrt 6300V2 USB无法显示的问题

lsusb and fdisk -l There's a method to turn USB power on which is probably not persistent. I hope this will help you. echo 0 > /sys/c...