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_TYPE
in the terminal. If the output isx11
skip the following steps.Open
/etc/gdm3/custom.conf
and uncomment the following lineWaylandEnable=false
Reboot the system.
Run
echo $XDG_SESSION_TYPE
again. 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 update
Install mysql server
sudo apt install mysql-server
Start the mysql server
sudo systemctl start mysql.service
Configure mysql server
sudo mysql_secure_installation
Follow the promts to set up password for the root user