Linux
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" …
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”:0.0”}’) […] 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 …
Quick update on speeding up X windows with gnome look.
2010/04/08
I have tried various options and now I am trying one more option. The option is to use the LXDE desktop. The LXDE desktop is a lightweight X Desktop. The look and feel are quite similar to the Gnome …
Microsoft Updates Linux Code
2010/04/08
Microsoft releases enhancements to the Hyper-V Linux Integration Services that the company contributed to the Linux community in 2009. Microsoft has released enhancements to the Hyper-V Linux …
wine-doors – door to wine with applications like photoshop and lots of windows games.
2010/04/07
wine is the project to natively support the Windows application on the Linux platform. But people who have tried to use it know that there are lot of dependencies on the Windows programs which cannot …
Adding date to Photographs.
2010/04/07
This is one of the common things that I want to do when I want to print the photos and its truely boring job to do given the fact that the Date Photo taken is already in the image taken by the Digital …