Archive for the ‘Apple Mac’ Category

vim - error when starting

Saturday, October 4th, 2008

problem :

For some reason, starting up vim pops up an error at the bottom :

E575: viminfo: Illegal starting char in line: d^\^F
Press ENTER or type command to continue

solution :

delete the contents in ~/.viminfo

Voila !!!

Firefox 3 - “force” your add on compatible with it

Friday, October 3rd, 2008
  • On the url bar, type “about:config”
  • Right click on any of the empty space, click new –> boolean
  • In the box, preference name –> extensions.checkCompatibility
  • specified the value –> false

restart firefox and Voila !!!

mount hfsplus (mac os file system) under Debian linux

Wednesday, October 1st, 2008

Have an external hard disk with hfsplus or hfs+ partition on it? This is how you can mount it under linux (specifically, Debian) :

in os x :

  • disable journaling in the partition/external hdd in disk utility or use run the command “diskutil disableJournal /dev/disk1s1″ in terminal.

in linux :

  • apt-get install hfs*
  • mount -t hfsplus -o rw /dev/sdb1 /mnt/extdisk

Voila !!!

https - SSL protected website

Wednesday, September 17th, 2008

After upgraded to Firefox3, some https (SSL) website is unable to load. But reading the error messages (”Secure Connection Failed”) carefully, it actually have an option to bypass the security check. Here’s how :

- click on the link says “Or you can add an exception”,

- then click on the button “Add Exception …”,

- when the window “Add Security Exception” pops up, click on “Get Certificate” and then “Confirm Security Exception” button.

Voila, the page reloads !!!

How to Edit Cell in Microsoft Excel on Mac OSX Leopard

Thursday, July 24th, 2008

Many windows user may know that F2 is the shortcut key to edit a cell on Microsoft Excel. I run native Microsoft Excel on Apple Mac OSX to do my claims, report, database and etc. Sometime it’s annoying on cell editing, especially when you want to edit the cell, need to move your mouse and double click.

Is there any F2 like short cut key on OSX Leopard’s Microsoft Excel?

(more…)