Underknowledge - Overview

👋 Hi there, I'm Underknowledge

✨ Fun Fact:

Most of my work happens behind closed repositories, ensuring production systems run smoothly 24/7.
You won’t find much here publicly—my code is busy working hard where it matters!

👷‍♂️ What I Do:

  • DevOps: handling infrastructure using Pulumi and Ansible, GitLab-CI for the intigation,
  • System Administration: Deep Linux expertise, configuring and maintaining hundreds of systems in both cloud and on-prem environments.
  • Nix/NixOS Advocate: Passionate about Nix and the reproducible environments you get. (terrible name by the way)

Pinned Loading

  1. OpenStack resource tracker for admins. Extract VM, volume, image, and snapshot metrics. JSON output for billing and insightful analysis. Clarity for your cloud!

    Python 1

  2. 3

    Git_status=$(curl --silent -H "Accept: application/vnd.github.v3+json" "https://api.github.com/repos/umlaeute/v4l2loopback/tags" )

    4

    TAR_dl=$( echo "${Git_status}" | jq -r ".[].tarball_url" | head -n1)

    5

    TAR_v=$( echo "${Git_status}" | jq -r ".[].name" | head -n1)
  3. Containerized Pupeteer setup to bring an image of a Home Assistant dashboard to Kindle!

    JavaScript 12 3

  4. I terrible mispelled scaffold by "pure acident"

    Nix