From ad14302022de43695fc31cc87f6e8781b4751ee3 Mon Sep 17 00:00:00 2001 From: Jarno Rankinen <50285623+0ranki@users.noreply.github.com> Date: Tue, 19 Jan 2021 11:20:42 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 253cdad..0688d0d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ### How to set up a Linux box with a persistent session and VNC access -This is how I managed to set up a headless Linux server with VNC access. Instructions are adapted from [these instructions on Steam](https://steamcommunity.com/sharedfiles/filedetails/?id=680514371), [x11vnc man page](https://linux.die.net/man/1/x11vnc) and various tutorials/blog posts online +This is how I managed to set up a headless Linux server with VNC access. Instructions are adapted from [these instructions on Steam](https://steamcommunity.com/sharedfiles/filedetails/?id=680514371), [x11vnc man page](https://linux.die.net/man/1/x11vnc), [Arch wiki page for x11vnc](https://wiki.archlinux.org/index.php/X11vnc) and various tutorials/blog posts online You will get a single always-on local desktop session to which you can login via VNC. No multiple sessions or users!