Dropbox Uploader is a bash script that allows you to perform various actions on your Dropbox (upload, download, delete, share, etc.) witho...
HTML Color Codes
HTML Color Code Generator Tool – Find Hex Code Of Any Color How to find HTML code of a color? Follow the instruction given below to use thi...
HTML Encoder
HTML Encoder Decoder Google Adsense Converter Type or paste in the text you want to encode or decode html entities, then press the ‘Convert...
Character Count
Count your characters:
Copy and paste your words below to find out your exact character count. (Blank spaces are counted as characters).
Calculate and display the number of characters within a TEXTAREA with this script. Useful, for example, in helping your visitors manually ke...
How To Get Unity Launcher Window Dodge In Ubuntu 12.10 Or 13.04
Dodge Windows?
(direct video link)
Known issues / limitations
- it doesn't work with multiple monitors;
- if you were using two monitors but disabled / unplugged one, you need to log out and log back in for Unity Dodge Windows to work;
- the icons on the desktop will shift to the left when the launcher hides and move back to their initial location when the launcher is revealed (you can see this in the video above). This isn't a big issue if you're using the script that makes the launcher dodge only for maximized windows, but for the other one you may find it a bit annoying. A work-around is to disable the file manager from handling the desktop (e.g.: using GNOME Tweak Tool: on the "Desktop" tab, set "Have file manager handle the desktop" to OFF). If you find a better work-around, let us know;
Also, to enable / disable it, you must install / uninstall the package (see below) and log out, then log back in. There's no configuration for this.
Those are the only limitations that I know about, but there might be others.
Install Unity Dodge Windows in Ubuntu 12.10 or 13.04
The Unity Dodge Windows scripts are available in the WebUpd8 PPA for Ubuntu 12.10 or 13.04 (you don't need it for Ubuntu 12.04, see THIS post instead). To add the PPA, use the following commands:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install unity-dodge-windows
Once installed, press ALT + F2 and run:
unity-dodge-windows
This is only required once because the script is automatically loaded on startup.
sudo apt-get install unity-dodge-maximized-windows
Then, press ALT + F2 and enter:
unity-dodge-maximized-windows
Revert the changes
To remove unity-dodge-windows, use:
sudo apt-get remove unity-dodge-windows
Or, for unity-dodge-maximized-windows, use:
sudo apt-get remove unity-dodge-maximized-windows
Then, log out and log back in and Unity Dodge Windows should be gone.
Thanks to Jorge and Alex Piggott for the scripts!
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 scr...
Dropbox Uploader Bash Script: Useful For Servers, Raspberry Pi And More
To see all the available options, simply run the script:
./dropbox_uploader.sh
Download Dropbox Uploader
You can download Dropbox Uploader from GitHub - here's a direct link to the script.
sudo apt-get install curl
cd && curl -O https://raw.github.com/andreafabrizi/Dropbox-Uploader/master/dropbox_uploader.sh
chmod +x dropbox_uploader.sh
Dropbox Uploader is a bash script you can use to access your Dropbox files from the command line, without having to install the Dropbox cl...
Batch Lossy JPG And PNG Compression Script Using GraphicsMagick
Download compressLossy
sudo apt-get install 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 ...