Archive for April, 2010

VMWare Fusion boot delay.

From the Virtual Machine Library, select the machine and hold down the control key. Right mouse click and select “Show in Finder.” Right mouse click the .vmwarevm file, and select “Show Package Contents.” From here, use TextEdit to add the following line to the .vmx file listed in the directory:

bios.bootDelay = “3000”

How to find a tab character in vi.

To display all the special characters or escape sequences:

: set list

To find the tab character (^I). Hold down control and hit vi.:

/^vi

Now supporting mobile devices.

I installed the WordPress Mobile Edition plugin, so now the site can be easily read from a mobile device. It gets me to the information pretty quickly. It even supports search. Works fine from my phone, although I like the WordPress mobile application better to create new posts.

Return top

INFORMATION