码迷,mamicode.com
首页 >  
搜索关键字:iptables vsftpd    ( 6661个结果
基于RHEL 6.5安装Oracle 11g详细教程(4)——安装Oracle前的准备
4 安装Oracle前的准备4.1基本配置4.1.1关闭防火墙[root@oracle~]#serviceiptablesstopiptables:SettingchainstopolicyACCEPT:filter[OK]iptables:Flushingfirewallrules:[OK]iptables:Unloadingmodules:[OK]关闭iptables开机自启动功能[root@oracle~]#chkconfigiptablesof..
分类:数据库   时间:2014-05-27 03:56:59    阅读次数:598
ubuntu中安装vsftp
1。安装$ sudo apt-get install vsftpd2。 配置需要配置文件/etc/vsftpd.conf 来进行设置参数以对FTP进行控制,包括访问权限,流量等进行控制。执行sudo vi /etc/vsftpd.conf (或sudo gedit /etc/vsftpd.conf ...
分类:其他好文   时间:2014-05-27 01:09:40    阅读次数:283
vsftpd.conf 详解与实例配置
/etc/vsftpd/vsftpd.conf文件详解,分好类,方便大家查找与学习#################匿名权限控制###############anonymous_enable=YES #是否启用匿名用户no_anon_password=YES #匿名用户login时不询问口令...
分类:其他好文   时间:2014-05-27 01:06:31    阅读次数:338
ahjesus配置vsftpd和xinetd
vsftpd的简单配置参考此教程 传送门教程内xinetd的配置失效,用xinetd方式启动ftp方式如下1、在/etc/xinetd.d/目录中创建一个文件vsftpd内容如下:service ftp{ socket_type = stream ...
分类:Web程序   时间:2014-05-24 03:09:16    阅读次数:304
Amazon AWS EC2开启Web服务器配置
在Amazon AWS EC2申请了一年的免费使用权,安装了CentOS + Mono + Jexus环境做一个Web Server使用。在上述系统安装好之后,把TCP 80端口开启(iptables),同时启动Jexus。正常情况下,从客户端使用 http://IP地址/info,就可以看到Jex...
分类:Web程序   时间:2014-05-22 03:00:58    阅读次数:524
vsftpd配置文件详解 ---配置解说
vsftpd配置文件详解1.默认配置:1>允许匿名用户和本地用户登陆。 anonymous_enable=YESlocal_enable=YES2>匿名用户使用的登陆名为ftp或anonymous,口令为空;匿名用户不能离开匿名用户家目录/var/ftp,且只能下载不能上传。3>本地用户的登录名为本...
分类:其他好文   时间:2014-05-21 23:44:28    阅读次数:241
pure-ftpd开启日志功能
vsftpd和pure-ftpd是 ftp传输的两个工具,第一个安全性高,配置后续配置简单。pure-ftpd是搭建简单,配置不简单啊。由于工作关系,lamnp自带pure-ftpd,需要查看ftp日志时发现pureftpd.log是空的,这就尴尬了,虽然messages也有记录,可是这翻页的会慢死...
分类:其他好文   时间:2014-05-21 23:27:33    阅读次数:4466
Iptables防火墙配置
Iptables防火墙配置 安装防火墙 sudo apt-get install iptables 查看状态 sudo iptables --list sudo iptables -A OUTPUT -p tcp --dport 80 -j DROP 浏览器不能上网 清除防火墙设置 Sudo iptables -F Sudo iptables  -D OUTPUT...
分类:其他好文   时间:2014-05-21 16:18:12    阅读次数:316
iptables apache2
Apache2 iptables 安装指令:sudo apt-get install apache2 2.产生的启动和停止文件是:/etc/init.d/apache2 3.启动:sudo apache2ctl -k start 4,停止:sudo apache2ctl -k stop 5,重新启动:sudo apache2ctl -k restart ...
分类:其他好文   时间:2014-05-21 14:05:17    阅读次数:206
iptables惹的祸
iptables惹的祸 [root@localhost ~]# service iptables stop iptables: Flushing firewall rules: [ OK ] iptables: Setting chains to policy ACCEPT: filter [ OK ] iptables: Unloading modules: [ OK ...
分类:其他好文   时间:2014-05-20 15:10:34    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!