EZ Linux Admin random header image

Entries from June 2012

Change the language on Linux with a command

June 7th, 2012 by EZ linux · 1 Comment

It’s easy just run this command and than choose a language: system-config-language

Click to continue →

Tags: Cheat Sheets · Installing Linux · Linux Commands · Linux Software / Scripts · Linux Tricks

Named backup or transfer files

June 5th, 2012 by EZ linux · No Comments

Most of the files are in the etc folder.

Click to continue →

Tags: Cheat Sheets · Cpanel and WHM · Linux Back Up · Linux Operating Systems · Linux Security

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

Cpanel branding bug

June 4th, 2012 by EZ linux · No Comments

As you would know if you have tried to brand cpanel with their fairly new tool it sometimes doesn’t apply the changes or sometimes only some images stick. Considering this is a two year old bug I wouldn’t count on it getting fixed soon. Luckily the fix is easy. Just login as root and run [...]

Click to continue →

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