Very useful extensions for the Gnome Shell Linux desktop environment.

Very useful status menu for locating and unmounting removable drives. https://extensions.gnome.org/extension/7/removable-drive-menu/. Very useful when using removable drives a lot. A very useful addon for Gnome shell. This adds a very useful application menu. https://extensions.gnome.org/extension/3628/arcmenu/. A very useful extension to disable the screensaver when you are doing something important and do…

Read More

Create a cool looking clock in your terminal.

This simple little script will print an updating clock in the terminal. #!/bin/sh   watch -t -n 1 ‘date +%H:%M:%S | figlet’#!/bin/sh watch -t -n 1 ‘date +%H:%M:%S | figlet’ This version will print a cow that tells you the time. #!/bin/sh   watch -t -n 1 ‘date +%H:%M:%S |…

Read More