CentOS Linux服务器安全设置
摘要:引言:我们必须明白:最小的权限+最少的服务=最大的安全所以,无论是配置任何服务器,我们都必须把不用的服务关闭、把系统权限设置到最小话,这样才能保证服务器最大的安全。下面是CentOS服务器安全设置,供大家参考。 系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容©版权所有...
阅读全文
posted @
2015-06-28 21:49
FreeSpider
阅读(264)
推荐(0) 编辑
CentOS7安装iptables防火墙
摘要:CentOS7默认的防火墙不是iptables,而是firewalle.安装iptableiptable-service#先检查是否安装了iptablesservice iptables status#安装iptablesyuminstall-y iptables#升级iptablesyum upd...
阅读全文
posted @
2015-06-27 22:22
FreeSpider
阅读(346)
推荐(0) 编辑
linux 源码编译php的参数
摘要:./configure --prefix=/usr/local/php-5.3.5--with-config-file-path=/usr/local/php-5.3.5/etc--with-config-file-scan-dir=/usr/local/php-5.3.5/etc/conf.d--...
阅读全文
posted @
2015-06-26 17:53
FreeSpider
阅读(245)
推荐(0) 编辑
CentOS 7.0安装配置Vsftp服务器步骤详解
摘要:安装Vsftp讲过最多的就是在centos6.x版本中了,这里小编看到有朋友写了一篇非常不错的CentOS 7.0安装配置Vsftp服务器教程,下面整理分享给各位。一、配置防火墙,开启FTP服务器需要的端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1...
阅读全文
posted @
2015-06-18 22:13
FreeSpider
阅读(673)
推荐(0) 编辑