Don't see it? Ask!

Thursday, May 21, 2009

Gmail two way sync and calander sync for Nokia

Google just updated the supported sync protocol for Nokia s60 series phones such as the e71, to Microsoft's ActiveSync. This allows two-way syncing and calendar syncing.

Get the full how-to here. I needed to upgrade Mail for Exchange to version 2.09 first, in order to get the sync working.
update: this now includes syncing of email as well!


Moshe Brevda, FreePBX Development Team
lazytt - FreePBX forums
hi365 - IRC


Continue reading...

Wednesday, May 20, 2009

Use the keypad/number pad in nano

For the longest time, I've been trying to figure how I can use the number pad in the linux text editor GNU nano. It felt very unnatural to have to use the numbers in the top of the keyboard - unintuitive and unnatural. Then I decided to RTFM! It's really quite simple: just start nano with the -K option, like this:

nano -K /path/to/file

Remembering to add the -K every time you run nano can be quite a drag. No fret, alias is here! Just run the following, and you will never have to add the -K again:

alias nano='nano -K'

From now on, you can just run nano somefile and have your number pad enabled!



Moshe Brevda, FreePBX Development Team
lazytt - FreePBX forums
hi365 - IRC


Found this tip useful? Don't forget to donate by click the donate button to the right!

Continue reading...