How to check PERL module installed on the linux server
How to check PERL module installed on the linux server Run the below command to check Perl modules installed. root@server # instmodsh It will show below output. root@server # instmodsh…
How to install APF (Advanced Policy Firewall) firewall on Linux server
How to install APF (Advanced Policy Firewall) firewall on Linux server “Advanced Policy Firewall (APF) is an IPTables(Netfilter) based firewall system designed around the essential needs of today’s Linux servers.…
How to install qt-faststart FFmpeg plugin
How to install qt-faststart FFmpeg plugin Please note that ffmpeg is already installed on the server so I am compiling qt-faststart with ffmpeg only. Go to the below path cd…
How to add domain manually in Raw Linux Server
How to add domain in Raw Server First, add the user on server. useradd example Then go to the home folder and search the user. cd /home/ ls -ld example…
Plesk Control Panel shows error after upgrade to version 10.0.1
Plesk Control Panel error. Plesk Control Panel shows error after upgrade to version 10.0.1 ERROR: Zend_Log_Exception “/usr/local/psa/admin/logs/panel.log” cannot be opened with mode “a” 0: Stream.php:66 Zend_Log_Writer_Stream->__construct(string ‘/usr/local/psa/admin/logs/panel.log’) 1: Abstract.php:84 CommonPanel_Application_Abstract->_initLog()…
How to install mod_evasive on Linux server
How to install mod_evasive on Linux server Go to the below path. cd /usr/local/src Download the file using the below link: wget wget http://www.zdziarski.com/blog/wp-content/uploads/2010/02/mod_evasive_1.10.1.tar.gz Untar the file. tar xzf mod_evasive_1.10.1.tar.gz…
How to install Attracta CPanel / WHM Plugin
How to install Attracta CPanel / WHM Plugin Go to the below path. cd /usr/local/src Download the file using the below link: wget -N www.attracta.com/static/download/cpanel-install Fire the below command to…
How to install Linux Malware Detect (LMD)
A Linux malware detector is a software tool that is designed to detect and remove malware from Linux systems. These tools work by scanning the system’s files and processes, looking…