fix(ubuntu): remove duplicated command

This commit is contained in:
Julien Le Coupanec 2020-12-07 17:22:24 +01:00
parent 731020d2e4
commit 32586c3fcf
1 changed files with 0 additions and 1 deletions

View File

@ -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