Vote 4

Free WordPress Plugin To Disable wlw_manifest & EditURI Link From WordPress Blog Header

June 29th, 2008
Newer versions of WordPress (2.3.1 and above) adds two extra lines to your blog header. They are:

You need them to use Windows Live Writer to write to your WordPress blog. However many, like me, do not use Windows Live Writer. For them such headers are simply junk and add to the size of their pages (and download time) without adding any value to them or to their users. For such bloggers (majority I presume) here is a simple WordPress plugin (Angsuman's Windows Live Manifest Remover WordPress plugin) which removes these two header links from your WordPress blog.

Download Angsuman's Windows Live Header Remover Plugin, rename the file to angsumans-windows-live-header-remover.php, upload it to wp-content/plugins folder of your blog and activate it from Plugin Management screen. It requires zero configuration. It does one thing and does it well - remove these two useless headers from your WordPress blog.

Technical Note: There is a similar WordPress plugin which does the same thing. This plugin works differently in that it doesn't add the code directly to the plugin body but to the 'init' hook. This ensures that this plugin will remain compatible with future versions of WordPress as it doesn't depend on the relative order of execution of the plugins versus the default WordPress filters. Sounds complicated? To put it simply - Install the plugin and then forget about it forever. It will continue to serve you (your blog) in the background for a very long time.

You can get more free WordPress plugins here.
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 2

5 Free Java Exams From Sun

June 12th, 2008

Sun offers 5 free proficiency assessment examinations. Read below for details and how you can take them.
Read more (263 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 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) »

Vote 0

WordPress 2.5 Released in Error, Withdrawn & Released Again

March 29th, 2008

WordPress 2.5 was released with lots of fanfare and lots of defects. It looked in the trac and it said at that time that the milestone was completed 3 minutes ago. The release was announced on wordpress.org:
Read more (231 words) »