Thursday 13 August 2009

Get TTN6 working on WM5 phone

  1. Install TTN6 Navigator
  2. Copy Contents of Crack directory to Program Files/Navigator
  3. Go into your registry at: HKEY_LOCAL_MACHINE> System > CurrentControlSet > GPS Intermediate Driver and change the key for IsEnabled from 1 to 0.
  4. Go into your registry at: HKEY_LOCAL MACHINE > ControlPanel > GPS Setting > change the key for Hidden from 1 to 0.
  5. Open GPS setting in Control Panel and select any distinct port for software and hardware (eg. COM0 and COM1)
  6. Restart phone
  7. Download the latest AGPS settings

Monday 10 August 2009

Great note-taking software for desktop and windows mobile

Evernote (www.evernote.com) is a great note-taking software for the desktop and windows mobile phones. It allows for a seamless sync between the desktop, we and the mobile phone.

Saturday 1 August 2009

Tuesday 28 July 2009

Automating ssh logins

I found this cool technique to automate ssh logins from
http://www.debian-administration.org/articles/152

First create a key pair

username@host:~$ ssh-keygen -t rsa

Then copy the generated key to the remote host machine.

ssh-copy-id -i ~/.ssh/id_rsa.pub username@remote-host

Sunday 28 June 2009

Turning monitors off and locking them from Ubuntu

This command can be used to turn and lock monitors through Ubuntu :

gnome-screensaver-command --lock && sleep 2 && xset dpms force off

Tuesday 23 June 2009

Great Latex editor for Windows

I came across latexeditor.org(LeD editor) which is probably the best editor for Windows. It has features which are distant from editors like Tecnix Center, some of them are
-> In-build DVI viewer
-> Support of bibliography and reference autocompletion
-> Support for scientific dictionary and thesaurus

My only complaint is that it looks unfinished. Also the word wrapping does not seem to work correctly when reusing the tex file in Kile later.

Monday 22 June 2009

Finance managment for UK residents

I came across this very useful online financial tool called www.kublax.com for UK financial institutions. This is a welcome alternative like buxfer.com and mint.com.

Monday 11 May 2009

2D/3D visulaizing tools

I am trying to understand positioning in 3D and was looking for some simple ad free tools to understand how things work in positioning algorithms.(Or how to visualize the positioning)

I came across some really fascinating software:
Archimedes Geo3D - probably the best software out there for 3D visualization
Geomview - allows one to manipulate images in it as output from other software.Has a messy installation though (could not install it as openmotif could not be successfully configured on my Ubuntu machine)
GeoGebra - free java based 2D geometry software.

Thursday 5 February 2009

Using Gedit

I have started using Gedit (hopefully for a long time) as an editor.
I found some interesting sites for enhancing its functionality.
http://www.micahcarrick.com/09-29-2007/gedit-html-editor.html

This is a great plugin to use GEdit as a Latex Editor.
http://live.gnome.org/Gedit/LaTeXPlugin

Make sure you install rubber(a latex tool) before you start using the plugin.

Here is a list of all Gedit plugins
http://live.gnome.org/Gedit/Plugins

Here are some general articles about GEdit
http://sernaonubuntu.wikidot.com/gedit#toc5

Wednesday 4 February 2009

Tweaking VMWare performance

I was trying to tweak the performance of WinXP on VMWare on my Ubuntu machine

Found some tips
http://www.vmware.com/support/reference/common/performance_tips_list.html
http://www.petri.co.il/virtual_increase_vmware_performance.htm

I am not sure if it really did make a big difference.

Tuesday 3 February 2009

Setting up HP LaserJet printer in the 503 attic from VMware

Setting up the Laser Printer from VMWare WinXP running on Ubuntu

Add a Local Printer
Choose a Standard TCP/IP port
Get the IP address from the printer which is 129.67.151.141

After saying OK you will get another window to setup the printer
Choose HP LaserJet 4050 Series PS

Voila, print a test page and you are all set.