cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: July 04 2004,01:03 |
|
FYI,
The rox.dsl itself does not use much memory. Your web browser's "cache" will use up more memory after a little while surfing the internet. You can check on your memory usage by typing in the following from an Xterminal window:
free (total free memory)
or
ps -aux | more (memory usage for each process. Look at RSS value)
If you install DSL to hard disk, you will be able to add a bunch of *.dsl extensions without paying any penalty because they will be saved on to the hard drive file system instead of the ramdisk.
First, do a hard disk install (full install, not a poormans or frugal install).
Then reboot, open an xterminal and type in the following:
sudo su tar -zxvf rox.dsl -C / exit /opt/.start_rox
and you should have the Rox Filer installed to your hard disk with a desktop icon.
Good Luck.
|