2018年10月27日
摘要: 查看自己系统环境 # cat /etc/issue 先要安装KDE桌面环境,执行命令: # yum groupinstall "X Window System" "KDE Desktop" Desktop -y 同时安装了 3 个软件包。注意,因为 KDE Desktop 和 X Window Sy 阅读全文
posted @ 2018-10-27 20:30 阿小杜 阅读(4028) 评论(0) 推荐(0)
摘要: server端:(192.168.100.11) 分区sdb 分别为10G和5G #fdisk /dev/dab …… 同步分区表 #partprobe /dev/sdb # yum install targetcli -y # yum install targetd -y #systemctl s 阅读全文
posted @ 2018-10-27 18:25 阿小杜 阅读(1893) 评论(0) 推荐(0)