随笔分类 - Linux
摘要:现在网上关于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
阅读全文
摘要:1.安装Debian9,使用AMD64 NET版本 root 1234 Sunky 2.安装系统组件 apt update apt install net-tools 修改ip:vi /etc/network/interfaces service networking restart 修改SSH端口
阅读全文
摘要:DDOS攻击主要还是靠硬防,不过,对于一些小的骚扰,可以采用DDoS deflate+iptables的方法减轻。 一、DDoS deflate DDoS deflate官方网站:http://deflate.medialayer.com/ 如何确认是否受到DDOS攻击?执行:netstat -nt
阅读全文