EZ Linux Admin random header image

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

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 install CPanel over Centos 6 minimal

May 13th, 2012 by EZ linux · No Comments

To install CPanel over Centos minimal 6 you need to get some basic packages. You can easily grab those with YUM here is the package command to get Centos Minimal install ready for CPanel. yum groupinstall base

Click to continue →

Tags: Cpanel and WHM · Installing Linux · Linux Commands · Linux Operating Systems · Linux Software / Scripts · Linux Tricks