Tag Archives: HowTo

avast! 5.0 Free Antivirus for Windows

avast! 5.0 is a free antivirus program available for Windows 7, Windows Vista, and Windows XP. It is a fairly full featured virus scanner similar to AVG free. Some of its key features are:

  • Silent/Gaming Mode
  • Anti-rootkit protection
  • Automatic updates
  • Boot time scanning (32 bit only)
  • Scheduled scanning
  • Wake up for scan (wakes up Windows from hibernate or sleep to perform scheduled scan) Continue reading

How To Rotate The Screen in Ubuntu With The Nvidia Driver

If you’re using the proprietary Nvidia graphics driver in Ubuntu Linux, your system has the ability to rotate the video display. Why would you want to do this? Well, I have an HP w2207 wide screen monitor that can rotate into portrait mode. This can be handy for editing long documents or working with portrait images in the GIMP. Continue reading

Lynx: A Text Only Web Browser

Today I’m going to show you how to install the Lynx web browser in Ubuntu 10.04. Lynx is a text only web browser that runs from the Linux terminal.

Why install Lynx?

Why would you want to run a browser like this? Well, the reason I run it is because it shows you how a website looks to a search engine bot. Continue reading

Add an Open Terminal Button to Nautilus

If you’re a terminal junkie, then you may find yourself wanting to open a terminal window sometimes when you’re browsing the file system in your file manager.  If you use the Nautilus file manager, it’s easy to add a button to the context menu to open a terminal window in the current directory.  Continue reading

Installing LAMP on Ubuntu 10.04 and 10.10 (Lucid Lynx, Maverick Meerkat)

If you’re developing websites, it’s nice to be able to test your code in the privacy of your own computer rather that out in the public internet. In order to do that, you’ll need to install a web server on your development computer. LAMP (Linux, Apache, MySQL, php) is one of the most common web hosting platforms, so it’s a perfect environment for you to build and test your website code. If you carefully follow these step by step instructions, you’ll have your own Ubuntu LAMP web server on installed, configured, and running in no time.  Continue reading