Practical tmux copy pasting Published: 11/02/2022 17:25 Following up on our introduction to tmux, here's a quick practical note on copy pasting and issues you may encounter doing that.
Combining containers into pods with Podman Published: 14/12/2021 17:20 Podman is able to emulate the concept of pod borrowed from the Kubernetes world, let's explore how it goes.
Increasing container services security with Podman Published: 18/09/2021 14:30 Podman is getting more and more attention as a lighter and arguably safer alternative to Docker and it's incredibly easy to install as a drop in replacement on a Linux system.
Windows SSH setup for multiple server access and key pair authentication Published: 05/08/2021 12:18 We go over a simple setup you can do on your Windows machine to easily access (includes using scp) your Linux servers - All in a more secure manner than the default password authentication
An easy and practical introduction to tmux Published: 21/05/2021 15:30 Our own take on quickly getting started with tmux with mouse support and some practical use cases
Analysing network activity #1 - netstat, ss and lsof Published: 29/03/2021 14:30 Mostly a short writeup about the netstat command and how to diagnose network activity on a Linux machine