How to Share Desktop in Ubuntu 18.04
Chris Titus Tech
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
💻 Recommendations 💻
- My Windows Anti-Virus ➜ https://links.christitus.com/webroot
- My VPN Service ➜ https://links.christitus.com/expressvpn
- Website Recommendations ➜ https://www.christitus.com/recommendations
🕹 Live Streams Monday & Friday 🕹
- Twitch ➜ https://www.twitch.tv/christitustech
- YouTube Archive ➜ https://www.youtube.com/c/ChrisTitusTechStreams
🖥 Contact me 🖥
- Patreon ➜ https://www.patreon.com/christitustech
- Official Site ➜ https://www.christitus.com
- Twitter ➜ https://twitter.com/christitustech
🚑 Need Help!? Ask our community! 🚑
- Discord ➜ https://www.christitus.com/discord
- Reddit ➜ https://www.reddit.com/r/ChrisTitusTech/
💰 My Amazon Store (YouTube Gear, PC Hardware, and Books I recommend) 💰
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! ... https://www.youtube.com/watch?v=kMV_r-hjvFQ
68019512 Bytes