Ubuntu / Linux news and application reviews.

WeatherDesk Changes Your Wallpaper Based On Current Weather Conditions

WeatherDesk is a Python3 tool that allows using a wallpaper that changes based on the weather and optionally, time of day. It supports most Linux desktop environments as well as Windows and Mac.

WeatherDesk weather-based wallpaper Linux

Take Screenshots And Upload To Imgur With Imgur-Screenshot (Optional: Nautilus, Nemo And Caja Imgur Upload Scripts)

The Shutter Imgur.com upload plugin stopped working recently, so I've been looking for alternatives and I stumbled upon Imgur-Screenshot, a bash script that can take screenshots and upload them to Imgur.

How To Save And Restore The Unity Session In Ubuntu (Using A Script)

Unity doesn't support saving the current session and restoring it upon login for quite some time however, you can do this with the help of a script.

Translate Any Text You Select On Your Linux Desktop With A Keyboard Shortcut And Notifications

I recently stumbled upon an interesting tiny old script which can translate any text you select. After highlighting the text, be it in a web browser, Libreoffice or PDF document and so on, upon using a keyboard shortcut, its translation is displayed in a desktop notification.

Google Translate notification Linux

Dropbox Uploader 0.12 Released [Bash Script To Access Dropbox Via Command Line]

Dropbox Uploader is a bash script that allows you to perform various actions on your Dropbox (upload, download, delete, share, etc.) without installing the Dropbox client. This is useful for servers, automatic backups or accessing Dropbox from ARM devices, like Raspberry Pi.

How To Get Unity Launcher Window Dodge In Ubuntu 12.10 Or 13.04

unity dodge windows

The patch that adds the old window dodge autohide behaviour for the Unity Launcher hasn't been updated for Ubuntu 12.10, but an old script that implements the same behaviour, with some limitations, now works with Ubuntu 12.10 and even 13.04.

The Unity Dodge Windows script was initially created by Jorge for Ubuntu 12.04 and it has now been updated by WebUpd8 reader Alex Piggott to work with Ubuntu 12.10. With a minor change, I've also got it to work with Ubuntu 13.04.


Dropbox Uploader Bash Script: Useful For Servers, Raspberry Pi And More

Dropbox Uploader is a bash script you can use to access your Dropbox files from the command line, without having to install the Dropbox client. The script can upload, download, delete, share or list the files available in your Dropbox account.

The script is useful in many situations, including: automatic backups, access Dropbox from an ARM server / Raspberry Pi, etc. (since Dropbox isn't available for ARM). That's because its only requirement is cURL, so you don't have to install the Dropbox client to quickly upload or download some files from Dropbox.

Batch Lossy JPG And PNG Compression Script Using GraphicsMagick

WebUpd8 reader Bruce Ingalls has created a script for batch lossy compression of jpg and png files. The script is useful if you have a lot of images - e.g., you can run it to compress all the images used by a website, etc.

The script compresses only the files for which the resulted compressed image is detected to be smaller than the original image file. It uses GraphicsMagick which Bruce says is better for compression than ImageMagick (~1.5% smaller images with GraphicsMagick than with ImageMagick) and also faster, when compressing a large number of images.