Skip to content

Commit

Permalink
fix(ubuntu): remove duplicated command
Browse files Browse the repository at this point in the history
  • Loading branch information
LeCoupa committed Dec 7, 2020
1 parent 731020d commit 32586c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32586c3

Please sign in to comment.