
This is a blog about linux, software engineering and internet stuff. Browse around to see my work and latest web projects or follow my thoughts... Read more »
LATEST PROJECT: Snaggies.de
By using linux, you are able to mount an ISO image by the loop network device, which is quite easy. You can do this only as user root. Follow the steps below:
Change to user root:
# su
Mounting the ISO image to a directory or your choice, for example /mnt
# mount -o loop disk1.iso /mnt
To uninstall the VMWare Software from a Linux System is quite easy. VMWware comes with a pearl script for this. Just open a console and change to user root.
localhost:/# su
localhost:/# vmware-uninstall.pl
The Kung Fu Fulda website of the fight club is made by a simple php script without using any kind of cms. The index.php contains a piece of code which decides if a flash player is installed. Depending of the result, a html or flash site will be shown.
