Force HTTPS Over SSH for GitHub
A quick guide to authenticate with GitHub over HTTPS using the gh CLI and make Git always use HTTPS, even when remotes are set to SSH. Authenticate with GitHub …
M̶a̶k̶i̶n̶g̶ Hacking your life easier.
A quick guide to authenticate with GitHub over HTTPS using the gh CLI and make Git always use HTTPS, even when remotes are set to SSH. Authenticate with GitHub …
Your SSH private key sits on your disk, protected by (hopefully) a passphrase. But passphrase or not, it’s still a file — and files can be stolen, copied, …
Want to ditch typing your password every time you run sudo? Here’s how to use your YubiKey 5C with Fedora’s PAM system for passwordless (or 2FA) …
A very common struggle I have in Linux server environments is the usage of iptables. It is a very powerful and performance efficient tool to configure network …
The Model Context Protocol (MCP) has revolutionized how AI assistants interact with external tools and services. One particularly powerful integration is the …
Use the MikroTik RouterOS device as a reverse proxy server using Nginx Proxy Manager container. This guide walks you through enabling container support on …
Managing AppImage updates can be tedious when done manually. Gear Lever provides custom update URLs for GitHub releases, but finding the right URL pattern …
A common problem if you are starting creating video content is the format issues you will face when moving files from different sources to your video editor. In …
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 …
You probably already heard that RAID is not a backup. When world is ending and everything is burning, we also discover that a backup is not a Disaster Recovery …
Vagrant is one of the greatest way to develop solutions using virtual machines, with all the isolation that a container can’t provide. Unfortunately, …
Handling with checking passwords is always a critical task and it is important to understand the mechanisms behind of it to create a proper solution. Also, …
This is a guide on how to use minikube and qemu2 on macOS to run Kubernetes locally on your machine. The guide covers the installation of required packages …
Podman is a daemon-less, open-source, Linux native tool designed to make it easy to find, run, build, share, and deploy applications. It offers many data …
GIMP is a free, open-source image editing software that offers a wide range of features. Its plugins extend functionality for color correction, special effects, …
The Steam Deck is the portable device of my dreams. It’s an impressive Linux computer with great game inputs and impressive game compatibility. It allows …
Creating presentations can be a daunting task, but it doesn’t have to be. With VSCode, you can make great presentations with the help of Marp and Draw.io. …