Overclock.net banner
1 - 16 of 16 Posts

· Registered
Joined
·
2,636 Posts
Discussion Starter · #1 ·
Hey, my mom has an old computer that is riddled with spyware. I want to install a linux distro on it. I have really only tried ubuntu, and I think it's easy as hell to use and very windows like, but I also want to give her something that will run well on old hardware. She only uses the computer to check email/bank account and occasionally play some flash game or something.

and recommendations on a distro.
 

· Premium Member
Joined
·
37,787 Posts
Ubuntu is your only call. Eventually try Xubuntu if it's a really low-spec machine.
 

· Registered
Joined
·
1,446 Posts
Crunchbang is pretty nice, as well as arch linux and possibly knoppix.
 

· Premium Member
Joined
·
6,246 Posts
Quote:

Originally Posted by gonX View Post
Ubuntu is your only call. Eventually try Xubuntu if it's a really low-spec machine.
This. Although give Ubuntu a try first.
 

· Registered
Joined
·
299 Posts
Check out this thread:

http://ubuntuforums.org/showthread.php?t=1280189

I have done this on two older machines. One in my living room as an htpc and the other for my mother in law.

Both of these machines are P4s one with 512mb ram the other with 768mb ram.

It runs awesome on both machines. The thing that shocked me the most was the boot time. It boots almost as fast as my sig rig.

My mother in law is not computer savvy. Xp is the only OS she has every used. She loves this new setup. It does everything she needs to do much faster than XP did.

I did a few things different.

For step 3) I did this:

Quote:
sudo aptitude install xorg e17 wicd lxterminal gnome-icon-theme unrar rar xarchiver rungetty ubuntu-restricted-extras
then this:

Quote:
sudo aptitude install firefox thunar totem f-spot rhythmbox -R
Then for step 5) I did this:

Quote:
sudo nano -w /etc/init/tty1.conf
add this to the bottom of the file:

Quote:
exec /sbin/rungetty tty1 --autologin (your username here)
save and exit then:

sudo nano -w ~/.bash_profile

add this to the file:

Quote:
if [ -z "$DISPLAY" ] && [ $(tty) == /dev/tty1 ]; then
while [ 1 == 1 ]
do
startx
sleep 10
done
fi
then save and exit.

Of course you can install whatever packages you want to for the setup you are doing. The amazing thing about this is after booting my mother in laws system running free -m from a terminal shows that she is only using 77mb of ram.

It is using very little hard drive space as well. You may want to install ubuntu's update manager for her and ssh.
 

· Registered
Joined
·
921 Posts
lol i thought this be a "your mom <insert something here> Linux joke "

Anyways

Archos and Xubuntu are reallly nice for low spec computers, but i prefer Ubuntu over all of them. Also take a look at ReactOS if you want a Windows like Linux
 

· Premium Member
Joined
·
23,733 Posts
Quote:


Originally Posted by gonX
View Post

Ubuntu is your only call. Eventually try Xubuntu if it's a really low-spec machine.

Xubuntu is bloated so much that it uses about the same resources as stock Ubuntu... there was a review saying somewhere (i think LXer) that they have stuffed too much bloat into it...

try Linux Mint dude.
 

· Registered
Joined
·
299 Posts
Quote:


Originally Posted by -iceblade^
View Post

Xubuntu is bloated so much that it uses about the same resources as stock Ubuntu... there was a review saying somewhere (i think LXer) that they have stuffed too much bloat into it...

try Linux Mint dude.

Are you thinking of this:

http://distrowatch.com/weekly.php?is...090504#feature

This could be useful for his project also. I have followed this in a virtual box and it works good. I still like the e17 method I posted better though. I think e17 looks better and it has a cairo-dock like launcher built in.
 
1 - 16 of 16 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top