Loading...
2024年9月更新:cp -r /etc/apt/sources.list /etc/apt/sources.list.bak;echo -e "deb http://deb.debian.org/debian/ buster main\ndeb-src http://deb.debian.org/debian/ buster main\ndeb http://security.d...
推荐安装Debian9wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/installNET/master/Install.sh" && chmod +x Install.sh && ./Install.sh 本站备用脚本:wget -N --...
支持重装的系统:Debian 9/10Ubuntu 18.04/16.04CentOS 6/7自定义DD镜像特性/优化: 自动获取IP地址、网关、子网掩码 自动判断网络环境,选择国内/外镜像,再也不用担心卡半天了 超级懒人一键化,无需复杂的命令解决萌咖脚本中一些导致安装错误的问题 CentOS 7 镜像抛弃LVM,回归ext4,减少不稳定因素使用方法:非常简单wget --no-check-...
Debian 8.0 ~ 11.0 Ubuntu 16.04 ~ 21.04 Kali Linux 2.0 ~ 2021.2 RHEL 7.0 ~ 8.4 CentOS 7.0 ~ 8.4 Fedora 28 ~ 34 一键换国内源bash <(curl -sSL https://gitee.com/SuperManito/LinuxMi...
检查VPS的TUN是否开启(OpenVZ虚拟化的服务器很可能默认关闭)。cat /dev/net/tun 如果TUN开启的话返回是:cat: /dev/net/tun: File descriptor in bad state 1.Rinetd模式(不需要开启TUN/TAP)Debian or Ubuntu系统#适用于单网卡(单IP)服务器: wget https://github.com...