Skip to content
View astrixgame's full-sized avatar

Organizations

@Adatage

Block or report astrixgame

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
astrixgame/README.md

Astrix

DevOps Engineer and Infrastructure Manager focused on reliable systems, practical automation, and open source tooling.

I work on infrastructure, platforms, and day-to-day engineering problems that need to be solved cleanly and kept running. Outside of production work, I build side projects, test ideas, and turn useful experiments into tutorials.

TryHackMe Score

About

My background sits between DevOps, infrastructure management, systems administration, networking, and software engineering. I enjoy building things that are useful in practice: deployment workflows, container platforms, observability stacks, edge services, local AI setups, and hardware-driven projects.

Current Focus

  • Operating and improving infrastructure that supports real daily work
  • Standardizing deployments, containers, and platform workflows
  • Building dependable networking, proxying, and service integration layers
  • Exploring local AI, embedded systems, and practical developer tooling

Adatage

My current work is centered on infrastructure operations, service reliability, automation, and the systems that support delivery. That includes the practical side of keeping environments consistent, services reachable, deployments predictable, and operational visibility strong.

Areas I spend the most time in:

  • Infrastructure management and environment reliability
  • Containerized services and platform operations
  • Reverse proxies, networking, and edge routing
  • Monitoring, metrics, and operational visibility
  • Internal tooling that reduces repetitive work

PS: 51584E72494746696233563049476C755A6E4A684C673D3D

Pinned Loading

  1. routeros-scripting routeros-scripting Public

    Collection of jinja2 interactive templates and RouterOS RSC scripts for config automation

    Jinja 1

  2. openpvn-temp-profiles openpvn-temp-profiles Public

    Automation tool for creating temporary OpenVPN profiles with credentials.

    PowerShell

  3. astrafw astrafw Public

    Custom ESP-IDF 5.5+ firmware for the Waveshare ESP32-C6 Touch AMOLED 2.06 smartwatch board.

    C 2

  4. astrafw-app astrafw-app Public

    Java

  5. Implementing RouterOS dual-WAN failo... Implementing RouterOS dual-WAN failover via Netwatch with dynamic gateways
    1
    # Add routing table for netwatch to ping via WAN1
    2
    /routing table add disabled=no fib name=failover
    3
    
                  
    4
    # Add blackhole route in case WAN1 is disconnected
    5
    /ip route add dst-address=0.0.0.0/0 distance=2 routing-table=failover blackhole
  6. RouterOS script for getting public a... RouterOS script for getting public and PTR record
    1
    # Get and print IPv4
    2
    :put [/ip cloud get public-address]
    3
    
                  
    4
    # Get and print IPv6
    5
    :put [/ip cloud get public-address-ipv6]