Are you a frustrated user of Windows XP (or even Windows 98)? Do you want to work with a phenomenally fast Operating System (OS)? You may have heard about the alternative, often free, operating system, Linux, but are totally inexperienced in computer technology. Can you use Linux and especially Puppy Linux (Puppy Linux is phenomenally fast because it runs entirely in RAM on most PCs)? The answer is most probably:
**yes!**
You can find basic information in this wiki, on other Puppy Linux sites, and also at the Forum (great for all your specific questions not covered elsewhere) and, of course, in this section designed especially for users new to Linux and specifically Puppy Linux.
Some terms you must know
It's easy to make a list
like what you see here
to edit this page just double-click on it, or click 'Edit Page' (see end of this page)
Tips
Mounting and Unmounting
like what you see here
to edit this page just double-click on it, or click 'Edit Page' (see end of this page)
Automate tasks at boot time
E.g, to let Mozilla run at start up, edit /root/.xinitrc
(it's a hidden file, click the Show/Hide Hidden Files button in rox to see it)
add this line: mozilla &
somewhere before the line that starts the window manager: CURRENTWM="`cat /etc/windowmanager`"
exec $CURRENTWM