Prevent SSH Connection Timing Out / Broken Pipe
How to prevent an SSH session from disconnecting to a server. Connection Timed Out or Broken Pipe
How to prevent an SSH session from disconnecting to a server. Connection Timed Out or Broken Pipe
Many e-mail servers have faced a massive SPAM received from e-mail addresses in China. To filter IPs is quite difficult, especially if they are a few thousand and not included in a global SPAM list. However, I saw that many messages come from qq.com. O… Read More
Vi and nano are text editors for Linux. Whether we are talking about Ubuntu or RedHat, CentOS, these editors are vital when it comes to modifying a script, a crontab or any other file present on the Linux operating system. Vi and nano are a kind of Notepad for Linux, with the difference that they don't… Read More
APF (Advanced Policy Firewall) is a firewall system for Linux, based on iptables (netfilter). When the APF has blocked access to several server IPs, there are two ways to remove these limitations. The first option would be the direct command from the console (or via ssh) through which you can remove the blocked IPs in turn. You can … Read More
Not everyone knows that to install or upgrade to a newer version of WordPress 3.2, a newer version of PHP 5.2.4 must be installed on the web server. If a version of PHP older than 5.2.4 is installed on the server, when installing the version of… Read More