| kerry  
 
  
 
 
 Group: Members
 Posts: 706
 Joined: April 2006
 | 
|  | Posted: Feb. 06 2007,11:51 |  |  
 | Quote (jalberto @ Feb. 04 2007,15:50) |  | Hello, my name is João and I write from Brazil. First I downloaded Ubuntu, but sincerely, it is just too bloated.
 Ubuntu left me sad. Why Linux got so fat?
 | 
 
 You most not have asked about the server install?
 Ubuntu is very flexiable, you can do a server install, which only installs the base, that means no gui, nothing, then you build the system up to your liking using apt-get. Alot of us run 300mb or more systems.
 Example:
 server install ( http://archive.ubuntu.com/ubuntu....ini.iso )
 login
 sudo su
 nano /etc/apt/sources.list
 comment out cdrom and uncomment all repos
 apt-get update
 apt-get dist-upgrade
 apt-get install x-window-system-core gdm fluxbox eterm thunar leafpad synaptic
 or
 apt-get install x-window-system-core gdm fluxbox eterm emelfm leafpad synaptic
 reboot
 login open synaptic, do a little uninstalling of stuff you don't need, then install the stuff you want.
 
 How hard is that?
 |