想安装debian 7(代号:wheezy),但是在官方现行的源里找不到wheezy的信息。 继续阅读KVM小鸡安装旧版本debian
月度归档: 2020年6月
PR小鸡Debian调整swap
先通过https://developer.aliyun.com/ask/213532
If the case is remote server without console, you can shrink filesystem using initramfs while rebooting. You need to add resize2fs to initramfs and run it before mounting root. 继续阅读PR小鸡Debian调整swap
pacificrack小鸡安装debian 10
cd /boot/
wget http://ftp.nl.debian.org/debian/dists/buster/main/installer-amd64/current/images/netboot/debian-installer/amd64/initrd.gz
wget http://ftp.nl.debian.org/debian/dists/buster/main/installer-amd64/current/images/netboot/debian-installer/amd64/linux
在/boot/grub/grub.cfg中找到类似 继续阅读pacificrack小鸡安装debian 10
firewalld防火牆
firewall-cmd --add-service={http,https,smtp,imap,smtps,imaps,ssh,wireguard} --permanent --zone=public
vim /etc/firewalld/firewalld.conf
有個InvividualCalls=no 把它改成InvividualCalls=yes
儲存離開
sudo systemctl restart firewalld