2015年6月29日

CentOS 7 iptables防火墙开启

摘要: CentOS 7 中默认的防火墙不再是iptables了,需要先关闭防火墙firewall再安装iptablessystemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启... 阅读全文

posted @ 2015-06-29 16:45 photonCarry 阅读(247) 评论(0) 推荐(0)

安装Linux后添加原Windows的启动项

摘要: 只需要修改Linux的启动菜单即可,以CentOS 7 为例,vim /boot/grub2/grub.cfg找到menuentry设置的地方(很明显看得出的!)比如menuentry 'CentOS Linux 7 (Core) ...........在前面添加menuentry 'WinXP' ... 阅读全文

posted @ 2015-06-29 16:41 photonCarry 阅读(805) 评论(0) 推荐(0)

导航