Thread: [Fremantle Maemo5] [Announce] Advanced Geocaching Tool
View Single Post
Posts: 5 | Thanked: 5 times | Joined on Jan 2010 @ Athens, Greece / Edinburgh, Scotland
#57
Originally Posted by elinap View Post
Perhaps will get there...

BTW, how do you type ~ using the N900 keyboard?
Press Shift (blue) + Ctrl/Sym and it's there (on my own keyboard setup anyway).

Or log in via SSH and use your full-size keyboard.

Or say:

Code:
cd; mkdir .agtl
Or say:

Code:
mkdir $HOME/.agtl
Or:

Code:
mkdir /home/user/.agtl
There's no shortage of ways to access your home directory. (hint: ~ is shorthand for ‘my home directory’, or /home/user on the N900)