08 2018 档案
摘要:现在网上关于vsftpd的资料不少,但是版本已经比较老,配置起来各种错误,耽误不少时间,现将配置步骤更新如下,配置环境版本:Debian 9 + vsftpd: version 3.0.3 1.apt install vsftpd 2.安装完成后,vsftpd自动添加了ftp用户和ftp用户组 3.
阅读全文
摘要:allow-hotplug enp6s0 iface enp6s0 inet static address 192.168.2.30/24 gateway 192.168.2.1 # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 202.1...
阅读全文
摘要:常用的iptables模板 关于防止DDOS攻击方面,简易方法参考:https://www.cnblogs.com/sunky/p/6751412.html 参考资料: iptables详解 http://www.zsythink.net/archives/1199
阅读全文