Setting up development environment on Ubuntu
Installing MS Teams
- Open Ubuntu Software store.
- Search for Microsoft Teams.
- Click Install.
Now, follow the following steps to enable screen sharing for teams.
Run
echo $XDG_SESSION_TYPEin the terminal. If the output isx11skip the following steps.Open
/etc/gdm3/custom.confand uncomment the following lineWaylandEnable=falseReboot the system.
Run
echo $XDG_SESSION_TYPEagain. The output should bex11.
Installing Mysql
If a local install of mysql server is required then follow the following steps:
Update the package index
sudo apt updateInstall mysql server
sudo apt install mysql-serverStart the mysql server
sudo systemctl start mysql.serviceConfigure mysql server
sudo mysql_secure_installationFollow the promts to set up password for the root user