Skip to content
Snippets Groups Projects
Commit a1599c74 authored by Davide Gamba's avatar Davide Gamba
Browse files

added quick page about vnc(actually RDP) connection to your desktop

parent 1ab71526
No related branches found
No related tags found
1 merge request!15added lincensing
Pipeline #5114869 passed
File deleted
# Accessing your Linux computer from home
1. First, you need somewhat to have access to the CERN network. The suggested method is to use [sshuttle](../sshtunnel.md).
2. If you use Gnome on your CERN desktop computer, a very simple way to get access to your screen is described on [linuxhint.com](https://linuxhint.com/enable-remote-desktop-ubuntu-access-windows/). This is the easiest to setup and allows you to have control of your local X session.
3. Alternatively, a general tool is to use `xrdp` service which is probably available on any linux distribution. A possible guide is on [digitalocean.com](https://www.digitalocean.com/community/tutorials/how-to-enable-remote-desktop-protocol-using-xrdp-on-ubuntu-22-04). However, this seems to be a bit more complicated to setup as one may wish.
4. From your home computer, you can use any remote desktop client (for windows, linux, mac) to access your CERN machine.
### Typical known issues
- It might be that you then need to disable screen lock on your computer: this clearly is not particularly safe especially if you share your office with others.
- There might be both gnome-screen-sharing service and xrdp running on your CERN computer: the latter, will prevent the first one to work!
......@@ -79,6 +79,7 @@ nav:
Basics: guides/docker.md
Docker on HTCondor: guides/docker_on_htcondor.md
SSH tunnel: guides/sshtunnel.md
VNC to your CERN desktop: guides/vncubuntu.md
Configure Vim for Python development: guides/vim_autocomplete.md
Apple Silicon Machines: guides/apple_silicon.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment