linux Command - capabdou/guide-devops GitHub Wiki

5 Linux Command Tricks That Will Change Your Life as a Programmer

https://levelup.gitconnected.com/5-linux-command-tricks-that-will-change-your-life-as-a-programmer-825a4524218a

mkdir -p {dev,test,prod}/{backend,frontend} touch test{1..100}.txt Let’s say you’re monitoring a web server’s log file to see incoming requests and errors: tail -f /var/log/nginx/access.log

For instance, you might run: tail -f /var/log/app/error.log tail -f error_file.log | grep "ERROR"

history 5

!125

mkdir with braces to create multiple folders in one go. cd - to quickly jump back to your previous directory. touch with a range to create multiple files at once. tail -f to follow log files in real-time. history 5 to recall and re-execute recent commands.

doc redhat

https://docs.redhat.com/fr/documentation/red_hat_satellite/5.6/html/reference_guide/chap-reference_guide-troubleshooting#chap-Reference_Guide-Troubleshooting

DevOps — Advanced Linux Commands

https://medium.com/geekculture/devops-advanced-linux-commands-197c0609508b

Top 79 Linux commands that are commonly used in DevOps:

https://medium.com/@nithinguruswamy/top-79-linux-commands-that-are-commonly-used-in-devops-c6e5d1a6a5f5

6 Essential Linux Command Line Tools for DevOps Engineers

https://medium.com/itnext/6-essential-linux-command-line-tools-for-devops-engineers-5cd23b578c50

100 Days of DevOps — Day 62-Useful Linux Command for Network Troubleshooting

https://medium.com/@devopslearning/100-days-of-devops-day-62-useful-linux-command-for-network-troubleshooting-920430a2f75f

50 Essential Linux Commands for DevOps: Explained with Examples.

https://medium.com/@gurpreet.singh_89/50-essential-linux-commands-for-devops-explained-with-examples-1e92690440ec