EZ Linux Admin random header image

Entries Tagged as 'Installing Linux'

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

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

3 Ways to Try Out Linux, For a Windows User

July 23rd, 2008 by EZ linux · No Comments

One of the arguments I often hear from people who are trying to use linux for the first time is that they are not sure if they can switch back to their original choice of OS (usually windows), if they are not satisfied with their experience with linux. These are usually the people who are [...]

Click to continue →

Tags: Installing Linux

Getting started with the CentOS 4.4 Single Server CD

April 29th, 2008 by EZ linux · No Comments

Recently I needed to set up a server with all the usual server components — Web, mail, and file sharing. It needed to be rock-solid and reliable. I didn’t want to download 4GB of software from the Net, so I turned to CentOS’ Single Server CD. CentOS, which stands for Community ENTerprise Operating System, is [...]

Click to continue →

Tags: Installing Linux

How to set up Centos a 4.4 (4.x) Server

April 29th, 2008 by EZ linux · No Comments

This is a detailed description about how to set up a CentOS 4.4 based server that offers all services needed by ISPs and hosters (web server (SSL-capable), mail server (with SMTP-AUTH and TLS!), DNS server, FTP server, MySQL server, POP3/IMAP, Quota, Firewall, etc.). This tutorial is written for the 32-bit version of CentOS 4.4, but [...]

Click to continue →

Tags: Installing Linux