创建组接口
nmcli con add con-name team0 ifname team0 type team config '{"runner":{"name":"activebackup"}}'
nmcli connection show
配置组接口地址
nmcli connection modify team0 ivp4.address "186.168.100.88/24 186....
分类:
其他好文 时间:
2016-06-03 19:16:28
阅读次数:
155
注意事项:[root@xuegod60~]#df-h|grepsr0/dev/sr03.8G3.8G0100%/mnt如果查看到的结果不是/mnt,则执行卸载命令,先进行卸载[root@xuegod60~]#umount/dev/sr0[root@xuegod60~]#echo"/dev/sr0/mntiso9660defaults00">>/etc/fstabYum本地源[root@xuegod60~]#cat/etc/yum.re..
分类:
其他好文 时间:
2016-06-02 23:51:12
阅读次数:
896
在之前的版本中关闭防火墙等服务的命令是 service iptables stop /etc/init.d/iptables stop 在RHEL7中,其实没有这个服务 [root@rhel7 ~]# cat /etc/redhat-release Red Hat Enterprise Linux ...
分类:
系统相关 时间:
2016-06-02 16:17:34
阅读次数:
253
TCP/IP四层模型、IPV4地址、IPV4路由、网络接口名称RedHat7之前的系统以eth0,eth1等名字来命名网卡,在rhel7系统中开始使用新的命名规范:基于固件、设备结构、设备类型。1、ip命令可用于显示设备和地址信息ip命令也可用于显示关于网络性能的统计信息iproute显示路由信息2、使..
分类:
其他好文 时间:
2016-05-26 22:15:57
阅读次数:
281
手动启动mcelog方法:#mcelog--daemonRunmcelogindaemonmode,waitingforerrorsfromthekernel.后台服务启动mcelog:RHEL7:systemctlstartmcelogsystemctlenablemcelogRHEL6:servicemcelogdstartchkconfigmcelogdon查看mcelog日志:#vim/var/log/mcelog查看mcelog守护进程是否..
分类:
其他好文 时间:
2016-05-25 11:21:11
阅读次数:
1984
1、SSH无密钥登录#ssh-keygen-trsa#ssh-copy-id-i/root/.ssh/id_rsa.pubroot@192.168.42.163
分类:
其他好文 时间:
2016-05-24 19:17:32
阅读次数:
129
关闭rhel5.x 和 rhel 6.x的防火墙
service iptables stop
chkconfig iptables off
rhel7.1
systemctl stop firewalld
systemctl disable firewalld...
分类:
其他好文 时间:
2016-05-20 19:42:41
阅读次数:
128
主要内容:一、Linux的由来二、Linux的应用三、Linux的认证一、Linux的由来1969年:一个伟大的梦想——Bell,MIT与GE的“Multics”系统1969年:KenThompson的小型“Unics”1973年:Ritchie以C语言写出第一个正式的Unix内核1977年:重要的Unix分支——BSD诞生1979年:重要的Syst..
分类:
其他好文 时间:
2016-05-20 17:38:10
阅读次数:
217
此书是由全国多名红帽架构师(RHCA)基于RHEL7系统共同编写的高质量Linux技术自学书籍,各章节知识点从实践出发且具有较强连贯性,极其适合Linux初学者或用作Linux相关辅助教材,专注于Linux系统与红帽认证。
目前是国内最值得去读的Linux教材,也是最有价值的Linux实验手册,..
分类:
系统相关 时间:
2016-05-19 21:33:19
阅读次数:
201