
RHCE
postman258
天道酬勤
展开
-
autofs自动挂载
两台实验主机主机名称IP地址Server0192.168.10.10Client0192.168.10.20Server0:注:RHEL7系统以及默认安装NFSiptables -F # 配置之前,清空防火墙service iptables savevim /etc/exports #编辑nfs配置文件 - /nfsfile 192.168...原创 2019-05-08 17:33:41 · 173 阅读 · 0 评论 -
RHEL7设置默认启动图形化界面
1、登录RHEL7系统2、重启虚拟机3、按“e”键进入紧急救援模式4、输入rd.break参数后,Ctrl+x执行5、依次输入如下命令:mount -o remount,rw /sysroot #让路径文件系统为读写模式,实现自由修改chroot /sysroot #切换根目录echo "redhat" | passwd --stdin root #设置新的密码touc...原创 2019-05-07 18:03:59 · 8509 阅读 · 0 评论 -
rhcsa_practice
1、重置root密码,并按照要求设置网络和主机名,IP地址静态主机名:server0.example.comIP地址:172.25.0.11子网掩码:255.255.255.0网关:172.25.0.254域名服务器:172.25.254.254root密码:redhatrebootpress “e” rd.breakctrl+xmount -o remount,rw /sy...原创 2019-05-10 12:34:33 · 283 阅读 · 0 评论 -
转载 nfs-secure-server启动
https://blog.51cto.com/francis198/1703869转载 2019-05-12 00:00:42 · 2556 阅读 · 0 评论