Add PM2 cheat sheet + various additions

This commit is contained in:
Thang Vo
2020-09-21 16:59:02 +07:00
parent d00eb3352c
commit a6ff7b33d1
7 changed files with 39 additions and 4 deletions

View File

@@ -11,3 +11,5 @@ sudo ufw allow from remote_IP_address to any port 3306 # Allow external ip to ac
scp user@remote_host:remote_file local_file # download: remote -> local
scp local_file user@remote_host:remote_file # upload: local -> remote
cat /proc/<process_id>/maps # Show the current virtual memory usage of a Linux process