Another week is over, for a quite busy one. I’m still working on automating HCL Connections installation and think about creating pytests for these deployments. So here is the this weeks mix of my bookmarks, tools I used and articles I found interesting.
https://wizardzines.com/comics/bash-errors/[BASH errorhandling - wizard zines icon:external-link[], window=_blank]:: Good intro on Bash errorhandling from Julia Evans
http://blog.cretaria.com/posts/bye-bye-apple.html[Bye-bye Apple icon:external-link[], window=_blank]:: Very interesting post, I did that move years ago. I started using Linux on a daily basis on my work notebook around 2008. Sometimes parallel with Mac OS. Today I think about switching my Lenovo notebook to OpenBSD, but I need to work with different business tools for meetings, remote access and so on. So I will first build a test environment. Maybe it is time to write a “tools I use” article.
https://www.digitalocean.com/community/tutorials/how-to-inspect-kubernetes-networking[How To Inspect Kubernetes Networking icon:external-link[], window=_blank]:: Kubernetes is a container orchestration system that can manage containerized applications across a cluster of server nodes. Maintaining network connectivity between all the containers in a cluster requires some advanced networking techniques.
https://github.com/eldadru/ksniff[Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark icon:external-link[], window=_blank]:: A kubectl plugin that utilize tcpdump and Wireshark to start a remote capture on any pod in your Kubernetes cluster. You get the full power of Wireshark with minimal impact on your running pods. Easier to implement than using sidecars.
https://samcurry.net/hacking-apple/[We Hacked Apple for 3 Months: Here’s What We Found icon:external-link[], window=_blank]:: Very interesting article about the Apple bugbounty program and vulnerabilities.
https://www.ansible.com/resources/webinars-training/ansible-tower-basics-workflows[Ansible Tower Basics: Workflows icon:external-link[], window=_blank]:: Interesting introduction into AWX the free version of Ansible Tower.
https://blog.intigriti.com/2020/10/07/bug-bytes-91-the-shortest-domain-weird-facebook-authentication-bypass-github-actions-secrets/[Bug Bytes #91 - The shortest domain, Weird Facebook authentication bypass & GitHub Actions secrets - Intigriti icon:external-link[], window=_blank]:: Bug Bytes is a weekly newsletter curated by members of the bug bounty community. The first series is curated by Mariem, better known as PentesterLand. Every week, she keeps us up to date with a comprehensive list of write-ups, tools, tutorials and resources.
https://keystore-explorer.org/[KeyStore Explorer icon:external-link[], window=_blank]:: KeyStore Explorer is an open source GUI replacement for the Java command-line utilities keytool and jarsigner. KeyStore Explorer presents their functionality, and more, via an intuitive graphical user interface.
https://miguendes.me/7-pytest-features-and-plugins-that-will-save-you-tons-of-time-ckfsjlr8y02axv6s1f8is1pgh[7 pytest Features and Plugins That Will Save You Tons of Time icon:external-link[], window=_blank]:: In this tutorial, we’ll learn the best pytest features and plugins to speed up your development process. They’re very simple and you can start using them right away.