View Single Post
Posts: 486 | Thanked: 251 times | Joined on Oct 2009
#9
Originally Posted by Berserk View Post
I'll try symlinking then
Never heard of it, though.. so first I'll figure out how that works exactly
Symbolic links can be tricky for beginners. Open an X terminal, then:
Code:
ln -s /home/user/MyDocs/.documents /home/user/documents
ln -s /home/user/MyDocs/.images /home/user/images
ln -s /home/user/MyDocs/.sounds /home/user/sounds
ln -s /home/user/MyDocs/.videos /home/user/videos
__________________
The Mini-USB plug is an improvement over both the Type B plug and the Micro-B plug.
 

The Following User Says Thank You to j.s For This Useful Post: