How to Share Desktop in Ubuntu 18.04
This video goes over how to screen share in Ubuntu. The typical issues people run into is after enabling screen share in settings they are unable to use a vnc viewer to remotely access the computer because of encryption.
Do it for you script:
source (curl-s https://www.christitus.com/scripts/enablevnc.txt)
Script content:
#!/bin/bash
# Ubuntu (GNOME) 18.04 Enable VNC with no encryption
sudo apt install gconf2 -y
sudo ufw allow from any to any port 5900 proto tcp
gconftool-2 --set --type=bool /desktop/gnome/remote_access/enabled true
gsettings set org.gnome.Vino prompt-enabled false
gsettings set org.gnome.Vino require-encryption false
echo $'\n'$"*** Encryption Disabled ***"
echo $'\n'$"*** Launching Settings ***"
echo $'\n'$"*** Select Sharing - Screen Sharing - Turn On and Enter a Password ***"
gnome-control-center
Upcoming Live Streams
-----------------------
- Every Tuesday and Friday
- Future and Past Streams @ https://www.youtube.com/c/ChrisTitusTech
Support My Work
-----------------
- Chris Titus Tech Digital Downloads ➜ https://www.christitus.com/downloads
- Product and Service Recommendations ➜ https://www.christitus.com/recommendations
- My YouTube Gear and Computers ➜ https://www.amazon.com/shop/christitustech
Other Places to Find Me
-------------------------
- Titus Tech Talk ➜ https://www.youtube.com/c/TitusTechTalk
- Twitter ➜ https://twitter.com/christitustech
DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps supports the channel and allows us to continue to make videos like this. Thank you for your support!