Linux
Silent Install Firefox Plugin Backfires on Microsoft
2010/04/12
Silent Install Firefox Plugin Backfires on Microsoft Whilst it’s not okay in Microsoft’s eyes for Google to install a plugin into Internet Explorer, increasing the potential …
Afraid Dynamic DNS client in Fedora with Email indicating the changed to original IP.
2010/04/12
If you have your domain in the Dynamic DNS located at : <a href="http://freedns.afraid.org">Freedns then you know how difficult it is to get the Dynamic DNS client to work with Fedora. …
added comment luv plugin.
2010/04/12
Added a plugin called comment luv, now you would love commenting. I am also looking for suitable plugin to raise a ticket on the blog. This would enable the users to raise their concerns and feature …
Get the mappings from tex file for vim plugins
2010/04/12
Get the mappings from tex file for the vim plugins. […] #!/bin/bash – #=============================================================================== […] # FILE: …
change the window in split screen.
2010/04/11
I use the split screen in vim very in-frequently, so I did not really know how to move from one screen to the other. There is also very little or no documentation that I found on this on the first …
In (any) vi, add a keystroke to format the current paragraph.
2010/04/11
<a id="aptureLink_F2g9MXMw3t" href="http://en.wikipedia.org/wiki/Vi">vi editor is very powerful in the sense that you can use maps, abbreviations and recordings. One such …
Firefox Tips
2010/04/11
<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category Firefox Tips Mozilla Firefox has been outperforming Internet Explorer for a number of years, and its …
Linux Shell Scripting Tutorial – A Beginner\’s handbook
2010/04/11
<a class="zem_slink freebase/en/unix_shell" title="Unix shell" rel="wikipedia" href="http://en.wikipedia.org/wiki/Unix_shell">Linux Shell Scripting …
Another nice utility for blogging from within firefox.
2010/04/11
Scribfire is another nice utility for blogging withing firefox. Nice features and quick and easy to configure and use ..
Jokes – many to be downloaded once..
2010/04/11
All work and no fun makes Jack dull boy. So lets do something for fun. Here is a one liner I wrote sometime back. The original idea is not mine and I don’t remeber where I got the idea from …
core dump checking script.
2010/04/11
I was testing a program which crashing every now and then. It is very difficult in such scenarios to keep looking for the <a class="zem_slink" title="Core dump" …
geoip lookup with curl on geody.com
2010/04/11
$ geoip(){curl -s "http://www.geody.com/geoip.php?ip=${1}" | sed '/^IP:/!d;s/<[^>][^>]*>//g' ;} […] <a href="http://www.commandlinefu.com"><img …