How to install CageFS in Cloud Linux
How to install CageFS in Cloud Linux CageFS is a virtualized file system and a set of tools to contain each user in its own ‘cage’. Each customer will have…
Cannot Login plesk after installation
Cannot Login plesk after installation or reset plesk admin password Login to SSH. Run the below command /usr/local/psa/bin/init_conf –set-admin-password -passwd NEW_PASSWORD
Exim causing load on server
Exim causing load on server Login to server via SSH. Once login then login to mysql root@testserver24x7 # mysql Welcome to the MySQL monitor. Commands end with ; or \g.…
Error: rpmdb open failed
Error: rpmdb open failed If you are running easyapache and getting the below error or while updating any package using yum and getting the error: TypeError: rpmdb open failed TypeError:…
How to create account using SSH in cpanel
How to create account using SSH in cpanel Login to server via SSH. Use cpanel create account script. Syntax: /scripts/createacct domainname.com username password Example: /scripts/createacct elinux.co.in elinuxco q1w2e3r4 It will…
How to install ffmpeg-php in linux
How to install ffmpeg-php in linux Login to server via SSH. Go to the below path. cd /usr/local/src Download the tar file. wget “http://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2?use_mirror=garr” Extract the tar file. tar xjvf…
Apache failed to start with the “No space left on device” error
Apache failed to start with the “No space left on device” error. Login to server via SSH. Check the apache error logs you are getting while restarting plesk. ================================================ -…
How to Replace DrWeb with ClamAV in Plesk
How to Replace DrWeb with ClamAV in Plesk If you are looking for a way to scan emails for viruses without paying for drweb or some other commercial virus scanning…