Home
Something Great
Cancel

Homelab series - Bootstrap

Homelab Series - Bootstrap Objectives for this Homelab Series: Lay out an easy to follow guide to setup a homelab, with repeatable and scripted actions where possible. The homelab repo on githu...

Rainbow Queries for little data

Rainbow CSV with queries My tool of choice for big-but-not-too-big text files that need viewing and maybe a bit of filtering is Rainbow CSV extension in VS Code. This works well as long as the fil...

Python Pandas for big data

Pandas vs Rainbow Query Language My tool of choice for “big” text files that need viewing and maybe a bit of filtering is Rainbow CSV extension in VS Code, and writing some quick queries with its...

Portainer Deployment options

Portainer Deployment Options Two different approaches on how to deploy Portainer, and Docker containers within Portainer. Option 1: Ansible I’m a big fan of ansible, and try to build all my infra...

Keepalive Configurations

Keepalive Configurations Keepalive install sudo apt install keepalived libipset13 Configuration for High Availability Configuration should be done on the two nodes, setting one as master and one ...

Restore from a Mirror

Restore Repository using a Git Mirror If you followed the guide on setting up a mirror as a real-time backup, you may now be wondering how can I restore a lost or corrupt repository using the mirr...

Mirror a Gitlab repository to Github

Mirror a Gitlab repository to Github Git repository mirrors can be useful to create a real-time copy of a repository for backup purposes, or as a transitional step when moving from one git platfor...