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 …

83.233.30.32 is blacklisted.

2010/04/11

If you IP is 83.233.30.32 then contact me if you want to access my site in any manner. To check your IP click <a href="http://amit-agarwal.co.in/mystuff/getip_txt.php" …

Bash completion error — quote_readline.

2010/04/11

There is a problem with bash completion with quote_readline that causes the completion to fail. The problem is fixed in the bash completion package but there are still some other programs which are …

Script to get the number of events from the logs.

2010/04/11

<a id="aptureLink_4P0PJ73NaG" style="margin: 0pt auto; padding: 0px 6px; text-align: center; display: block;" …

Advanced Sed Substitution Examples

2010/04/11

This article is part of the on-going Unix Sed Tips and Tricks series. In our previous sed articles we learned — sed printing, sed deletion, sed substitute , sed file write, and sed multiple commands. …

PuTTY export client display on login for opening X application and terminal.

2010/04/11

export DISPLAY=$(echo $SSH_CLIENT |awk '{print $1&#8221;:0.0&#8221;}&#8217;) […] Explanation: SSH_CLIENT contains the IP and the port of the client machine. So we need to export …

Linux Links — collection of universe.. all links on everything about linux

2010/04/11

<a href="http://loll.sourceforge.net/linux/links/">LoLL is a sourceforge project which maintains a well commented and categorized list of links on linux. This is a very nice list and …

log analysis with perl and wireshark decode.

2010/04/11

Here is something that I had to do in couple of hours to check the logs. The problem was the log file was printing the Received and Sent message in the hex format. I had to verify if the messages were …

Bugzilla Automation with perl — add, update or query any bug in Bugzilla using perl and www series modules for perl.

2010/04/11

Today I was trying to do some queries and see if I could create a new bug or update a existing bug in the Bugzilla. The one that I was trying to access was on version 2.0 and not on 3.0. This being …

Prachi – My daughter

2010/04/11

<span style="font-size: 0.9em; margin-top: 0px;"> <a href="http://www.flickr.com/photos/raj77_in/3936851663/">640×480-dscn0137 Originally uploaded by <a …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it