Skip to content
Archive of posts tagged Operating Systems

Gnome 3 screenshot with conky dock

Just to give you a idea of how beautiful it looks, here’s a screenshot Related articles This ‘Stairway to Heaven’ Ubuntu desktop is gorgeous and simple to achieve (omgubuntu.co.uk) [How To] Make A Minimal-looking Narwhal Desktop (omgubuntu.co.uk) Gnome Sweet Gnome (casasugar.com) Sphere: Related Content Technorati Tags: Conky, Desktop environment, Gnome, gnome shell, Graphic Subsystems, List [...]

Total upload and download on any interface.

Something that I have been searching for a long time, finally some look inside the /proc got me what I wanted. Hope this will save someone’s day. So far, the only option I could think of was to run conky which becomes a little heave on some of the very old laptops I have to [...]

Unix shell script for removing duplicate files

The following shell script finds duplicate (2 or more identical) files and outputs a new shell script containing commented-out rm statements for deleting them (copy-paste from here): ::: updated on 02 May 20121, seems like wordpress did not like it so well so reformatting the code ::::::: #!/bin/bash – #=============================================================================== # # FILE: a.sh # [...]