Awesome Linux themes for the KDE and MATE desktops. Some lovely themes to brighten up your desktop.

Here are some awesome themes for the KDE and MATE desktops to brighten up your KDE and MATE desktop experience. Lovely themes for the Linux Mint MATE desktop. Full Flat KDE Plasma theme. A nice flat theme for the KDE 4.9 Plasma desktop. Screenshot: Full Flat theme. Metrosuave. A beautiful Beryl Emerald theme that would … Read more

Getting the clock speed of your machine using the dmidecode command.

Getting the clock speed of your machine using the dmidecode command for Linux This command-line example shows that we are using the dmidecode command to get the current clock speed for our machine. This also shows some creative use of the sed command to parse the output and change the “Current Speed” text string to … Read more

How to list more than one thing at a time with the /bin/ls command for Linux.

The ls command for Linux may be used to list more than one thing at a time. These examples demonstrate this. homer@deusexmachina ~ $ ls -p /opt/ /bin/rm /bin/rm   /opt/: firefox/ mint-flashplugin-11/homer@deusexmachina ~ $ ls -p /opt/ /bin/rm /bin/rm /opt/: firefox/ mint-flashplugin-11/ Here is a more verbose version of this command. With human readable … Read more