How to install Kloxo control Panel on linux Raw Server
How to install Kloxo control Panel on linux Raw Server cd /usr/src/download wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh sh ./kloxo-installer.sh –type=master passwd Once the installation is complete then try accessing the panel using server…
How to install FFmpeg on linux server
How to install FFmpeg on linux server Create the repo file using the below command. vi /etc/yum.repos.d/dag.repo Insert below code in that file. name=Dag RPM Repository for Red Hat Enterprise…
How to Install MySql on CentOS server
MySQL is a widely used open-source relational database management system (RDBMS) that is designed to handle large amounts of data. MySQL is known for its reliability, ease of use, and…
How to install apache on CentOS Server
Apache Installation The below command will check whether apache packages are available on the server or not. It will show the listing if it is available on the server. yum…
How to install SolusVM on Linux Server
How to install SolusVM on Linux Server Loin to shell and go to below path # cd /usr/local/src/ Wget the installation file on server. # wget http://soluslabs.com/installers/solusvm/install Provide execute permission…
Logs files path on Linux Server
Logs files path on Linux Server (Whm-Cpanel-server) Linux maintains a record of a various logs that helps a administrator to keep track of important events including system error messages, system…
How to install imagick on linux
How to install imagick on linux server Login to server as root cd /root/download wget http://serverip/imagick-3.0.1.tgz tar -xzvf imagick-3.0.1.tgz cd imagick-3.0.1 phpize ./configure If you are getting error message then…
How to install the imagemagic on Linux server
How to install the imagemagic on Linux server /scripts/installimagemagic How to rectify if ImageMagic is installed on server : Run below command root@test # identify -version Version: ImageMagick 6.4.8 2010-06-27…