rpmorphan finds "orphaned"[1] packages on your system. It determines
which packages have no other packages depending on their installation,
and shows you a list of these packages. It intends to be clone of
deborphan Debian tools for rpm packages.
It will try to help you to remove unused packages, for example:
Some time back, I was trying to find out all the codecs that are installed for my mplayer. These could be the ones that came with mplayer or the ones that I downloaded from the site and installed in the various directories.
I could not find a direct way to do this, until I found this:
easyLife is a user friendly program that installs packages on Fedora as well as adjustments most users want. It makes new users’ experience easy and fun, providing the means to set the OS up quickly and painless.This app does not really require any more introduction.
Here is the quick look at how the Font Selector looks like now. And its not just for the gnome-tweak-tool, its for all the places for font selection. I really loved it. So intuitive to use and amazingly good to look. This is what a good design and thinking can do. Kudos to Gnome team for coming up with this.
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 light.). You can have themes for the panel also.
And the best part about using gnome-shell is that I always getting a feeling that I now have more space on the Desktop. And, thus conky looks good too on the Desktop. Here’s a screenshot.
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 compare 2 files, excluding the first line.
diff <(sed '1d' file) <(sed '1d' file2)
More interesting example is where the string ABC is converted to abc before comparing in the second file with the following command: