
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
There is a common problem to get USB support running in VirtualBox on a debian or ubuntu linux host system. If there is a Windows XP (maybe also other system) installed as the guest system, the USB devices will be shown in the VirtualBox menue – but they are disabled. The devices are recognized but [...]
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
Changing the color of your linux prompt is a quite easy thing. Different prompt colors may be useful to distinguish different machines more easy, or just for fun.
export PS1=’\e[0;32m\u\e[0;32m@\h:\e[0;0m\w\e[0;0m$\e[0m ‘
Just put the lines above in your /etc/profile and in the ~/.bashrc
The message of the day is a nice thing to show informations to a user, who is connecting via console. You can put funny ascii figures there, or important informations and how-to’s.
The message will be shown prompltly after authentification:
