How To Install XAMPP Plugins In Ubuntu Linux (Installing WordPress 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

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 […]
.tar.gz /var/www and vardump mysql database and scp ssh to another server – simple backup solution

This is a simple tutorial on how to back up your www directory a.k your website and the database. For the file backup we are going to use the tar command which will archive the files and folders. Mysqldump is going to be our database export tool and scp and ssh the tools for remote transfer the archive.
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 check network speed with speedtest.net and terminal

Quick Guide: Speedtest CLI brings the trusted technology and global server network behind Speedtest to the command line….
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 […]
Install and Review GoAccess Apache Log Analyzer [ Guide ]

GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.