Automating a Rock-Solid Homelab Proxmox Setup with Ansible

2025-08-08
Automating a Rock-Solid Homelab Proxmox Setup with Ansible

To enhance flexibility and robustness, the author migrated their homelab to a Minisforum UM880 Plus mini-PC, deploying Proxmox VE. The post details the entire process, from installing an encrypted Debian OS and configuring a bridged network to automating Proxmox installation and configuration using Ansible. Challenges encountered, such as a Proxmox installation bricking the system, are documented along with their solutions. The result is a highly automated Proxmox setup, providing a solid foundation for future Kubernetes experimentation.

Read more
Development

Spotting Base64 Encoded JSON, Certificates, and Private Keys with the Naked Eye

2025-08-06
Spotting Base64 Encoded JSON, Certificates, and Private Keys with the Naked Eye

A developer, examining a supposedly encrypted file for safe Github commit, discovered a base64 encoded JSON string within. A colleague pointed out this pattern. Surprisingly, they found that base64 encoded certificates and private keys also have similar easily-spotted characteristics, such as certificates often starting with "LS". This simple trick helps developers quickly identify sensitive information and avoid accidentally committing secrets like keys to public repositories.

Read more
Development