Chapter 1: CentOS Server Install - Some prep work
Before we get started there are couple of items we want to take care of.
First thing you want to be sure before we get started on setting up centos server installation is to find out what processor the machine is using. If you own the PC than you probably already now, but if you are installing on a hosted machine you will want to check this.
At the command line, type the following
| # $ uname –a |
Output:
| Linux servername 2.6.18-xen #1 SMP Tue Feb 12 06:40:50 UTC 2008 x86_64 x86_64 x86_64 GNU/Linux |
this shows the server name, Linux kernel and the x86_64 (meaning a 64 bit processor)
32bit processors include: i386/i486/i586/i686
64bit processor will show: x86_64
Why is this Important?
As you start to install and manage your CentOS installation, you will find that you need this information to pick the right software distributions that work with your server processor.























If you're just starting out and want to know how to sell online then our 100% free email course can help.
Comments
dual quad core processors support?
I'm not sure if this is possible, but my machine is currently trucking on dual quad core processors, so how would I set up for this? would it be in this line of code: Linux servername 2.6.18-xen #1 SMP Tue Feb 12 06:40:50 UTC 2008 x86_64 x86_64 x86_64 GNU/Linux thanks, harold, your mans with the dental insurance plans
Post new comment