From 80b17fbf74cca703628e556be5cc4a0b952b59c2 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Thu, 18 Feb 2021 22:58:37 -0500 Subject: [PATCH] added good GNU screen video tutorial --- hush-lite-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hush-lite-server.md b/hush-lite-server.md index c87add6..40edb9c 100644 --- a/hush-lite-server.md +++ b/hush-lite-server.md @@ -30,7 +30,7 @@ Install your preferred distro. In this example I am using a VPS running Ubuntu 2 1. Setup hushd by [following these instructions](hushd-desktop-linux.md) and make sure to grant the hush user sudo access. -1. Start a screen session and change to user hush with ```sudo -u hush -s```. If you are not familiar with GNU screen or need a refresher, then [check out this link](https://linuxize.com/post/how-to-use-linux-screen/). +1. Start a screen session and change to user hush with ```sudo -u hush -s```. If you are not familiar with GNU screen or need a refresher, then [check out this short video](https://www.youtube.com/watch?v=HomIzLB-HBc) or [check out this article](https://linuxize.com/post/how-to-use-linux-screen/). 1. Open hushd port in the firewall. ```shell script