Install fail2ban on CentOS
To install fail2ban on CentOS, first, enable the epel repo by running Now install fail2ban with Enable fail2ban with Basck to fail2ban
To install fail2ban on CentOS, first, enable the epel repo by running Now install fail2ban with Enable fail2ban with Basck to fail2ban
First you need to install Remi repository https://rpms.remirepo.net Enable epel repo with yum install epel-release -y On CentOS 7 rpm -ivh https://rpms.remirepo.net/enterprise/remi-release-7.rpm…
To install Google Chrome on CentOS 7 (Chrome won’t work on CentOS 6 as it is using older version of libraries required…
When i install software on CentOS server, i get following warning Delta RPMs disabled because /usr/bin/applydeltarpm not installed. You can install deltaparm…
To install sysstat/sar on CentOS, run yum install sysstat Enable and start sysstat systemctl enable sysstat systemctl start sysstat systemctl status sysstat…
tmux is a terminal emulator. It work like screen, but have more features. CentOS 6 do not come with tmux, you need…
When install redis php module, i get error Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then,…
When compiling PHP 7 on CentOS 7, i got error configure: error: Cannot find libtidy To fix this, install libtidy-devel module. yum…
Lets search for available redis packages [root@vps154294 smartfst]# yum search redis Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * epel:…
To install Redis on CentOS, run yum install redis Start redis with service redis start Set redis to start on boot systemctl…