Yearly Archives: 2009

Command Line Basics: View Text Files with more

One of the things you may find you want to do often from your command line is to view the contents of a text file. This could be to view the contents of some startup script or just one of your own basic configuration files like .bashrc or .bash_aliases. The command is simple to use. Just type more followed by the file name. Here’s an example (assuming you have X installed). Continue reading

Create a Bootable FreeDOS USB Drive on Windows

Why a Bootable USB Drive?

Most computers sold these days don’t have a 3.5″ floppy drive, yet many computer manufacturers still only provide BIOS flash utilities that require booting to a DOS environment. Luckily there is a free version of DOS called FreeDOS and a utility called UNetbootin to the rescue. Using these two free programs you can create a bootable USB drive that will enable you to flash your BIOS. Continue reading