Skip to content
Archive of entries posted on July 2010

Get the information on all the rpms installed on the system

Here\’s a one-liner to get the info on all the packages installed on your system. rpm -qa –info |tee All_rpms_Info This is what it does, when you query the rpm database with the –info parameter, then the output looks something like the below, which is quite helpful. Name        : rpm                          Relocations: (not relocatable) Version     : [...]

How To Install Ailurus 10.05 On Fedora | HowtoForge – Linux Howtos and Tutorials

For those of you who don\’t know about ailurus: Ailurus is cross-Linux-distribution GPL software, which aims at making Linux easier to use, for newcomers. And the features include: Ailurus can … * display Linux skills * install popular software * change GNOME settings * display hardware information * enable some third party repositories# * clean [...]

strings linux command

Ever wondered what\’s inside some of those binary files on your system (binary executables or binary data)? Several times I\’ve gotten error messages from some command in the Solaris system, but I couldn\’t tell where the error was coming from because it was buried in some binary executable file. The Solaris \”strings\” command lets you [...]