podman + docker compose and daemon on Linux
I’m setting up my developer machine and this is a common situation I face working on some opensource projects. Podman itself already is a great …
M̶a̶k̶i̶n̶g̶ Hacking your life easier.
I’m setting up my developer machine and this is a common situation I face working on some opensource projects. Podman itself already is a great …
A common problem I need to solve with my web servers are simple TCP port forwarding. This allows you to redirect an application traffic, from a HTTP server for …
I need to resize a virtual machine disks multiple times a year. Most of the time, I’m lazy enough to just jump into the Cockpit web interface and change …
Ollama is a powerful tool for running large language models locally. This guide walks you through setting up Ollama on Fedora using Podman Quadlets, ensuring it …
The Syncthing is the best Peer-to-Peer solution I’ve ever used. It is flexible, has clients for most platforms, decentralized, and open source. This guide …
Vagrant is one of the greatest way to develop solutions using virtual machines, with all the isolation that a container can’t provide. Unfortunately, …