Message from discussion
tried austrumi?
Received: by 10.11.88.27 with SMTP id l27mr8282cwb;
Wed, 24 Aug 2005 04:53:15 -0700 (PDT)
Received: from 83.38.249.127 by g47g2000cwa.googlegroups.com with HTTP;
Wed, 24 Aug 2005 11:53:15 +0000 (UTC)
From: "KiN_FlasH" <kin_fl...@yahoo.es>
To: "Ubuntu Lite" <ubuntu_lite@googlegroups.com>
Subject: Re: tried austrumi?
Date: Wed, 24 Aug 2005 04:53:15 -0700
Message-ID: <1124884395.338013.236420@g47g2000cwa.googlegroups.com>
In-Reply-To: <1124864924.901685.290970@g43g2000cwa.googlegroups.com>
References: <1124864924.901685.290970@g43g2000cwa.googlegroups.com>
User-Agent: G2/0.2
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Start a Hoary "server" installation.
After reboot install (sudo apt-get install XXXX XXXX):
System: synaptic language-pack-XX aspell-XX rxvt numlockx gksu menu mc
deborphan alien unzip unrar msttcorefonts gsfonts-x11 gsfonts unarj
unace samba-client wdm rcconf
Desktop: icewm iceme icepref xfce (NOT Xfce4) dfm
Internet: mozilla-firefox mozilla-firefox-locale-XX-XX mozplugger d4x
xchat gaim gftp sylpheed-claws bluefish mtr
Multimedia: gpaint gxine gtksee gimp evince beep-media-player xmcd
mp3blaster gcdw cdw scrot
Office: abiword abiword-plugins xfonts-abi gnumeric
gnumeric-plugins-extra mousepad i2e
[810 MB (uninstalling linux-image-386 and linux-headers-386)]
Add your prefered packages (tsclient, rdesktop) or change in Internet,
Multimedia and/or Office; =A1WARNING! shee dependences!: NOT install
ubuntu-desktop package NEVER ---->MORE more more RAM and space needed
Options-Tips:
-Use Xftree an Xfce samba aplications (old xfce add lots of apps for
use in Icewm: xfmountdev, xfkbd, and more)
-Use dfm(*) for easy icon creation
-Change mozilla-firefox to Opera --->less RAM needed
-Uninstall wdm and "create" autologin(**) --->less Ram needed
-Change dfm to rox-filer --> --->more RAM needed
Remenber uninstall linux-image-386 and linux-headers-386)
(*) For icons in desktop:
1=2E- Create a script called .xsession in /home/YOURUSER (sudo nano
/home/YOURUSER/.xsession)
2=2E- Type:
#!/bin/bash
# rox-filer -p=3Dmypin& # for rox-filer uncomment
dfmn& # comment for rox-filer
exec icewm
3=2E- Save changes and exit (Ctrl+x and yes)
4=2E- Reboot
If fails: chmod .xsession script (sudo chmod 755
/home/YOURUSER/.xsession)
(**) For autologin:
1=2E- Uninstall wdm (sudo apt-get remove --purge wdm)
2=2E- Install mingetty (sudo apt-get install mingetty)
3=2E- Edit .bash_profile (sudo nano /home/USER/.bash_profile) an add this
at the end of script:
# autologin tty2
if [ -z "$DISPLAY" ] && [ $(tty) =3D=3D /dev/tty2 ];
then
exec startx
fi
3.b- Save changes (ctrl+x) and exit
3.c- Edit inittab (sudo nano /etc/inittab) and search this lines:
1:2345:respawn:/sbin/getty 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
4:23:respawn:/sbin/getty 38400 tty4
5:23:respawn:/sbin/getty 38400 tty5
6:23:respawn:/sbin/getty 38400 tty6
3.d-change to this:
1:2345:respawn:/sbin/getty 38400 tty1
2:2345:respawn:/sbin/mingetty --autologin
YOURNAMEUSER tty2
#3:23:respawn:/sbin/getty 38400 tty3
#4:23:respawn:/sbin/getty 38400 tty4
#5:23:respawn:/sbin/getty 38400 tty5
#6:23:respawn:/sbin/getty 38400 tty6
3.e- Save changes (ctrl+x), select yes and exit
4=2E- Reboot
5=2E- ENJOY!!!!!!!!!!!!!!!!!
SORRY for bad english :(