Vote 1

How To Safely Redirect /index.php To / Using .htaccess / Apache

June 28th, 2008

Any PHP based software like WordPress, Mambo, Joomla, Drupal, MODx etc. will serve pages both from http://your-site.com as well as http://your-site.com/index.php. This creates duplicate content for search engines, which may then decide to penalize your site for duplicate content. You can safely prevent duplicate content with the following apache code / directive added to your .htaccess file (or in httpd.conf):

Read more (215 words) »

Vote 1

Leased Line Rendered Obsolete With Bonded / Multiple ADSL for Most Businesses

June 24th, 2008

Leased Lines historically have been used as reliable, resilient internet and site-to-site data connections. The main benefits have been security, reliability, SLAs, private network and flexible speeds. Leased Lines were also known for high installation charges, long installation times, hefty monthly fees and unreasonable contracts. With the advent of cheap ADSL connections, Leased Lines have become as relevant as dinosaurs except for the most demanding businesses, especially when you can bond multiple ADSL lines to get reliable broadband at a fraction of the cost.

Read more (235 words) »

Vote 0

How To Fix - Couldn’t find per display information Error in Java Applications

June 23rd, 2008

While running some Java applications (like Thinreader) you may see this strange looking error - Couldn’t find per display information. You may find this error when running such applications in JDK 6 or later. Let’s find out more about it and how you can easily fix it.

Read more (260 words) »

Vote 1

How To Use Linksys Compact Wireless-G Internet Video Camera WVC54GC From Linux

June 22nd, 2008

The Linksys Compact Wireless-G Internet Video Camera WVC54GC is a Linux based wireless webcam with its own streaming web server built in. Windows users can view the video stream through their browser without the need to install any extra software other than allowing the supplied Active-X control to run. Unfortunately there isn’t much in the documentation about using this camera with Linux.

Read more (781 words) »

Vote 1

How To Save Video To File on Linux & Windows

June 22nd, 2008

VLC Media Player is a leading player for displaying video on Windows & Linux. It supports a wide variety of formats. You can also use it to save the video to a file.

Read more (148 words) »

Vote 1

How To Install Lighttpd On Fedora Linux

May 31st, 2008

Login as or su to root and run:
Read more (27 words) »

Vote 0

How To Use AWK To Simplify Scripting: Multi-Database Backup Example

April 20th, 2008

AWK is an extremely versatile and powerful language for processing files and text data. Often you can use awk to perform complex tasks on Unix / Linux / Mac OS command line which would otherwise take a full-fledged programming effort. AWK is great for log processing, creating custom scripts which will then be executed and more. For example I wanted to create a backup of all of my MySQL databases, each to a separate file after compressing them with gzip (maximum compression). I already created a list of databases on my MySQL server is a file named databases (how original!). Here is the awk script which processes the file and creates another file (named database_backup) which contains commands to backup all the databases as specified above.
Read more (172 words) »

Vote 0

How To Speed Up Linux Desktop by 30%+

April 13th, 2008

I am using Linux (Fedora Core 6) on a pretty high end hardware (at least when I bought it) - Intel Core 2 Duo E6600 Conroe 2.4GHz (4M shared L2 Cache) with 2 GB DDR2 RAM, nVidia dual-head graphics card for over a year now. And yet a simple change made it at least 20-40% faster. Even my firefox (with 100+ tabs always open) feels much faster. So what is this magic change?

Read more (167 words) »

Vote 0

How To Rapidly Clean / Wipe Hard Disk Drive

April 6th, 2008

How to overwrite your hard disk with random characters
Read more (71 words) »

Vote 0

Fixing - configure: error: C++ compiler cannot create executables

April 5th, 2008

A common error while configuring (running ./configure) software in Linux systems is - error: C++ compiler cannot create executables. The solution, not surprisingly is simple:

Read more (63 words) »