EZ Linux Admin random header image

To install MySQL governor on your Cpanel Cloud Linux server

May 18th, 2013 by EZ linux · No Comments

To install MySQL governor on your server: yum remove db-governor db-governor-mysql # you can ignore errors if you don’t have those packages installed yum install governor-mysql –enablerepo=cloudlinux-updates-testing /usr/share/lve/dbgovernor/mysqlgovernor.py –install * The installation currently supports only cPanel & DirectAdmin servers. ** Please, note that MySQL on cPanel servers will be updated from CloudLinux RPMs. *** MySQL [...]

Click to continue →

Tags: Cpanel and WHM · Linux Security · Linux Software / Scripts

Installing PostGreSQL on a Cpanel server

May 15th, 2013 by EZ linux · No Comments

You can install PostgreSQL by running the following command: # /scripts/installpostgres Note that after you install PostgreSQL, you will need to rebuild both the internal PHP used by phpPgAdmin, and the PHP used for your sites (they are two different installations). You can do this by running *both* of these commands: # /scripts/easyapache –build # [...]

Click to continue →

Tags: Cpanel and WHM

Install Attracta on a Cpanel server

May 15th, 2013 by EZ linux · No Comments

wget -N http://www.attracta.com/static/download/cpanel-install sh cpanel-install That’s it, good luck!

Click to continue →

Tags: Cpanel and WHM

Installing Ruby on Rails for a Cpanel server is really easy

May 15th, 2013 by EZ linux · No Comments

You can install Ruby on Rails by running the following command: # /scripts/installruby That’s it, enjoy!

Click to continue →

Tags: Cpanel and WHM

Setting up Cpanel over Centos 6 minimal

June 5th, 2012 by EZ linux · No Comments

Set up networking: vi /etc/sysconfig/network-scripts/ifcfg-eth0 hit “i” to insert text. Make the file look like this: DEVICE=”eth0″ HWADDR=”leave the same” NM_CONTROLLED=”yes” ONBOOT=”yes” IPADDR=66.249.*.* BOOTPROTO=none NETMASK=255.255.255.* GATEWAY=66.249.*.* DNS1=66.249.*.* DNS2=66.249.*.* DNS3=66.249.*.* USRCTL=yes Then click the esc key Then click control : Then type x and hit enter to save. Then restart your nic card: /etc/init.d/network restart or [...]

Click to continue →

Tags: Cheat Sheets · Cpanel and WHM · Installing Linux · Linux Operating Systems

How to increase upload limit for PhpMyAdmin on a Cpanel server

April 22nd, 2012 by EZ linux · No Comments

By default, PhpMyAdmin in a Cpanel server imposes an upload limit of 50MB. So importing a SQL file larger than 50MB may time out. Cpanel PhpMyAdmin uses the php.ini file /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini. To increase upload limit, change values of upload_max_filesize and post_max_size in this php.ini file. Typically, you may set value of post_max_size to twice the [...]

Click to continue →

Tags: Cpanel and WHM · Linux Software / Scripts · Linux Tricks

setroubleshootd and SELinux is not considered compatible with cPanel

May 30th, 2011 by EZ linux · 1 Comment

The “setroubleshootd” process is included as part of SELinux. SELinux is not considered compatible with cPanel, and we recommend disabling it per our installation documentation: Disable SELinux security features For a fully successful installation you should disable SELinux. When installing a Red Hat or CentOS distribution, you will be able to use the graphical interface [...]

Click to continue →

Tags: Cpanel and WHM · Linux Security · Linux Software / Scripts

Where does cpanel store the whm remote access key?

January 15th, 2011 by EZ linux · No Comments

~/.accesshash for root /root/.accesshash

Click to continue →

Tags: Cpanel and WHM

Cpanel based admin mail manager ( mailmanager )

October 27th, 2010 by EZ linux · No Comments

1. wget http://www.configserver.com/free/cmm.tgz 2. Untar the distribution: tar -xzf cmm.tgz 3. cd into the directory created and run the install script: cd cmm/ sh install.sh 4. Login to WHM and scroll to the bottom of the left hand menu and you should see “ConfigServer Mail Manage” If you want to uninstall, simply: rm -fv /usr/local/cpanel/whostmgr/docroot/cgi/addon_cmm.cgi [...]

Click to continue →

Tags: Cpanel and WHM · Linux Software / Scripts

Path to PHP CLI in CPanel

February 9th, 2010 by EZ linux · No Comments

PHP CLI is installed by default by CPanel and placed in: /usr/local/bin or /usr/bin

Click to continue →

Tags: Cpanel and WHM · Linux Software / Scripts