Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.3: Hide the swap partition from Finder's sidebar' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.3: Hide the swap partition from Finder's sidebar
Authored by: Anonymous on Dec 27, '03 08:24:29AM

Was your suggestion something you added, specifically?
My hostconfig file does not contain any reference to a VIRTUALMEMORY location after a fresh format / install of Panther.
Thanks.



[ Reply to This | # ]
How to add DevTools to bash path
Authored by: TigerKR on Dec 29, '03 10:10:09AM
In the terminal type:

sudo cp /etc/profile /etc/profile.bak; sudo pico /etc/profile

and then edit the line with "PATH=" to look like this:

PATH="/bin:/sbin:/usr/bin:/usr/sbin:/Developer/Tools"

then type control-x to exit, then press y to save changes, then press return to confirm the file location.

Then close the terminal window, and reopen!

[ Reply to This | # ]