摘要: 参考http://www.111cn.net/sys/CentOS/56456.htm1.开启网络连接,禁止IPV6启用1.开启网络连接vi /etc/sysconfig/network-scripts/ifcfg-eth0ONBOOT=yes #开启自动启用网络连接IPV6INIT=no #禁止I... 阅读全文
posted @ 2015-01-21 21:29 yo胡yo 阅读(677) 评论(0) 推荐(0) 编辑
摘要: 转http://www.centoscn.com/CentosSecurity/CentosSafe/2014/1126/4192.html 账户安全及权限 禁用root以外的超级用户 删除不必要的账号 用户口令设置 检查空口令账号 口令文件加锁 设置root账户自动注销时限 限制su命令 限制普通用户无法执行关机、重... 阅读全文
posted @ 2015-01-21 20:59 yo胡yo 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 前奏:CentOS 6.5下载地址http://mirror.centos.org/centos/6.5/isos/x86_64/CentOS-6.5-x86_64-bin-DVD1to2.torrent 1.Install or upgrade an existing system 安装或升级现有的系统 2.出现是否对CD媒体进行测试的提问,这里选择“Skip”跳过测试。 3。选择第一项,... 阅读全文
posted @ 2015-01-21 20:36 yo胡yo 阅读(188) 评论(0) 推荐(0) 编辑
摘要: service iptables status 查看防火墙状态service iptables start 开启防火墙service iptables stop 关闭防火墙service iptables restart 重启防火墙防火墙开放特定端口文件/etc/sysconfig/iptables... 阅读全文
posted @ 2015-01-21 16:47 yo胡yo 阅读(4864) 评论(0) 推荐(0) 编辑
摘要: 进程状态查询 ps -aux [test@pan ~]$ ps -aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.0 1672 516 ? S... 阅读全文
posted @ 2015-01-21 16:41 yo胡yo 阅读(253) 评论(0) 推荐(0) 编辑