From a47c7724ffb37609ee7be79f41600d10dc8fa18f Mon Sep 17 00:00:00 2001 From: Yoongi Kim <38288705+YoongiKim@users.noreply.github.com> Date: Tue, 19 Feb 2019 18:13:53 +0900 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f25014..b4db2da 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,17 @@ I recommend you to remove those directories and re-download. # Remote crawling through SSH on your server +``` sudo apt-get install xvfb <- This is virtual display -sudo apt-get install screen <- This will allow you to close SSH terminal while running. (I won't explain how to use it) +sudo apt-get install screen <- This will allow you to close SSH terminal while running. + +screen -S s1 Xvfb :99 -ac DISPLAY=:99 python3 main.py - +``` # Customize