Monday, October 24, 2005

VMware Player "hacked"

A few days ago VMWare released "VMWare Player" which can run virtual machines but cannot create them.
Today I saw this how-to on hackaday.
I just installed Ubuntu and it works great!

Here is my modified how-to:
  • install the VMWare Player
  • download the "Browser Appliance" virtual machine
  • make a test run of the virtual machine to verify that it works
  • download the Ubuntu CD-Image
  • replace these two lines in the file "Browser-Appliance.vmx":

    ide1:0.fileName = "auto detect"
    ide1:0.deviceType = "cdrom-raw"

    by these:

    ide1:0.fileName= "ubuntu-5.10-install-i386.iso"
    ide1:0.deviceType = "cdrom-image"

  • start the virtual machine and press ctrl-g to direct the
    input to the virtual machine
  • press escape and boot from cd-rom
  • install ubuntu
  • revert the changes made above
  • done (you may want to delete the iso which you don't need
    anymore)

Tuesday, September 13, 2005

SVG in Firefox

If you are running Windows 2000 and try to play SVG Tetris (or view some pictures), you may be wondering why the download dialog appears. This is because you are missing the file "gdiplus.dll".
Get it here from Microsoft.

Search Engines

At the moment all visitors of my blog come from the GreaseMonkey mailing list, to be more specific from this post.
To make my page more open to the public I decided to add it to some search engines.
Here are the links:

Friday, August 12, 2005

Slashdot - add mirrors

I have added an image to the description of my "Slashdot - add mirrors" script at Userscripts.org. As you probably already guessed it adds links to some mirrors to the articles and comments. Check it out here.

Monday, August 08, 2005

Greasemonkey UI

This post on the Greasemonkey mailing list inspired me to make a toolbar button for Greasemonkey.
It doesn't tell you if Greasemonkey did something but it allows you to disable individual scripts and Greasemonkey by the click of a button (the monkey greys out too).

Update:


After fixing some bugs I guess I should release this modification. Here are the modified files. Make sure that you are using Greasemonkey 0.5 beta and have made backups.



Userscripts.org

Here are my scripts.

fp

first post