debian禁止覆盖dns【阿里云】
vim /etc/network/interfaces [crayon-681adebdc188c452278…
Linux运维技巧,Linux变成经验
vim /etc/network/interfaces [crayon-681adebdc188c452278…
为什么要卸载 心里不爽 卸载阿里云盾监控
1 2 3 4 5 6 7 |
wget http://update.aegis.aliyun.com/download/uninstall.sh chmod +x uninstall.sh ./uninstall.sh wget http://update.aegis.aliyun.com/download/quartz_uninstall.sh chmod +x quartz_uninstall.sh ./quartz_uninstall.sh |
删…
大内存Linux服务器的另类应用:内存做为硬盘!极速读写!(Linux内存做硬盘) tmpfs简介 tmpfs…
Enable SSH root login on Debian ,Debian上SSH允许root密码登录 一…
Gdrive使用教程,linux备份至google drive,linux和google drive。goog…
方案一:iptables[支持TCP][支持UDP] 1、修改/etc/sysctl.conf 中 net.i…
server:
1 2 3 4 5 6 7 8 9 10 11 12 |
# 安装 apt install qemu-kvm qemu-utils libvirt-clients libvirt-daemon-system # nc依赖【debian等系统】【如需要】 apt install netcat-openbsd # 增加权限【其他用户需要的权限】【如需要】 adduser <$user> libvirt adduser <$user> libvirt-qemu # 验证是否正常 virsh list |
client: [crayo…
python-onedrive使用教程,linux备份至onedrive,linux和onedrive。pyt…
Dockerfile的教程 Dockfile简介: Dockerfile是docker构建镜像的基础,也是do…
docker swarm: Swarm是Docker 社区提供的唯一一个原生支持Docker集群管理的工具。它…