Last week I didn’t find very useful links to read or articles to share. This week I read more books, so a recommendation for a book this week and two articles with awk
basics.
https://www.packtpub.com/product/the-kubernetes-workshop/9781838820756[The Kubernetes Workshop icon:external-link[], window=_blank]:: Still preparing for CKA, so I read a lot around Kubernetes. This book is brand new and the first chapters are already useful. I think it’s more detailled than the books I read about Kubernetes before.
https://blog.intigriti.com/2020/10/28/bug-bytes-94-breaking-symfony-apps-why-cyber-security-is-so-hard-to-learn-how-best-to-approach-it/[Bug Bytes #94 - Breaking Symfony apps, Why Cyber Security is so hard to learn & how best to approach it - Intigriti icon:external-link[], window=_blank]:: Again a great collection of things worth reading all around bug bounty and pentesting.
https://youtu.be/-bcWZQCLk_4[Derbycon - The Unintended Risks of Trusting Active Directory icon:external-link[], window=_blank]:: This time a video, I haven’t watched it completly until now, but I scrolled through the slide deck and think it is worth watching.
https://jemma.dev/blog/awk-part-2[awk : END { … icon:external-link[], window=_blank]:: If you’ve already read my first post about awk, thanks for reading this one too! If not, that’s probably a better place to start.
https://jemma.dev/blog/awk-part-1[awk : BEGIN { … icon:external-link[], window=_blank]:: The other day, I was watching Bryan Cantrill’s 2018 talk, Rust, and Other Interesting Things, and he made an offhanded comment while discussing values of different programming languages and communities. He said, “If you get the awk programming language manual…you’ll read it in about two hours and then you’re done. That’s it. You know all of awk.”