Add PureFTP service to Fail2ban – Ubuntu Date Posted: 23-06-2017 Prerequisites: Ubuntu Host Fail2Ban Service – Incase, if fail2ban service is not installed, follow the below mentioned post to install. Install Fail2ban on Ubuntu Implementation: Copy the file pure-ftpd.conf to pureftpd.conf cp /etc/fail2ban/filter.d/pure-ftpd.conf /etc/fail2ban/filter.d/pureftpd.conf Open the file /etc/fail2ban/jail.local and append the below lines. vi /etc/fail2ban/jail.local [pureftpd]… Continue Reading Add PureFTP service to Fail2ban – Ubuntu

Add Exim service on Fail2Ban – Ubuntu Date Posted: 21-06-2017 In our previous, we explained on how to install Fail2ban on Ubuntu host. Incase, if fail2ban is not installed then follow below post to install. Install Fail2Ban on Ubuntu Implementation: If you followed our previous post, just append the below… Continue Reading Add Exim service on Fail2Ban – Ubuntu

Install Fail2ban on Ubuntu 16 Date Posted: 14-06-2017 Fail2ban is a service used to ban IP address which makes unsuccessful attempts. In our previous post, we explained on how to install fail2ban on centos 7 server. In this post, we will explain on how to install fail2ban on ubuntu host. Incase… Continue Reading Install Fail2ban on Ubuntu 16

Install Phpmyadmin on Ubuntu Date Posted:23-05-2017 Phpmyadmin is a opensource php application to manage database through web browser. We can create database, users, manage database tables, granting privileges and much more operation through browsers. We will explain on how to install phpmyadmin on Ubuntu host. Prerequisites: This post assumes that Ubuntu… Continue Reading Install Phpmyadmin on Ubuntu

Install Multiple version of node on linux Date Posted: 08-05-2017 We want two version of node version on a single server. Alternatives is an utility which can be used to install two version of any package. Assumption: Ubuntu Host Implemntation: Let’s start with node installation. We will use one normal… Continue Reading Install Multiple version of node on linux

Install Apache with php-fpm on Ubuntu 16 Date Posted:03-05-2016 Php-fpm is a FastCGI Process Manager which is faster to serve php when compared to mod_php. In this post, we will explain on how to install Apache with php-fpm on Ubuntu 16 host. Implementation: Let’s Start with apache2 installation. apt-get install… Continue Reading Install Apache with php-fpm on Ubuntu 16

Install Tomcat server on Ubuntu 16 Date Posted:05-04-2016 Tomcat is a webserver used to deploy java application. We will install tomcat server 8 version and java 1.8 version on Ubuntu Host. Implementation: Before installing tomcat or java, we will perform system upgrades on host. apt-get update apt-get upgrade Install tomcat8… Continue Reading Install Tomcat server on Ubuntu 16

Add Multiple Domains(virtual Hosts) on Apache Ubuntu Date Posted:04-04-2017 Apache popular well known webserver which can be used to serve multiple domains on a single server. This post assumes that apache is already installed and we will deal with how to add multiple domains in it. Assumption: Ubuntu Host Apache… Continue Reading Add Multiple Domains(virtual Hosts) on Apache Ubuntu

Enable mod rewrite module on Apache 2.4 Date Posted:01-04-2017 Mod rewrite is an essential module for .htaccess rules to work on apache server. Follow the below post incase apache is not installed on host. Install Apache 2.4 on Ubuntu Implementation: Login to the server as root. Execute the below command to enable the… Continue Reading Enable mod rewrite module on Apache 2.4 Ubuntu

Date Posted:24/03/2017 By default, webserver version, OS information will be visible to public which consider as a security problem because its not a good practice to expose server information. This may result in hackers to intrude your server incase if any vulnerability. So, its always good to hide all server… Continue Reading Hide Webserver information|Modify Server Header on Nginx