diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-21 10:55:25 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-21 10:55:25 +0200 |
| commit | 5a76af565ea910512b0418c56437467068821fd6 (patch) | |
| tree | d8ee7610db5f698703d5891eb9b6aabd1f699f14 /gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi | |
| parent | a30460cc038708e3a01cbe8cf4d90c6572e26784 (diff) | |
| parent | 75655782fe8ad0b8b9b5fd26a6837e8a745b7268 (diff) | |
Merge branch 'content-gemtext' of codeberg.org:snonux/foo.zone into content-gemtext
Diffstat (limited to 'gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi')
| -rw-r--r-- | gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi b/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi index 858c3982..e9ca9728 100644 --- a/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi +++ b/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi @@ -2,6 +2,12 @@ > Published at 2021-12-26T12:02:02+00:00; Updated at 2022-01-12 +Log4shell (CVE-2021-44228) made it clear, once again, that working in information technology is not an easy job (especially when you are a DevOps person). I thought it would be interesting to summarize a few techniques to help you to relax. + +(PS: When I mean DevOps, I also mean Site Reliability Engineers and Sysadmins. I believe SRE, DevOps Engineer and Sysadmin are just synonym titles for the same job). + +=> https://en.wikipedia.org/wiki/Log4Shell + ``` ) ) (( ( @@ -22,13 +28,25 @@ ||| \ __/_|| __||__ -----||-/------`-._/||-o--o---o--- ~~~~~' -``` - -Log4shell (CVE-2021-44228) made it clear, once again, that working in information technology is not an easy job (especially when you are a DevOps person). I thought it would be interesting to summarize a few techniques to help you to relax. - -(PS: When I mean DevOps, I also mean Site Reliability Engineers and Sysadmins. I believe SRE, DevOps Engineer and Sysadmin are just synonym titles for the same job). - -=> https://en.wikipedia.org/wiki/Log4Shell +``` + +## Table of Contents + +* ⇢ How to stay sane as a DevOps person +* ⇢ ⇢ Set clear expectations +* ⇢ ⇢ Always respond to requests but set expectations and boundaries +* ⇢ ⇢ ⇢ Dealing with requests +* ⇢ ⇢ ⇢ Escalation is only a tool +* ⇢ ⇢ Think positively +* ⇢ ⇢ Go slower even if you could go faster +* ⇢ ⇢ ⇢ You work in a team +* ⇢ ⇢ ⇢ Don't rush +* ⇢ ⇢ You are not a superhero +* ⇢ ⇢ ⇢ Give away some of your superpowers +* ⇢ ⇢ Don't jump on all problems immediately +* ⇢ ⇢ Force breaks; and shutdown now +* ⇢ ⇢ Block time every day for personal advance +* ⇢ ⇢ More ## Set clear expectations |
