From 32586c3fcfed5b83ace65fca66b1e1b8e2f0da70 Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Mon, 7 Dec 2020 17:22:24 +0100 Subject: [PATCH] fix(ubuntu): remove duplicated command --- tools/ubuntu.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ubuntu.sh b/tools/ubuntu.sh index 821ec45..8d3d2d4 100644 --- a/tools/ubuntu.sh +++ b/tools/ubuntu.sh @@ -8,7 +8,6 @@ df -h # Check the amount of free space sudo ufw status # Check status sudo ufw allow from remote_IP_address to any port 3306 # Allow external ip to access port -sudo ufw allow from 68.183.116.178 to any port 3306 # Allow external ip to access port scp user@remote_host:remote_file local_file # download: remote -> local scp local_file user@remote_host:remote_file # upload: local -> remote