How To Add A Directory To Your PATH
- Julia Evans tl;dr: “I was talking to a friend about how to add a directory to your PATH today. It’s something that feels “obvious” to me since I’ve been using the terminal for a long time, but when I searched for instructions for how to do it, I actually couldn’t find something that explained all of the steps. So I wanted to try to write down some more complete directions and mention some of the gotchas I’ve run into over the years.”featured in #591
4 Quick Steps For Better Incident Resolution In DevOps
tl;dr: Accelerate your time to resolution and build resilience into your systems with this simple 4-step approach. This guide outlines critical best practices for ensuring your organization’s response to incidents is as efficient and effective as possible.featured in #583
4 Quick Steps For Better Incident Resolution In DevOps
tl;dr: Accelerate your time to resolution and build resilience into your systems with this simple 4-step approach. This guide outlines critical best practices for ensuring your organization’s response to incidents is as efficient and effective as possible.featured in #583
featured in #581
featured in #568
featured in #555
featured in #554
featured in #553
featured in #543
Advanced Terminal Tips And Tricks
- Daniel Kleinstein tl;dr: “I wanted to share some things I learned at relatively late stages in the game that ended up being significant productivity boosters for me: (1) Use command line editing. (2) tmux scripting. (3) Use fzf liberally in custom scripts. (4) Use /dev/stdin as a replacement for heredocs. (5) Use SSH multiplexing.featured in #534