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
┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅
– Titus Tech Talk ➜ https://www.youtube.com/c/ChrisTitusTechStreams
– Recommended Windows Anti-Virus ➜ https://links.christitus.com/antivirus
– Recommended VPN Service ➜ https://links.christitus.com/expressvpn
– Recommended Web Browser ➜ https://links.christitus.com/brave
– Website Recommendations ➜ https://www.christitus.com/recommendations
– My Gear ➜ https://www.amazon.com/shop/christitustech
💻🖥 Contact Me 🖥💻
– YouTube Membership ➜ https://www.youtube.com/channel/UCg6gPGh8HU2U01vaFCAsvmQ/join
– ChrisTitus.com Members (Patreon Alternative) ➜ https://christitus.com/members/
– 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! Please note: by clicking any of the above links you are NOT charged extra and in some instances will pay a discounted rate.
ubuntu