Linux Zoom client is basically nice but there are a few adjustments needed to 1) not have Settings cover up other dialog boxes, including those it spawns, and 2) allow changing the folder in which to store Zoom recordings. Temporary work arounds are provided in this article.
Tag: Ubuntu
FIX: Apt-get fails to upgrade when in batch
apt-get -y install unattended-upgrades dpkg-reconfigure unattended-upgrades from : https://wiki.ubuntu.com/Security/Upgrades
ADB No Devices
Best instructions to fix the problem http://ktnr74.blogspot.com/2014/09/the-most-comprehensive-write-up-on-how.html when using adb to control android in ubuntu / debian You can install the SDK with ADB under Mint / Mate with apt-get install android-tools-adb but before you can use the Android Studio you must have Oracle Java JDK (not JRE) installed. The OpenJDK automagically installed doesn’t suffice. So you…
Adobe AcroReader in Linux
Method to install Adobe Acrobat reader in Linux MINT v17.x. Download may eventually become unavailable as Adobe has stopped supporting Linux.
You don’t have permission to access / on this server
“You don’t have permission to access / on this server” in Ubuntu / Apache2 is due to not having the file system root (not the web site root) executable to Apache2. Every directory from the web site root up to the file system root must be executable by Apache2.