博文

目前显示的是 十一月, 2023的博文

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/'

How to install WSL on Windows 10 Enterprise LTSC

  Then, open a  Powershell  console as Administrator and download the  .appx  of your preferred distro: Ubuntu 18.04 Ubuntu 18.04 ARM Ubuntu 16.04 Debian GNU/Linux Kali Linux OpenSUSE Leap 42 SUSE Linux Enterprise Server 12 Fedora Remix for WSL Invoke-WebRequest -Uri https://aka.ms/wsl-debian-gnulinux -OutFile Debian.appx -UseBasicParsing Add-AppxPackage .\Debian.appx