Linux
Quick tip on zipping logs in real time.
2010/10/13
Sometimes, some small things that we don’t actually think can be useful are such useful. I faced this couple of days back when I was working on something and the amount of logs getting generated and …
Ubuntu Maverick Meerkat 10.10 Post Installation Guide
2010/10/12
Ubuntu Maverick Meerkat 10.10 Post Installation Guide ubuntu.jpgUbuntu 10.10 codenamed Maverick Meerkat is released. As you all know Ubuntu is the most popular Linux distribution since it aims on …
http://ninite.com/linux/makeuseof – very good collection of utilities for .deb based distro’s
2010/10/08
Head over to http://ninite.com/linux/makeuseof and you will find a nice utility created by the makeuseof guys. This will allow you to select the applications that you want to install and once you have …
Introduction to the Command Line (Second Edition) — Free Ebook Download
2010/10/06
Pretty good book for beginners on command line whether you work on Ubuntu, Fedora, BSD or any other version. […] …
Resize all the images in directory.
2010/10/04
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;"> Image via <a …
viewnior – another image viewer on Linux (with support for GIF)
2010/09/25
Here is another Linux viewer (Image) that is worth a mention. URL : <a href="http://xsisqox.github.com/Viewnior">http://xsisqox.github.com/Viewnior Description : […] Viewnior is …
bash script to run a command and take screenshot in every loop.
2010/09/24
Couple of days back, I had posted a command to display a stop timer with bash and echo. There I had also put the following gif file: <img class="size-medium wp-image-2555" …
bash – echo command with option to display the output on the same line.
2010/09/21
Here is a nice little trick to display the output in the same line : […] <td> <div class="bash codecolorer"> <span class="kw3">echo</span> …
cURL – Tutorial
2010/09/15
Here are linkw to two nice tutorials on curl and how to use curl to login before we try to fetch a page. Hope you find them useful. http://curl.haxx.se/docs/httpscripting.html …
Handy one-liners for SED
2010/09/14
Here are some links to sed one liners, pretty useful if you want to use the power of sed. <a …
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 …
Remove some path from the PATH variable temporarily.
2010/09/04
How many times has it happened to you that you are working on some linux platform (like Fedora/Ubuntu/CentOS etc) and suddenly you see that you need to remove some path from the PATH variable so that …