Skip to content
View desvert's full-sized avatar

Block or report desvert

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
desvert/README.md

Hi, I'm Nick 👋

I'm Linux-focused and working toward roles in systems administration and cybersecurity, especially in infrastructure automation and OT/ICS environments. Coming from trade work and emergency services, I tend to think in terms of reliability, safety, and systems that need to function under real-world conditions.


Current Focus

  • Linux system administration and containerized services (Docker)
  • Networking fundamentals and segmentation
  • Automation with Bash and systemd
  • OT/ICS security concepts and lab environments

Selected Projects

🔧 Containerized Bedrock Server

containerized-bedrock-server
Production-style Minecraft Bedrock server deployment using Docker Compose. Features persistent storage, automated backups, gamerule enforcement, and resilient restart behavior.

Focus: Linux administration, container lifecycle management, automation

🌡️ OT HVAC Testbed

ot-hvac-testbed Microcontroller-driven HVAC control and instrumentation testbed used to explore real-world operational technology concepts. The project incorporates sensor telemetry, actuator control, serial data logging, and basic control logic across multiple platforms, with an emphasis on observability, safety, and failure-aware design.

Focus: OT/ICS fundamentals, embedded systems, Linux-based data logging, system reliability


Home Lab & Learning

Multi-VM home lab using Vagrant and Docker for Linux, networking, and security practice. Ongoing coursework in networking and cloud fundamentals, with self-directed projects bridging IT and OT concepts.

Technical Blog: https://desvert.github.io


Approach

I build small, well-documented systems that recover cleanly from failure, automate repetitive tasks, and prioritize maintainability. Repositories here are intentionally minimal and documented to reflect operational thinking.


Tools & Technologies

Linux (Ubuntu, Rocky) • Docker/Compose • Bash • systemd • Git • Networking (TCP/IP, DNS, routing) • OT/ICS protocols


Note: This GitHub serves as a working portfolio and learning log with a focus on documentation and operational mindset.

Pinned Loading

  1. containerized-bedrock-server containerized-bedrock-server Public

    Containerized Minecraft Bedrock Dedicated Server running on Ubuntu using Docker Compose. Includes persistent storage, graceful live backups, automated gamerule enforcement, and resilient restart be…

    Shell

  2. ot-hvac-testbed ot-hvac-testbed Public

    ot-hvac-testbed is a miniature HVAC control system built on microcontrollers for learning building automation, embedded development, and OT security. It simulates real HVAC behavior using sensors, …

    C++