Followers

Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

Sunday, March 6, 2011

Gaming with Ubuntu part 1/4 - DOS Box


DOSBOX allows you to run your old dos programs under Linux , DOSBOX provides a full featured dos environment inside your ubuntu box . DOSBOX allows running of DOS programs in Linux and Windows.  To install DOSBOX type the following command in the Terminal window


sudo apt-get install dosbox


You can also use the Synaptic package manager located at System -> Administration -> Synaptic Package Manager for installing the DOSBOX emulator. Launch the synaptic package manager and click on Search button and type dosbox in the text field mark th checkbox of dosbox and click on install, for installation to start.


After completing installation, create a directory say (/home/user/games) where you would like to store your games,
now after copying your games to the directory launch dosbox by typing dosbox in terminal window.


In DOSBOX type the following command to make your games directory visible inside the dosbox emulator


mount d /home/user/games


Now go to d drive , then go to the directory of the game and launch the executable file of the game to start the game.


Source: http://linuxondesktop.blogspot.com/2007/03/playing-classic-games-under-ubuntu.html

Sunday, February 27, 2011

Saturday, February 26, 2011

How to fix your partition tables in ubuntu

User Mac-n-me asked how to fix partition tables in ubuntu.  Heres how to do it.

Error messages during updates

Are you getting error messages while trying to run:
apt-get update
?  Well here's a fix for ya.

Gnome shell session option

I was browsing reddit today and found that someone wrote a script to give a gnome shell session option:

Friday, February 25, 2011

Huge list of Ubuntu Gimp tutorials

These are a few tips I found on about.com when I was trying to do some image manipulation.  Just though I'd share

Fix battery estimation on ubuntu 10.10

After upgrading to 10.10 from 10.04 the battery icon got stuck at estimating.  There are three commands that will fix this problem for most people.

Thursday, February 24, 2011

Wednesday, February 23, 2011

How to remote into a windows server running VNC with Ubuntu 10.10

Like many, I have a Windows server 2003.  As we know, there's no Windows Remote Desktop software native to linux, so we have to make due with VNC.  Can't connect?  Here's what you're doing wrong.

Tuesday, February 22, 2011

Install any ISO image to a USB drive in Ubuntu 10.10

I had an ISO I downloaded from the net.  I needed to toss it onto a usbdrive but it wasn't a linux distro.  Most programs won't or can't make a bootable usb from a non-linux ISO in Ubuntu.  Or so I thought.

Task manager in Ubuntu

Every now and again you want to just end a program or kill the process.  Where the heck is the task manager?  Well, I found it and you can even bind it to ctrl+alt+delete.

Sunday, February 20, 2011

How to play Minecraft in Ubuntu 10.10

To play Minecraft on ubuntu we need three things:  1.) Minecraft.jar 2.) Java 3.) The proper permissions

How to watch netflix on Ubuntu 10.10

This solution works, isn't choppy on my computer.  It is, however a bit clunky. You need to grab your Windows XP disk (or find a lightweight version off of bittorrent or something, the lighter the better) and that's all you will need.

How to stop BCM4322 from disconnecting Ubuntu 10.10

I feel like I went through hell and back for such a simple solution.  I installed Wicd to make my wireless work.  It's not as elegant as the native wireless controller, but I can connect to wireless networks and stay connected.  It displays signal strength, channel, SSID - everything you would ever need.

Build a file from source

Sometimes you need to build a file from source, and simply can't rely on aptitude or Ubuntu Software Center for the obscure program you need.  Here's how to do it.

Convert .uif to .iso in Ubuntu 10.10

I recently downloaded a file that ended up being a .uif format.  After looking for a while I found that I could use WINE to run MagicISO and convert it through there.  I wanted, however, a linux-only option.