linux 系统基本配置
时间:2010-10-27 来源:sunshine2200
安装完系统重启后:
1. vi /etc/inittab //修改系统启动运行级别;
id:3:initdefault:
2. vi /etc/sysconfig/i18n //修改系统语言;
LANG="zh_CN.GBK"
3. vi /etc/security/limits.conf //修改最大连接数;
#<domain> <type> <item> <value>
* soft nofile 65536
* hard nofile 65536 4.vi /etc/ssh/sshd_config //修改SSH连接选项 Port=22 Port=XX UseDNS no
AllowUsers XXX XXX
* soft nofile 65536
* hard nofile 65536 4.vi /etc/ssh/sshd_config //修改SSH连接选项 Port=22 Port=XX UseDNS no
AllowUsers XXX XXX
相关阅读 更多 +