How To Install XAMPP Plugins In Ubuntu Linux (Installing WordPress Plugin)

install xampp and wordpress in linux plugin

What is XAMPP In Linux? XAMPP is the most popular PHP development environment. XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use. What is WordPress? WordPress is the world’s most popular […]

How To Install and Configure Putty SSH Client on Linux Desktop

how to install putty in ubuntu

Security is becoming an ever-bigger issue as the world continues to increase its reliance upon digital information. Remote access to information is in higher demand as telecommuting increases. It’s also very convenient to be able to manage your network from home, especially when your pager alerts you that mail is down at 3 am. Traditional […]

Install and configure fail2ban on ubuntu 17.04 and block on all ports

Fail2ban scans log files and bans IPs that show the malicious signs — too many password failures, seeking for exploits, etc. Generally Fail2Ban is then used to update firewall rules to reject the IP addresses for a specified amount of time, although any arbitrary other action (e.g. sending an email) could also be configured. Out of the box Fail2Ban comes with filters for various services (apache, courier, ssh, etc).

How to increase SSH Connection timeout

How to increase SSH Connection timeout

/etc/ssh/ssh_config is the client side configuration file not the server side config file. To prevent all your clients from timing out you need to edit /etc/ssh/sshd_config which is the server side configuration file. In the file find the two commands and edit them as follow. The first one configures the server to send null packets […]