Fedora 16 screenshot with conky and bmpaenl2

2011/10/21

For all those who used to keep complaining about the bottom panel of Gnome which used to show a list of windows, you can get it back with bmpanel2 (there are lot of other options too, but this one is …

Compare files excluding certain lines.

2011/10/18

Quick tip, you can use any expression for the sed commands in the (). With this trick you can redirect the stdout of 2 commands to the diff command. This might become very useful, if you want to …

Cont: Get yourself some more conkyrc files.

2011/10/12

Last time we got ourselves some conkyrc files from the ubuntu forums. But that scripts gets the files only from the First page of the thread. Lets extend this further and get the script to get all the …

Script to get yourself some conkyrc files

2011/10/08

Continuing from where we left, here is a script that can do all this for you πŸ™‚ curl http://ubuntuforums.org/showthread.php?t=281865\&page=$i | sed -n '/\\/pr/ p'| sed '// d'| sed …

Get yourself some conkyrc files.

2011/10/05

If you are looking for some nice conkyrc files, then you can head over to : Ubuntu Forums In this thread you can see some very nice conkyrc files with screenshots. You can browse through the thread …

N900 and skype support

2011/10/02

Image by Getty Images via @daylife […] I was trying to add my skype account on the N900 today and could not add the account. I did not find any option to add the same. After some googling and …

some interesting alias

2011/09/27

For this time, I will just give you a link to to bashrc file. http://hayne.net/MacDev/Bash/aliases.bash Head over there and see some very interesting aliase’s.

Creating a chroot environment – the script.

2011/09/23

Here is the script, very simple and effective πŸ™‚ #!/bin/bash - #=============================================================================== # # FILE: mkchroot.sh # # USAGE: ./mkchroot.sh # # …

Creating a chroot environment in Fedora with bash and other utils.

2011/09/19

[ad#ad-2] I am testing some of my scripts to work on a very old system and there the versions of the most popular applications are very old, real old :(. So, some of things that I am very used to …

better bash debugging

2011/09/16

I was trying to debug some bash scripts yesterday and learnt something new πŸ˜‰ There are lot of things in bash that you can use to debug and to start with you can enable xtrace mode as follows: set -x …

Manually remove all the duplicate bookmarks in Firefox

2011/09/13

Image by Getty Images via @daylife […] I was trying to install the duplicate Bookmark remover for the Firefox but for some reasons, was not able to install it. That apart, the point is that I …

ss – utility to investigate sockets.

2011/09/07

Sometimes, you find some interesting application/command by accident, and that is just what happened a few days back. Well, I was doing a ssh and as usual made my share of mistake in typing and missed …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it