Skip to content
Archive of posts filed under the Gnome category.

gnome-disk-manager – the easier way to manage disks in Gnome with Palimpsest

I had been using quite different set of tools to this but this is really good. Just install the gnome-disk-manager with sudo yum install gnome-disk-manager The interface is very clean and easy to understand and is it very very fast when compared to the other Graphical utilities. Here are some screenshots to take you through. [...]

bash script to change icon theme to check out all the installed themes (personal)

I am really annoyed with the time that is required and the number of clicks that it takes to change the gnome icon theme. So here\’s a small script that I wrote to quickly check out all the icon themes that I have in my ~/.icons folder. #!/bin/bash [[ \"$1\" == \"\" ]] && time=5 [...]

Disk identification by UUID in Fedora.

Yesterday I managed to delete my complete /usr directory and thus had to re-install my OS but I learned something new yesterday which I didn\’t know earlier or actually never bothered to find out.br /br /All the partitions are mounted by udev using the UUID or label now. Finding the label of setting the label [...]