ubuntu共3篇
VMWare中ubuntu挂载共享文件夹-科技密码

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...
mengniu的头像-科技密码mengniu2年前
038030
UBUNTU add-apt-repository: command not found解决方法-科技密码

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...
mengniu的头像-科技密码mengniu3年前
037180
Ubuntu下如何永久保存iptables规则-科技密码

Ubuntu下如何永久保存iptables规则

使用iptables-persistent 安装iptables-persistent apt install iptables-persistent -y 保存 netfilter-persistent save
mengniu的头像-科技密码mengniu3年前
034360