Tag Archives: ubuntu

Openssh using Key

This blog article shows you how to use Key to login to Openssh. DO NOT use the ssh that is install together with Ubuntu Operating System installation.  Install ssh using the belowcommand. sudo apt install openssh-server  Then create your keu. … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Operating System | Tagged , , | Leave a comment

Ubuntu Install Python mysql.connector

This blog article shows you how to get the mysql.connector for Ubuntu. Normally we will type pip install mysql.connector that is all. But if you do that in Ubuntu it will say error: externally-managed-environment. In order to install mysql.connector you … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Operating System, programming | Tagged , | 1 Comment

Cannot Open Any Application When RDP to Linux XRDP

This blog article shows you one of the possibilities to resolve an issue when your Windows RDP to Linux XRDP. When you double-click the icon, nothing responds. In my case, it is because my screen resolution was too high. So, … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Operating System | Tagged , , | Leave a comment

Ubuntu Install MySQL

This blog article summarizes the steps you need to get MySQL up and running. The steps are as follows. sudo apt update  sudo apt upgrade  sudo apt install mysql-server  mysql –V  sudo mysql -u root  ALTER USER ‘root’@’localhost’ IDENTIFIED WITH … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Operating System | Tagged , | Leave a comment