排序
VMWare中ubuntu挂载共享文件夹
挂载共享目录前需要先安装open-vm-tools apt install open-vm-tools -y 手动挂载: mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other 自动挂载: echo ".host:/ /mnt/hgfs fus...
UBUNTU add-apt-repository: command not found解决方法
UBUNTU运行add-apt-repository命令时提示add-apt-repository: command not found错误, 解决方法: apt install software-properties-common -y 网上有的人写的是apt install software-properti...
Ubuntu下如何永久保存iptables规则
使用iptables-persistent 安装iptables-persistent apt install iptables-persistent -y 保存 netfilter-persistent save


