Select Page

Download Adobe Connect Recording

If you are starting with long form URL, like: https://XXXXXX.adobeconnect.com/a1b2c3d4e5/?launcher=false&fcsContent=true&pbMode=normal then trim it down until it looks like: https://XXXXXX.adobeconnect.com/a1b2c3d4e5/ (this is the URL you usually send to...

A better add-apt-repository.sh

Got tired of manually having to edit source files when I added a ppa to the last release(s) so now does it automaticly. If you have suggestions please leave in comments. Thanks add-apt-repository.sh #!/bin/bash if [ $# -eq 1 ] distVer=(`lsb_release -sc` vivid utopic...