Tag: Linux

5 ways to run Windows software on a Linux system

February 07, 2007 by Jason

winlin
Read More»

Play MS-DOS Games on Vista

February 06, 2007 by Jason

msdos

If you try to run an old DOS game on Vista, you’ll probably get an error “This system does not support fullscreen mode.” Fortunately, this isn’t a dead end. Download a copy of DOSBox, the greatest MS-DOS emulator for any platform (Windows, Linux, Mac OS X, and more), and try running your game under DOSBox. Not only will you get support for old-school graphics like CGA and EGA, you can even run it in a window!

Dual Boot Vista and Linux

February 02, 2007 by Jason

Requirements:
- 2 Hard Drives
- Linux Install CD
- Vista Install DVD
- Computer powerful enough to run Vista
Why this is nessissary
Vista comes with a more difficult to work with bootloader. If you install Vista, then Grub, it wipes out the Vista Bootloader. It used to be that you could just tell Grub what to do to boot into Windows, but Windows no longer boots on it’s own: It needs its *special* bootloader!
Read More»

Disk Swap to pc Performance

February 01, 2007 by Jason
  • Console-based OSs like DOS have only modest memory requirements. GUI-based operating systems like Windows needs lot of memory, much larger than the RAM that is usually installed on PCs. So, they use something called virtual memory. Here, a large file on the hard disk is used in conjunction with the RAM, which greatly expands the memory available to the OS. Only the data that is required at the given moment is loaded on the RAM; the rest is cached on the swap file. Just like any other file on a disk, the swap file can also get fragmented over time and OS might seem to slow down. To prevent the swap from breaking up, you can place it on a dedicated partition (just like in Linux). Set the size of this partition at about 2.5 times the size of your installed RAM and format it. Next, you need to make sure that the OS does not reserve space on this partition for deleted files because this partition is going to have only one file – the swap file. From the Recyle Bin context menu, choose Properties » Configure drives independently. Select the partition’s tab and select the Do not move files to the Recycle Bin. Remove files immediately when deleted option. Read More»
  • Ten Tricks and Tips for New IRC Users

    January 26, 2007 by Jason

    Internet Relay Chat (IRC) is an often overlooked medium of communication. I’ve been using IRC for several years and have found it to be a great way to collaborate and interact with other people, wherever they may be.

    If you’re used to traditional peer-to-peer chat systems, you may at first feel rather daunted by the unfamiliar look and feel of IRC. Once you’re able to gloss over this, you will start to appreciate the true power of IRC and maybe even adopt it as your preferred chat medium.

    Here is my top 10 list of tips and tricks that will give you a good start on the road to becoming an everyday IRC user. Read More»