Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

Perl system() call return results

Just been trying to create a Perl script to run ping and return results #!/usr/bin/perl use strict; # this is a heap of notes to try and come to grips with Perl # a bit better. # # Looks at how the system() call works # # How to build the command arguments to get #...

Zenwalk 5.2

Just looking at Zenwalk. If it wasn't for my requirement to run VMWare Server without the hassle to compile non-vm patches to get it working. I would probably use Zenwalk as my primary desktop system. Nice things: XFCE: lighter than Gnome but just as pretty. Zenpanel:...

loop no! ==> vmware-loop no! ==> vmware-mount yes!

I read an article in Linux magazine. Which said that you can mount vmware images with this command: mount -o loop,offset=32256 vmware-disk-image.vmdk /mountpoint mount: you must specify the filesystem type As you can see my Ubuntu 8.04 system didn't seem to like it...