If you don't have Ubuntu Server then you should download it. I downloaded Ubuntu 10.10 64 bit. You need to know if your processor is 32 or 64 bit before decided which to download. To determine what kernel and CPU architecture in Linux, simply type the following code from the terminal:
For Kernel 32 or 64 type: (just copy and paste)
uname -a
My output: Linux ethikz-laptop 2.6.35-22-generic #34-Ubuntu SMP Sun Oct 10 09:26:05 UTC 2010 x86_64 GNU/Linux (states that I have a 64 bit Kernel). If you see i386-i686 then you need a 32 bit kernel.
For CPU 32 or 64 type: (just copy and paste)
grep flags /proc/cpuinfo
My output: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm
LM - Long Mode = 64 bit
Protected Mode = 32 bit
Once all of the above is determined then you can proceed with setting up a Linux Server.
Note: The Server version will not install a Graphical User Interface
To install a GUI you can just run the following command from your terminal (after installation): (just copy and paste)
sudo aptitude install x-window-system-core gnome-core
To install a GUI login then you can install GDM as well.
Part 2 to follow shortly
Edited by ethikz, 13 October 2010 - 02:27 PM.


Sign In
Create Account


Back to top









