/etc/sysctl.conf,内核参数,sysctl -p 生效
net.ipv4.ip_forward=1 #是否打开数据包转发 net.ipv4.tcp_tw_recycle = 0 # 是否开启TCP连接中TIME-WAIT套接字的快速回收 net.ipv4.tcp_tw_reuse = 1 # 是否开启TCP tw重用。 vm.swappiness = 0 # 使用swap的优先级,在内存充足的情况可以设置为0
/etc/security/limits.conf, os资源
* soft nofile 1024000 * hard nofile 1024000 * soft nproc unlimited * hard nproc unlimited * soft core unlimited * hard core unlimited * soft memlock unlimited * hard memlock unlimited
关闭不必要的服务
chkconfig --list|grep on
禁止不安全用户登陆
/etc/ssh/sshd_config
启动相关
/etc/fstab # 文件系统挂载
/etc/init.d/ # 启动脚本