“Xmame” is first emulator coming to mind when we talk on a MAME on Linux systems, however it’s not been developed for some time. “Sdlmame” is recommended in Xmame websites and forums. sudo aptitude install sdlmame This command installs sdlmame from repositories. [note]It is possible to download latest version from sdlmame website but I personally […]
How to install Virtualbox in Ubuntu
With Ubuntu 8.10 you only need one command to have Virtualbox running: sudo apt-get install virtualbox-ose You’ll find its icon under Applications – Accessories. In Ubuntu 8.04 and prior versions: sudo apt-get install virtualbox-ose sudo apt-get install virtualbox-ose-modules-`uname -r` sudo adduser $USER vboxusers log out and log in (hit Ctrl-Alt-Backspace) You probably need to run […]
How to mount a remote folder with SSH connection in Ubuntu 8.04
We were looking for a method which provides us with a secure connection to share files, use a wiki system and establish a bazaar repository on it. We have read on SSH-VPN but it was imposing lots of changes to our systems. We have finally decided to use SSHFS which is simpler and easier to […]