#1 if something can go wrong, it will go wrong. #2 more desperate you are to get it correct, more incorrect it will get. #3 nature never say die, life…
Year: 2006
Restarting my world
Welcome to all on my personnel blog. I said restarting the world as I lost my old blog data. I was running it since 2004 before I lost it a…
Maybe Last Post on Sumitworld.blogspot.com
Hi, I am not so happy saying that, but yes its last post for now on this blog. Hey that doesn’t mean i will not write … I have new…
Another idiotic Story
Hi, I face a new problem now a days while surfing internet website. As I am working on opensource software now a days, I some how get to some sites,…
Two Forms in ASP.Net
Hi, As any other ASP.Net developer, I was not feeling comfortable with only one form concept that ASP.Net has (not sure about v2.0 as never work on it). Also, when…
Linux User authentication using PHP
In one of my last post i try to define how linux store its password. Today I will be putting Complete PHP code for it. Just run it on your…
My first use of awk command
Hi, today I has to detect the machines IP. So I thought to make use of “awk” for it and got build this command ifconfig eth0 | awk ‘/inet addr:/…