From 456df7dbe9f97a7dac68e98bdc4dac556fd05383 Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Sat, 26 Sep 2020 16:06:01 +0200 Subject: [PATCH] docs(ubuntu): log as root --- tools/ubuntu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ubuntu.sh b/tools/ubuntu.sh index 65a7280..44439fe 100644 --- a/tools/ubuntu.sh +++ b/tools/ubuntu.sh @@ -11,3 +11,5 @@ sudo ufw allow from remote_IP_address to any port 3306 # Allow external ip to ac scp user@remote_host:remote_file local_file # download: remote -> local scp local_file user@remote_host:remote_file # upload: local -> remote + +sudo -s # Log as root