Skip to content
View Trigus42's full-sized avatar

Highlights

  • Pro

Block or report Trigus42

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Trigus42/README.md

Hi there, I'm Trigus42 πŸ‘‹

Networking & Security | DevOps & Infrastructure

Building containerized solutions, infrastructure as code, and networking tools.

Linux Python Go Shell Docker k8s Terraform TypeScript C++


πŸ‘¨β€πŸ’» About Me

Most of my day-to-day development happens in private repositories, focusing on infrastructure, university coursework, and security challenges.

  • 🌍 While much of my core work is private, I am passionate about the broader developer community and actively contribute to open-source projects when I find time between my job and my academic work.
  • πŸ”­ I am working on managing my personal infrastructure using IaC and GitOps.
  • πŸ›‘οΈ In my free time, I participate in CTFs and build automations for that.
  • 🌱 My core stack revolves around Python, Go, and Shell scripting, expanding into TypeScript and C++ for some projects.

πŸš€ Open Source

  • alpine-qbittorrentvpn

    • Overview: A multi-architecture Docker image running the latest qBittorrent-nox client with an integrated WireGuard/OpenVPN tunnel.
    • Engineering Focus: Built with a custom netfilter killswitch to prevent IP leakage, strict IPv6 support, and native s6-rc extensibility for background daemons. This project focuses heavily on secure, isolated networking within containerized environments.
  • kali-rdp-container

    • Overview: A opinionated Docker image providing a full Kali Linux desktop environment accessible via SSH and RDP with with tools pre-installed.
  • kollus-download (Note: Unmaintained / Archive)

    • Overview: An older PoC project showing weaknesses in the Kollus media streaming service, allowing users to download protected content.

πŸ”’ Behind the Commits (Private Work)

To give context to my GitHub activity graph, here is an extract of the engineering work I do in my private repositories:

  • Infrastructure & DevOps: Complete Infrastructure as Code (IaC) and GitOps configurations for my personal servers using HCL and FluxCD.
  • Academics & Security: C++ projects (e.g., a Dungeon Crawler engine), Python scripts for solving CTF challenges, and LaTeX templates for academic papers.

Pinned Loading

  1. alpine-qbittorrentvpn alpine-qbittorrentvpn Public

    Multiarch docker image with the latest qBittorrent-nox client (WEB UI) and WireGuard/OpenVPN tunnel

    Shell 116 12

  2. Save Your Oracle Free Tier VPS & Hel... Save Your Oracle Free Tier VPS & Help Science
    1
    # Save Your Oracle Free Tier VPS & Help Science
    2
    
                  
    3
    Oracle Cloud’s "Always Free" tier is incredibly generous, offering up to 4 ARM OCPUs and 24GB of RAM. However, there is a catch: Oracle will actively reclaim and delete instances that sit idle. To keep your server, you need to maintain a steady baseline of CPU utilization (typically over 20%).
    4
    
                  
    5
    Many people run useless `stress` scripts just to burn power and keep their nodes alive. But if you are using Kubernetes, there is a much better way: **Folding@Home (F@H)**.
  3. kali-rdp-container kali-rdp-container Public

    Opinionated Kali container with RDP, SSH, DIND and tools preconfigured

    Shell