/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重用。
/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/ # 啟動指令碼
Linux系統優化
最近很多問我 apache的優化引數 prefork模式的 startservers 100 serverlimit 2000 maxclients 1000 minspareservers 20 maxspareservers 50 maxrequestsperchild 10000 具體看其實系...
linux系統優化
1 新增普通使用者賬戶 2 更改ssh伺服器端遠端登陸的配置 建議新增2塊網絡卡,1塊內網,1塊外網 外網保持現有ip不變,內網可以使用10.10.0.x 例如 10.10.6.61保持不變,增加內網10.10.0.61,用於內部訪問 vim sshd config 13 port 52113 修改...
Linux系統優化
root znix cat etc redhat release centos release 6.9 final root znix uname r 2.6.32 696.el6.x86 64 root znix uname m x86 64 root znix useradd clsn root...