docs(ubuntu): add commands

This commit is contained in:
Julien Le Coupanec
2020-07-01 11:31:00 +02:00
parent 328b62fcb8
commit d2e6e17e9e
2 changed files with 4 additions and 0 deletions

View File

@@ -5,3 +5,6 @@
scp /path/to/file user@server:/path/to/destination # Copy file from local to server
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