Refer: http://multibootusb.org/page_features/
Refer: unetbootin.sourceforge.net
Originally had much better luck with Windows Version Yumi
Refer: https://www.pendrivelinux.com/yumi-multiboot-usb-creator/

Technical notes, and other ideas.
Refer: http://multibootusb.org/page_features/
Refer: unetbootin.sourceforge.net
Originally had much better luck with Windows Version Yumi
Refer: https://www.pendrivelinux.com/yumi-multiboot-usb-creator/
Remove keyring dependency with the following:
Try taking the passwords off of your keyring. This would work well for a virtual environment.
This did not work...
Go to (Unity button)/Passwords and Keys
On tab Passwords choose the proper key (I'd got only one, so you may need to find proper key). Right-click on it and Delete.
Restart Chromium
It'll ask for password --- do not type any and continue.
Choose "Use unsafe storage"
Refer: https://askubuntu.com/questions/579589/upgrade-git-version-on-ubuntu-14-04
$ sudo add-apt-repository ppa:git-core/ppa
$ sudo apt-get update
$ sudo apt-get install git
$ git --version
$ chromium-browser
$ which chromium-browser
/usr/bin/chromium-browser
Some useful line editing key bindings provided by the Readline library:
Ctrl-A: go to the beginning of lineCtrl-E: go to the end of lineAlt-B: skip one word backwardAlt-F: skip one word forwardCtrl-U: delete to the beginning of lineCtrl-K: delete to the end of lineAlt-D: delete to the end of wordSee if you have ~/Templates folder. Create one if it is missing using command:
$ mkdir ~/Templates
Now create an empty file from command prompt:
$ touch ~/Templates/Text\ File.txt1
Save the following in a file with the extension: .desktop
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=command to run here
Name=visible name here
Comment=comment here
Icon=icon path here
Basic Overview
Refer: https://moritzmolch.com/2287
Refer: http://www.devopsservice.com/install-mysql-workbench-on-ubuntu-14-04-and-centos-6/
Refer: https://dev.mysql.com/downloads/repo/apt/
$ sudo dpkg -i mysql-apt-config_0.8.5-1_all.deb
$ sudo apt-get update -y
$ sudo apt-get install mysql-workbench-community -y
Here's an example install XnView:
$ sudo dpkg -i XnViewMP-linux-x64.deb
$ sudo apt-get install -f