Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old June 19th, 2005   #1
christooss
Extra Foam Sugar Free Ubuntu
 
christooss's Avatar
 
Join Date: Dec 2004
Location: Slovenia
Beans: 756
Ubuntu 7.04 Feisty Fawn
HOWTO Ubuntu mini ram

I found this guide little outdated. So I will try to write my own. My interpretation of formmer howto.

0.1 AUTOMATE SCRIPT

I made a automate script for this howto. Script is based on Automate Script for New Users

1. Installing everything
1.1 Hoary
I imagine that you have Hoary CD already in your CD unit. Reboot computer and when installation screen shows, write server and then press <return>

Go through whole installation process. And when you find yourself in console login and then write

Code:
$ wget http://ahacic.5gigs.com/miniram.sh
Code:
$ sudo sh miniram.sh
When whole proces is done you have all programs listed in this howto installed.

1.2 Breezy

Code:
$ wget http://ahacic.5gigs.com/miniram-breezy.sh
Code:
$ sudo sh miniram-breezy.sh
Warning

Breezy automate script doesnt install w32codecs! You can install them with enabling marillat repositories which are in my sources.list which you downloaded with automate script. When you removed # at line with marillat. Type

Code:
$ sudo apt-get update
Code:
$ sudo apt-get install w32codecs
After that you can remove marillat repostiories from sources.list
------------------------------------------------------------------------------------------------------
0.2 MANUAL INSTALLATION

If yoo want to install without script this is how you do it

1. Install WM

I imagine that you have Hoary CD already in your CD unit. Reboot computer and when installation screen shows, write server and then press <return>

Go through whole installation process. And when you find yourself in console login and then write

Code:
$ sudo su -
This will put you in permanent sudo sudo status. So you don't have to write sudo over and over again.

1.2 Adding extra repositories

write

Code:
# wget http://ahacic.5gigs.com/sources.list
# cp /etc/apt/sources.list /etc/apt/sources.list_backup 
# cp sources.list /etc/apt/sources.list
# apt-get update
# apt-get upgrade
1.3 Next step to install x.org
Code:
# apt-get install x-window-system-core
This will install you X server X.org in Ubuntu. Then you have to install Window Manager. I prefer ICEWM But you can choose any of the WM-s. you have got plany listed at this link
Code:
# apt-get install icewm
Now we have to install wdm llogin manager.
Code:
# apt-get install wdm
You can still choose to install xdm with:
Code:
# apt-get install xdm
Now we have working enviroment but with no GUI application. You can now login with command
Code:
# wdm
2. Application install.

2.1 We need terminal
Code:
# apt-get install xterm
2.2 File manager tool
text based
Code:
# apt-get install mc
Gui based
Code:
# apt-get install emelfm
2.3.2 GUI Internet browser and mail client
With mozzila you get them both together
Code:
# apt-get install mozilla
if you want realy something fast instal Dillo browser and Sylpheed mail client
Code:
# apt-get install dillo
#apt-get install sylpheed
Now opera is free of charge you can DL it at
http://opera.com/free/

2.3.2 Text based browser and mail client
For browser you can use lynx
Code:
# apt-get install lynx
and for mail client you can use mutt+procmail+fetchmail+gnupg
You can find tutorial howto setup this thing at this link
Another page about Mutt. Click at this link
2.4 Text editing tool
Code:
# apt-get install nedit
Code:
# apt-get install abiword
Nedit is gedit replacement and abiword replaces OpenOffice Writer.

Please DON'T USE OPENOFFICE

Why? Beacause it takes to god thamn long to start

2.5 Spreadsheet editor
Code:
# apt-get install gnumeric
Replacement for OOo Spredsheet

2.6 CD burner
Code:
# apt-get install graveman
I use mkisofs and cdrecord - These two are already installed on Ubuntu server
On this Link you can find howto burn with mkisofs and cdrecord.
Anyway this is it. We have complete system installed

2.7 Multimedia
You are missing media players aren't you. Please read www.ubuntuguide.org for installing other applications. But I don't recommend you to install anything else on low-ram system. But its you choice. If you must install media players Install xmms and xine
Code:
# apt-get install beep-media-player xine-ui
and codecs
Code:
# apt-get install w32codecs
2.8 Gaim
It has IRC MSN Jabber etc. support
Code:
# apt-get install gaim
2.9 FTP
Code:
# apt-get install gftp
2.10 PDF reader
Code:
# apt-get install xpdf
If I missed something or if I made a mistake let me know.
2.11 Bittorrent client
Code:
# apt-get install bittornado
If you want GUI
Code:
# apt-get install bittornado-gui
I hope this howto helped you.

Sorry for my bad english
__________________
Im still in OpenSource age but I hope that through the years I will reach for the Free nirvana that is waiting me out there.
Visit Ubuntu.si forums | My great blog Christoossov pasijon - Slovene version | Passion of the Christooss - English version

Last edited by christooss; September 28th, 2005 at 08:21 AM.. Reason: Removed fluxbox and added IceWM
christooss is offline   Reply With Quote
Old June 19th, 2005   #2
poofyhairguy
SADFL's Commando
 
poofyhairguy's Avatar
 
Join Date: Nov 2004
Location: Texas
Beans: 2,351
Send a message via AIM to poofyhairguy
Re: HOWTO Ubuntu mini ram

I would use regular Mozilla over epiphany. Epiphany is the "official" browser of Gnome, so I bet it installs Gnome stuff.
__________________
Quote:
Those folks who try to impose analog rules on digital content will find themselves on the wrong side of the tidal wave.
- Mark Shuttleworth
poofyhairguy is offline   Reply With Quote
Old June 19th, 2005   #3
christooss
Extra Foam Sugar Free Ubuntu
 
christooss's Avatar
 
Join Date: Dec 2004
Location: Slovenia
Beans: 756
Ubuntu 7.04 Feisty Fawn
Re: HOWTO Ubuntu mini ram

Yes I changed that. I found that epiphany demands mozilla firefox installed

About GNOME: If you install abiword you get gnome libs installed. So if there is an alternative....
__________________
Im still in OpenSource age but I hope that through the years I will reach for the Free nirvana that is waiting me out there.
Visit Ubuntu.si forums | My great blog Christoossov pasijon - Slovene version | Passion of the Christooss - English version

Last edited by christooss; June 19th, 2005 at 07:42 PM..
christooss is offline   Reply With Quote
Old June 19th, 2005   #4
poofyhairguy
SADFL's Commando
 
poofyhairguy's Avatar
 
Join Date: Nov 2004
Location: Texas
Beans: 2,351
Send a message via AIM to poofyhairguy
Re: HOWTO Ubuntu mini ram

Quote:
Originally Posted by christooss
Yes I changed that. I found that epiphany demands mozilla firefox installed

About GNOME: If you install abiword you get gnome libs installed. So if there is an alternative....
gnumeric too. They are part of the "Gnome Office"

I guess the way around it is a lighter editor (leafpad) or a heavier one (openoffice).
__________________
Quote:
Those folks who try to impose analog rules on digital content will find themselves on the wrong side of the tidal wave.
- Mark Shuttleworth
poofyhairguy is offline   Reply With Quote
Old June 19th, 2005   #5
Kyral
May the Ubuntu Be With You!
 
Kyral's Avatar
 
Join Date: May 2005
Location: Potsdam, NY
Beans: 1,646
Ubuntu 9.04 Jaunty Jackalope
Send a message via AIM to Kyral
Re: HOWTO Ubuntu mini ram

It strikes me that this method could also be used for a "Gentoo Style" install (installing only the packages YOU want, total customization) without having to go through Stages or compiling
__________________
ArchLinux 0.8.0
Associate Member of the Free Software Foundation
Kyral is offline   Reply With Quote
Old June 19th, 2005   #6
christooss
Extra Foam Sugar Free Ubuntu
 
christooss's Avatar
 
Join Date: Dec 2004
Location: Slovenia
Beans: 756
Ubuntu 7.04 Feisty Fawn
Re: HOWTO Ubuntu mini ram

Hm I rather see gnome libs on my comp than installing OOo on miniram system.

It "scares" me that mozilla-firefox and OOo need a ubuntu-desktop package
__________________
Im still in OpenSource age but I hope that through the years I will reach for the Free nirvana that is waiting me out there.
Visit Ubuntu.si forums | My great blog Christoossov pasijon - Slovene version | Passion of the Christooss - English version
christooss is offline   Reply With Quote
Old June 19th, 2005   #7
poofyhairguy
SADFL's Commando
 
poofyhairguy's Avatar
 
Join Date: Nov 2004
Location: Texas
Beans: 2,351
Send a message via AIM to poofyhairguy
Re: HOWTO Ubuntu mini ram

Quote:
Originally Posted by christooss
Hm I rather see gnome libs on my comp than installing OOo on miniram system.
How light is koffice?
__________________
Quote:
Those folks who try to impose analog rules on digital content will find themselves on the wrong side of the tidal wave.
- Mark Shuttleworth
poofyhairguy is offline   Reply With Quote
Old June 19th, 2005   #8
christooss
Extra Foam Sugar Free Ubuntu
 
christooss's Avatar
 
Join Date: Dec 2004
Location: Slovenia
Beans: 756
Ubuntu 7.04 Feisty Fawn
Re: HOWTO Ubuntu mini ram

I think this is not an option beacause it installs kdelibs.
__________________
Im still in OpenSource age but I hope that through the years I will reach for the Free nirvana that is waiting me out there.
Visit Ubuntu.si forums | My great blog Christoossov pasijon - Slovene version | Passion of the Christooss - English version
christooss is offline   Reply With Quote
Old June 19th, 2005   #9
christooss
Extra Foam Sugar Free Ubuntu
 
christooss's Avatar
 
Join Date: Dec 2004
Location: Slovenia
Beans: 756
Ubuntu 7.04 Feisty Fawn
Re: HOWTO Ubuntu mini ram

116MB of Hardisc. That light Sorry but i don't know how much Gnome office takes. Beacause default Ubuntu system has some of the libaries installed. I think its the same size. But we dont need sql base installed or do we?
__________________
Im still in OpenSource age but I hope that through the years I will reach for the Free nirvana that is waiting me out there.
Visit Ubuntu.si forums | My great blog Christoossov pasijon - Slovene version | Passion of the Christooss - English version
christooss is offline   Reply With Quote
Old June 20th, 2005   #10
spacemonkey
A Carafe of Ubuntu
 
Join Date: Mar 2005
Beans: 107
Re: HOWTO Ubuntu mini ram

I'm trying to use this install method to setup Ubuntu on an old PII server I've got lying around, and I've run into some problems. I installed x-window-system-core, then fluxbox, then xdm, as suggested, but when I try to log in using xdm, it says there are no window managers found....something about /home/user/.Xsessions. I went ahead and installed xterm, then when I logged in using xdm, it just went to xterm, no window manager though. From there I can start fluxbox, by typing it in the xterm, but it still won't start right into it from xdm. Any suggestions?

EDIT:
Nevermind...I fixed it. I just added a .xsessions file in my home dir, and in it a put "fluxbox" in it, now logging in via xdm results in fluxbox starting.

Last edited by spacemonkey; June 20th, 2005 at 02:57 AM..
spacemonkey is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:49 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry