From the category archives:

Programming

How To: Install PHP-Ming

November 29, 2007

Yesterday, I came across a library called ming for php which can do wonders while converting videos to .swf (flash), images to .swf and much more. The best thing is that ming provides wrappers in C/C++/PHP/Python/Perl/Tcl etc. So, can be used within any one of these languages. But, the damn thing drove me crazy while [...]

Read the full article →

How To: Install Javascript Plugin in Eclipse

November 9, 2007

Today, I installed Eclipse on my Fedora 7 desktop. Everything is fine, but the default Eclipse does not have a plugin for JavaScript. So , I searched a lot on Google and read a lot of reviews about some JavaScript plugins available for Eclipse. And I finally reached the JSEclipse plugin by Adobe Labs. I [...]

Read the full article →

QuadKonsole – Programme Better

March 27, 2007

Well, the era of Quad Core computing is approaching fast. But everybody can’t just enjoy the computing powers of those high end processors due to very high cost and maintenance(power supply and heat) problems. If you are a programmer and and use linux, then you can at least have a Quad Core Konsole. I found [...]

Read the full article →

Hack: Mange Fluctuating Wireless

September 24, 2006

I am trying this small script with a so called gui . This helps managing my wireless in the extreme conditions. Just a shell script. Run the script as root otherwise it’ll not work. Get the script here or copy the code below. 1 2 3 4 5 6 7 8 9 10 11 12 [...]

Read the full article →

Hack: Mail Filter – Shell Script

March 7, 2006

This is an attempt by me to filter mails on a Linux machine. You can run this file on your home directory at mail server and it will help you to sort mails on the basis of From which user the mail has come or from which domain it came, to which user or domain [...]

Read the full article →

Hack: Graphical Implementation of CP Command

December 3, 2005

To use this graphical interface do as directed below: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 [...]

Read the full article →