Skip to content
Home » ubuntu server

ubuntu server

Visit Tacticalware.com for information related to this tag and others. We look forward to assisting in your tech projects with our in-depth knowledgebase…

TEAMVIEWER 15.10 BROKEN ON UBUNTU 20.04

Teamviewer 15.10 on Ubuntu 20.04, does not work, end of story…For any of you who have been using teamviewer for a while now on your personal systems, teamviewer being broken on Ubuntu is nothing new…keeps happening, and is a HUUUUUGE pain, especially when you are running a mining rig at your house, and you are away for work. Well to fix it this time it is time is a bit easier, however I am not sure how long this fix will last. Teamviewer has an almost magical way of ruining these workarounds. Now, onto the fix…This is the quick fix to remove and replace teamviewer, with a working version of it on Ubuntu Server 20.04

Open a terminal
sudo bash
apt remove teamviewer
apt-get update
apt-get install gdebi-core
wget https://download.teamviewer.com/download/linux/version_14x/teamviewer-host_amd64.deb
dpkg -i teamviewer-host_amd64.deb

If it fails, that’s ok because we will fix it here
apt-get -f install
y

After it installs successfully then type
teamviewer info

Take a note of your Teamviewer ID, you will need it later
teamviewer passwd YOURPASSWORDHERE

Now open teamviewer on another computer that you are logged into

Add the computer using the menu “Add Computer“ enter in your Teamviewer ID and the Password you used in YOURPASSWORDHERE

You can now Connect and your workaround to teamviewer 15.10 on ubuntu 20.04 should now be in place

OPEN PORT 3306 ON UBUNTU 20.04 SERVER WITH MARIADB

Login to the server via ssh

sudo bash

nano /etc/mysql/mariadb.conf.d/50-server.cnf

Uncomment the line:
#port = 3306

Change 127.0.0.1 to the address of your server
bind-address = 192.168.1.100

Save the file, exit, and either reboot the server or restart the service.

CLINFO Number of Platforms 0 Error

Running CLINFO Returns The Error “Number of Platforms – 0” Even With AMD Drivers Installed

This happens in Ubuntu Server 18.04 and most likely other versions.  To fix it run the following:

sudo apt install mesa-opencl-icd