Useful Software for MSI Wind

So I’ve had my Wind for a few weeks now. I think I’ll share some stuff I’ve stumbled upon (or searched).

The latest Firmware – A little tip, it will only update your BIOS if you have AC power plugged in (and it will give you a error message that has nothing to do with the power source if you don’t). The “hassle” of upgrading the firmware is defiantly worth it, built in overclocking (if something goes wacky and your keyboard doesn’t respond anymore. don’t fret, just unplug ac and battery for 30 sec.).

eeeRotate – Software to rotate your screen & touch pad. Now you can read eEbooks with the screen turned 90°. Defiantly a must for anyone who reads lots of documents on the go.

BTProx This little application can automatically lock your PC if it looses connection to a bluetooth device (e.g. your cell phone), useful in case you forget to manually lock your PC when you rush out of the room.

Alternate Microsoft Bluetooth stack – An alternative to your built in Bluetooth drivers. Theese are from Microsoft and work (for me) a whole lot better with applications.

Download Statusbar A download  addon for Firefox, puts the downloads in the statusbar. Less clutter, better overview.

iFox Graphite Theme that uses less space. I turn off the bookmark toolbar and put the addressbar up in the same row as the menu, saves space (and don’t the magic F11 key for fullscreen browsing ;-))

vmware is odd

I installed the final release of vmware server 2.0 on a server today. Not much has changed since the RC version I had been using. I found some quick fixes and tips in this blog: http://digital.blogsite.org/index.php/2008/10/04/review-vmware-sever-2
The authorization.xml problem was a REAL pain, so I was grateful to find a fix for that. And the tip about the VI Client laying around on the server was priceless (duh, the least they could have done could have been a link in the webinterface). Using the client to access the vmware host is finally not painful anymore. The webinterface is still Ok if I’m not at a computer of mine, or am under linux.

There are still some oddities about vmware that bug me, like the missing option to turn off the DHCP server if you set up networking to use a virtual switch (HostOnly). The VI Client allows me to do some stuff that isn’t possible with the webinterface (like priority for RAM and CPU, or CPU affinity), but it doesn’t allow me to ad virtual machines that are on the server ?!?

The Software is free, so I’m not complaining here. But theese would be a real pain in the rear end if I was using the software in a production environment.

save the forest (or something like that …)

I can’t be the only person who finds it bothersome burning a cd just to install linux. What a waste (it’s not like you use the cd all to often afterwards, except as a coaster). So here are the quick and dirty instructions for making a debian linux install usb stick (adjust /dev/sdb accordingly, failure to do so can pretty must kill any data on a harddisk):

  • wget ftp://ftp2.de.debian.org/debian/dists/etch/main/installer-i386/current/images/hd-media/boot.img.gz
  • wget http://cdimage.debian.org/debian-cd/4.0_r5/i386/iso-cd/debian-40r5-i386-netinst.iso
  • zcat boot.img.gz > /dev/sdb
  • mount /dev/sdb /mnt
  • cp debian-40r5-i386-netinst.iso /mnt
  • umount /mnt