mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
docs(ubuntu): add commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user