Centos6.4最小化安装后初始化配置

1、安装一些基本的编译库

[root@localhost ~]# yum install gcc gcc-c++ autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel zlib zlib-devel glibc glibc-devel glib2 glib2-devel bzip2 bzip2-devel ncurses ncurses-devel cURL cURL-devel e2fsprogs e2fsprogs-devel krb5 krb5-devel libidn libidn-devel openssl openssl-devel

2、设置时间同步

[root@localhost ~]# yum install ntp
[root@localhost ~]# vi /etc/crontab
*/5 * * * * ntpdate ntp.api.bz &> /dev/null

3、优化最大文件数限制

[root@localhost ~]# vi /etc/security/limits.conf
*           soft   nofile       65535
*           hard   nofile       65535

4、优化TCP/IP内核参数

[root@localhost ~]# > /etc/sysctl.conf
[root@localhost ~]# vi /etc/sysctl.conf
net.ipv4.ip_forward = 1
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 68719476736
kernel.shmall = 4294967296
net.ipv4.tcp_max_tw_buckets = 6000
net.ipv4.tcp_sack = 1
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_rmem = 4096 87380 4194304
net.ipv4.tcp_wmem = 4096 16384 4194304
net.core.wmem_default = 8388608
net.core.rmem_default = 8388608
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
net.core.netdev_max_backlog = 262144
net.core.somaxconn = 262144
net.ipv4.tcp_max_orphans = 3276800
net.ipv4.tcp_max_syn_backlog = 262144
net.ipv4.tcp_timestamps = 0
net.ipv4.tcp_synack_retries = 1
net.ipv4.tcp_syn_retries = 1
net.ipv4.tcp_tw_recycle = 1
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_mem = 94500000 915000000 927000000
net.ipv4.tcp_fin_timeout = 1
net.ipv4.tcp_keepalive_time = 1200
net.ipv4.ip_local_port_range = 1024 65535
[root@localhost ~]# sysctl -p #使配置生效

5、关闭IPv6的支持

[root@localhost ~]# chkconfig ip6tables off
[root@localhost ~]# vi /etc/modprobe.d/ipv6.conf
alias net-pf-10 off
alias ipv6 off

6、关闭SELINUX

[root@localhost ~]# vi /etc/sysconfig/selinux
......
SELINUX=disabled #这里设置为disabled
......

7、配置ssh

[root@localhost ~]# vi /etc/ssh/sshd_config
Port 65232
Protocol 2
PermitRootLogin no
UseDNS no

8、关闭不需要的服务,除了以下列出的服务,其他的一律关闭

crond
irqbalance
network
sshd
rsyslog
iptables

9、系统用户文件权限设置

chmod 644 /etc/passwd
chmod 600 /etc/shadow
chmod 644 /etc/group
chmod 600 /etc/gshadow


转载于:https://my.oschina.net/emolee/blog/196175

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值