--- "Dinesh Shah" wrote:
On 12/18/06, Abhishek Daga <abhishekdaga at yahoo dot com> wrote:
Finally managed to get my hands on some P2 350s
with 64 MB and 4 GB.
CDROM thrown in too. (atleast in one of them). it has 98 for now, but planning to use a stripped
down version of
ubuntu. if there was ever such a thing.
Try Damn Small Linux (http://www.damnsmalllinux.org/) it supports HDD Install and very light.
DSL is Debian based and after installation you can use apt to install whatever you want.
According to DSL site, all you need is 486 with 16 MB of RAM!
If I download this to my HDD, and install it to replace my current RH9, which has some irritating issues with memory handling (aside from issues recognising peripheral hardware, plus the CDROM drive is kaput), will I lose my RH9 user settings?
If this is a completely trivial question, please do mail me back offlist, anyone who can guide me ensure that neither settings nor stuff like mailboxes get lost (this is the computer my wife uses, and my life will be at stake).
Many thanks
Vickram
___________________________________________________________ The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider. http://uk.docs.yahoo.com/nowyoucan.html
On 19/12/06 05:08 +0000, Vickram Crishna wrote: <snip>
If this is a completely trivial question, please do mail me back offlist, anyone who can guide me ensure that neither settings nor stuff like mailboxes get lost (this is the computer my wife uses, and my life will be at stake).
This is pretty much a FAQ, but for the sake of completeness, here goes:
Unix systems have the conecpt of a user "home" directory. This is the place where you start from when you log in. This is usually represented by the character ~.
Applications have their configurations in "dot" files (the file names start with a .) in the user home directory.
Global configuration information like passwords or system wide configuration files go into /etc.
Normally, mail is stored in ~, but you may also find it being stored in your mail spool directory (/var/mail or /var/spool/mail on Linux systems, mostly).
In the case of RH, home directories are under /home, so as long as you back that up, you should have most of your customisations. Keep in mind that version changes can affect configuration files or directories, particularly in the case of application suites like GNOME and KDE.
For most people though, backing up ~ and /var/spool/ should save system state. A backup of /etc/ is advisable as well, _particularly_ /etc/X11. If you are switching distros, you should recreate your users manually (or script it using chpasswd(8)). Then after you have restored /home, run 'chown -R user: /home/user/' as root, where user is to be substituted by the appropriate user name.
Devdas Bhagat