Operating system
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 …
Use the last command\’s output as input to a command without piping and bind to it to a key sequence in bash.
2010/09/01
Use the last command’s output as input to a command without piping and bind to it to a key sequence in <a class="zem_slink" title="Bash (Unix shell)" …
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 …
How To Install Ailurus 10.05 On Fedora | HowtoForge - Linux Howtos and Tutorials
2010/07/23
For those of you who don’t know about ailurus: […] Ailurus is cross-<a class="zem_slink" title="Linux distribution" rel="wikipedia" …
Linux command to repeat a string n times - Super User
2010/07/20
I was working on something and needed to output the string n times. I have required this even to print a line with ’-’ or ’=’ but this time I badly wanted it in …
Configurable Linux Distro You Might Want To Try – Fedora
2010/07/14
Rounding out the fall releases from the big cheeses in Linux comes <a class="zem_slink freebase/en/fedora" title="Fedora" rel="homepage" …
Are you swapped? Increase the performance of Linux machine.
2010/07/14
With the ever increasing cost of the Hardware, the amount of physical RAM available on the system is increasing day by day. For example, couple of years back, I had a system which was very high end …
solang – Photo collection viewer.
2010/06/25
Linux is just too open
2010/06/24
The Problem with Linux is that it is forthright, open and honest. Now I know how much the editors here hate when I anthropomorphize an operating system, but it is fundamentally true. Linux, in my …
cdargs – bash cd command with bookmarks and browser.
2010/06/22
cdargs is a <a class="zem_slink freebase/en/bash" title="Bash" rel="homepage" href="http://tiswww.case.edu/php/chet/bash/bashtop.html">bash shell cd with …
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 …