docs: update ubuntu

This commit is contained in:
Julien Le Coupanec 2022-08-28 21:08:12 +02:00
parent 4c1540a448
commit 47ff229fcd
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ 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 user@remote_host:remote_file local_file # download: remote -> local
scp local_file user@remote_host:remote_file # upload: local -> remote scp local_file user@remote_host:remote_file # upload: local -> remote
service elasticsearch restart # Restart elasticsearch service
sudo -s # Log as root sudo -s # Log as root
cat /proc/<process_id>/maps # Show the current virtual memory usage of a Linux process cat /proc/<process_id>/maps # Show the current virtual memory usage of a Linux process