Linux
The best in command line xml: XMLStarlet
2010/06/08
<a href="http://bashcurescancer.com/the-best-in-command-line-xml-xmlstarlet.html">Quite some time ago I wrote about using xsltproc to process xml on the command line. Thank fully …
Verify all the paths in the PATH directory
2010/06/08
Here is the command to test that all the directories in your path actually exist. […] (<a class="zem_slink freebase/en/internal_field_separator" title="Internal field …
bash completion not working on Fedora
2010/06/06
I had bash completion installed and after that I had made huge changes to my bashrc and also installed bashstyle. After this the bash-completion stopped working. I had to spend a lot of time to figure …
Play media files in fedora.
2010/06/06
Found <a href="http://fedoraforum.org/forum/showthread.php?t=100206">here .<div class="smallfont"> Media (DVD, web content, video & audio) playback in Fedora <hr …
colors in bash – script to display all the possible colors.
2010/06/06
If you wanted to have colors in the bash output (including the colors in PS1-4), don’t you keep wondering how the color code would look on the terminal. So, I wrote this small script to show …
PuTTY ssh without password
2010/06/05
you can do a ssh without password.. Today we will see how to do this with putty. Generate public/private (DSA)key pair using puttygen. copy the public key to ~/.ssh/authourized_keys on your server …
save date and time for each command in history
2010/06/05
<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category
Security — Installing and monitoring snort logs.
2010/06/04
Snort is a very good security tool to install if you are concerned about the security of your system. I find it really useful but the problem is I keep forgetting to monitor the logs so what did I do, …
SQuirrel SQL for Graphical interface to Oracle/MySQL and loads of other database – OSS and free.
2010/06/04
<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category SQuirrel <a class="zem_slink freebase/en/sql" title="SQL" …
Linux Community\’s unoffical mascot taken by Microsoft
2010/06/04
Ok, this is mostly a Linux advocacy and I kind of completely agree with <a href="http://linuxlock.blogspot.com/2008/11/congrats-linux-community-youve-been.html" …
More precise BASH debugging
2010/06/03
<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category More precise BASH debugging $ env PS4=’ ${BASH_SOURCE}:${LINENO}(${FUNCNAME[0]}) ’ …
Modifying the bashrc or bash startup files.
2010/06/03
Find the article <a href="http://blog.infinitered.com/entries/show/4">here. Copy here:<div class="entrybody"> If you’ve been learning the <a …