I fell in love with this scripture:
βThere will come a time when your tears will fall, not because of your troubles, but because God has answered your prayers.β
β π§π π‘π πͺπͺπ΄πͺ π€:π₯
Why does Linux have so many top-level directories?
Here's what they actually are:
/bin β essential user binaries (ls, cp, bash)
/sbin β system binaries (fsck, iptables), mostly for root
/etc β all configuration files
/var β variable data: logs, spool files, databases
/tmp β temporary files (cleared on reboot)
/usr β user programs and libraries (the big one)
/opt β optional/third-party software
/proc β virtual filesystem: kernel and process info
/sys β virtual filesystem: kernel hardware and driver info
/home β user home directories
/etc for config. /var for logs. /proc for kernel info.
These three you touch most in DevOps.
When something goes wrong: /var/log first
STUDY HARD. No matter if it seems impossible. No matter if it takes time. Wake up early and start studying for your future. Just remember that the feeling of success is the best feeling in the world.