Compare commits

...

3 Commits

Author SHA1 Message Date
Julien Le Coupanec
ec7afa056b Merge branch 'master' of github.com:LeCoupa/awesome-cheatsheets 2022-08-28 21:08:14 +02:00
Julien Le Coupanec
47ff229fcd docs: update ubuntu 2022-08-28 21:08:12 +02:00
Julien Le Coupanec
4c1540a448 docs: readme 2022-08-28 21:08:02 +02:00
2 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,12 @@ I usually make a cheat sheet when I want to improve my skills in a programming l
Feel free to take a look. You might learn new things. They have been designed to provide a quick way to assess your knowledge and to save you time.
## 🎥 You can click on the banner below to discover my YouTube about coding, growth and productivity
<a href="https://www.youtube.com/channel/UC3Xno2xrHKEPqzd8ZZK02gg/videos?sub_confirmation=1" target="_blank">
<img src="https://github.com/LeCoupa/LeCoupa/raw/master/images/youtube_cover.png?raw=true"/>
</a>
## 📚 Table of Contents
### 📃 Languages

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