centos 6 minimal 安装
Centos 6.0 minimal 安装可以减少很多没有必要开的服务,但是有些工具缺省没有安装;
所以使用yum 快速安装
# yum install setuptool system-config-network-tui system-config-firewall-tui vim wget
setuptool //图形化设置工具
system-config-network-tui //图形化网络设置工具
system-config-firewall-tui //图形化设置防火墙
vim //编辑工具
wget //网络下载工具
# service postfix stop
# chkconfig postfix off
不使用服务器做邮件服务器就关闭 postfix 服务
这样系统后只有 sshd 服务 22 端口
# netstat -tnl
ActiveInternetconnections(onlyservers)
ProtoRecv-QSend-QLocalAddressForeignAddressState
tcp000.0.0.0:220.0.0.0:*LISTEN
tcp 0 0 :::22 :::* LISTEN
相关推荐
happyfreeangel 2020-06-18
fcds00 2020-05-31
就是那个胖子 2020-03-28
nanbiebao 2020-03-06
suosuo 2020-02-20
tianchaoshangguo 2019-12-20
huangzonggui 2019-12-14
fcds00 2019-12-05
chenzelin 2019-11-21
codemanship 2019-11-21
futurezone 2011-01-25
gnulinux 2008-07-21
89291041 2019-11-04
zhaoweiping 2011-07-18
kaiwangic 2010-09-14
xianhe0 2008-09-16
尚 2010-05-21
冯冯领队 2019-10-22