LowMemorySystems

Differences between revisions 7 and 18 (spanning 11 versions)
Revision 7 as of 2005-07-26 20:42:56
Size: 1332
Editor: 81-178-110-100
Comment: adding another link
Revision 18 as of 2006-06-19 16:07:11
Size: 73
Editor: 127
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
'''How to install an Ubuntu-Desktop on low memory systems (Pentium II and III Processor, 32-256 MB RAM)'''

== Install the Server version (no graphics) ==

To install a base system, once you have booted from the install cd, type:

{{{
server
}}}

and hit enter.

== Install a Lightweight System ==

A good way to install a lightweight (graphical) system is to do a server install (see the above section) and then install some minimal lightweight components.

Some examples are:

{{{
sudo apt-get install gdm x-window-system-core xterm icewm menu mozilla-firefox abiword synaptic
}}}

or

{{{
sudo apt-get install wdm x-window-system-core xfce4 mozilla-firefox synaptic
}}}
or even
{{{
sudo apt-get install fluxbox x-window-system-core xdm dillo synaptic
}}}

== Other Ideas ==
 * [http://www.binonabiso.com/en/Ubuntu-miniRAM-HOWTO.html Mini-Ram How-To]
 * http://www.ubuntuforums.org/showthread.php?t=42873 - this guide is similar to the one described in this page, but has a greater list of interesting lightweight packages that you might want to install to do certain tasks.
 * [http://ubuntulite.org/ UbuntuLite]
 * http://nix-dev.dudcore.net/HOWTO/UbuntuFlux - Install a minimal Ubuntu with fluxbox as your Window Manager and XDM as Display Manager.

CategoryDocumentation CategoryCleanup
#REFRESH 0 http://help.ubuntu.com/community/Installation/LowMemorySystems

Installation/LowMemorySystems (last edited 2008-08-06 16:33:18 by localhost)