Solaris dump analysis
2011/05/18
I had to debug a solaris crash dump and had no ides. Google search wasn’t much useful until finally I found this article: http://cuddletech.com/blog/?p+AD0-448 have a look at this article, this …
client lanman auth is disabled error for samba
2011/04/28
The error: […] Server requested LANMAN password (share-level security) but ‘client lanman auth’ is disabled […] is easily fixable. You just need to tell samba that client lanman auth is …
cd across parallel directories
2011/03/14
Image via Wikipedia […] Here is a simple and fast way to cd across parallel directory.
Using ssmtp to send mail using gmail.
2011/02/19
First install the package ssmtp using the command: […] <td> <div class="text codecolorer"> sudo yum install ssmtp </div> </td> </tr> Open the …
Empty a file
2010/12/26
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;"> Image via <a …
Free Home made calendar for December 2010.
2010/11/29
Hope you will like this 🙂
Fundraising for Linux Foundation.
2010/11/13
All of us have been benefited by Linux in some way or other and this is due to all the work that is being done by so many organizations and people around the world. I would like to spare some time to …
Free Calendar for October 2010
2010/09/30
Hope you like my work with gimp and Nikon D5000 . <img class="size-medium wp-image-2501" title="Calendar October 2010" …
15 (More) Awesome Conky Configurations
2010/09/13
15 (More) Awesome <a class="zem_slink" title="Conky (software)" rel="homepage" href="http://conky.sourceforge.net/">Conky Configurations You may have …
OpenID for non-SuperUsers
2010/09/07
Based on the results of my Unobtrusive <a class="zem_slink" title="OpenID Foundation" rel="homepage" href="http://openid.net">OpenID post, it is quite …
Download Free calendar for September 2010
2010/09/05
Here is something that I got my hands dirty on just now 🙂 <img class="size-medium wp-image-2499" title="Calendar September 2010" …
tee to a file descriptor
2010/08/13
tee to a file descriptor […] 1 $ tee >(cat – >&2) the tee command does fine with file names, but not so much with file descriptors, such as &2. This uses process …