|
48mb then you only have the bare minimum, linux image, core util, and maybe a few other small command line settings. You'd need to install your own desktop engine and othe stuff (which will total up towards almost a CD, or maybe towards 1gb, depending on what you selected).
The command I gave you doesn't have to be ran by root, anyone who can use dpkg should be able to use it.
The first step now would be to choose what you want to do with it... If you want it to be a server, you don't need a desktop system... in fact, you should not install desktop system for a server, as that wastes too much resources that can be used to serve genuine users. If you want it to be a desktop, then you should choose what kind of desktop system you want? Gnome -- generic, most people get this; KDE -- slightly prettier looking out of the box, large amount of people prefer this over gnome; xfce -- light weight robust desktop system that looks like gnome; others? maybe.
Once you decided what to do, use aptitude to install it.
Server: Apache, MySQL, PHP, etc.
Gnome: ubuntu-desktop (meta package, it should choose a ton of stuff for you automatically)
KDE: kubuntu-desktop (meta package, same as above)
xfce: xubuntu-desktop (meta package, same as above)
That should be a start in a nutshell.
|