====== Bureau à distance sous GNU/Linux ====== * [[https://doc.ubuntu-fr.org/bureau_a_distance|bureau_a_distance - Wiki ubuntu-fr]] * [[wp>fr:TeamViewer|TeamViewer]] (Teamviewer est une solution propriétaire !) * [[https://www.teamviewer.com/fr/|TeamViewer – Télé-assistance, accès à distance, Servicedesk, réunions et collaboration en ligne]] * [[https://community.teamviewer.com/t5/Base-de-connaissance-FR/Comment-installer-TeamViewer-sur-Ubuntu/ta-p/56510|Comment installer TeamViewer sur Ubuntu ?]] * [[https://www.teamviewer.com/fr/documents/|Utilisation de TeamViewer : Tout ce que vous devez savoir | TeamViewer]] * [[https://community.teamviewer.com/t5/Knowledge-Base/How-to-install-TeamViewer-on-Linux-without-graphical-user/ta-p/4352|How to install TeamViewer on Linux without graphical user interface]] * **[[https://vitux.com/how-to-install-teamviewer-on-ubuntu/|How to Install TeamViewer on Ubuntu 20.04 LTS]] (using command line or GUI)** cd /tmp wget https://download.teamviewer.com/download/linux/signature/TeamViewer2017.asc sudo apt-key add TeamViewer2017.asc sudo sh -c 'echo "deb http://linux.teamviewer.com/deb stable main" >> /etc/apt/sources.list.d/teamviewer.list' sudo apt update sudo apt install teamviewer * [[https://community.teamviewer.com/t5/Knowledge-Base/What-is-a-TeamViewer-Account/ta-p/4442|What is a TeamViewer Account?]] * teamviewer start with system linux * https://community.teamviewer.com/t5/Linux/can-t-remotely-control-ubuntu-18-after-a-reboot-until-i-log-in/td-p/45161 * sudo gedit /etc/gdm3/custom.conf * Uncomment : WaylandEnable=false * reboot ===== Installation à distance ===== * se connecter via ssh * cd /tmp * wget https://download.teamviewer.com/download/linux/signature/TeamViewer2017.asc * sudo apt-key add TeamViewer2017.asc * %%sudo sh -c 'echo "deb http://linux.teamviewer.com/deb stable main" >> /etc/apt/sources.list.d/teamviewer.list'%% * sudo apt update * sudo apt install teamviewer