CentOS

How to install vsftpd on centos 6

The first two letters of vsftpd stand for “very secure” and the program was built to have strongest protection against possible FTP vulnerabilities. Vsftpd supports virtual users with PAM (pluggable authentication modules). A virtual user is a user login which does not exist as a real login on the system …

Read More »

How To Install WordPress with nginx on Centos 6

So far I have written how to install LEMP server (nginx, mysql, php-fpm) on centos. If you are planning to use WordPress with your LEMP server (nginx, mysql, php-fpm) stack, I will show you How To Install WordPress with nginx on Centos in this article. Follow up previous article How to install …

Read More »

How to install fail2ban on CentOS 6 and 7

I will show you how to install fail2ban on centos 6 and centos 7 to protect SSH brute force attacks. There are many ways to protect SSH server, the best way is to use ssh-keys authentication rather than regular password authentication. I have also written a long detailed article How to install, config …

Read More »

How to upgrade from CentOS 6 to 7

CentOS 7 was released few months ago which I was very excited, but I have been waiting for a while for bugs fixing. Usually when any Linux distro is released, they usually comes with unknow bugs which may break your system. CentOS is always my favorite linux distro since it’s …

Read More »