mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-24 04:08:02 -08:00
Compare commits
3 Commits
5bbef08e46
...
ec7afa056b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec7afa056b | ||
|
|
47ff229fcd | ||
|
|
4c1540a448 |
@@ -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.
|
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
|
## 📚 Table of Contents
|
||||||
|
|
||||||
### 📃 Languages
|
### 📃 Languages
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user