2022年4月1日

摘要: There are various reasons why you would want to build your own local repository. It is a great way to create a local mirror repository for caching fre 阅读全文
posted @ 2022-04-01 15:07 nihaoit 阅读(50) 评论(0) 推荐(0) 编辑

2021年12月16日

摘要: VNC Proxy的功能: 将公网(public network)和私网(private network)隔离 VNC client运行在公网上,VNCServer运行在私网上,VNC Proxy作为中间的桥梁将二者连接起来 VNC Proxy通过token对VNC Client进行验证 VNC P 阅读全文
posted @ 2021-12-16 10:17 nihaoit 阅读(121) 评论(0) 推荐(0) 编辑

2021年11月18日

摘要: 一: 第1种是通过fence_virsh 1. 以下是fence_virsh帮助的一部分 [root@master ~]# fence_virsh --help Usage: fence_virsh [options] Options: -a, --ip=[ip] IP address or hos 阅读全文
posted @ 2021-11-18 16:59 nihaoit 阅读(74) 评论(0) 推荐(0) 编辑
 
摘要: 1. 安装libvirtd,qemu-kvm,及配置network等虚拟化前提已配置完毕 2. 安装virt-install, virt-viewer, libvirt-client 3. 准备名为mini.ks的kickstart的文件 install#cdromkeyboard 'us'root 阅读全文
posted @ 2021-11-18 09:00 nihaoit 阅读(132) 评论(0) 推荐(0) 编辑