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: debian
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…