Skip to content
View DanLinX2004X's full-sized avatar

Block or report DanLinX2004X

Report abuse

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

Report abuse
DanLinX2004X/README.md

πŸ‘‹ Hey there, I'm Daniil

Aspiring SRE β€’ Linux & Automation Enthusiast

Open Source Codewars Dev.to Blog Email


🧠 About Me

IT student passionate about Linux, automation, and building reliable systems.
I explore infrastructure monitoring, SRE practices, and cybersecurity through hands-on projects.
Currently focused on Infrastructure as Code and preparing for SRE/DevOps roles.

Open to: SRE/DevOps internships and collaboration on interesting infrastructure projects.


πŸ›  Tech Stack & Tools

Infrastructure as Code:
Ansible Vagrant Docker GitHub Actions

Monitoring & Observability:
Prometheus Grafana

Scripting & Development:
Python Bash YAML

Platforms & OS:
Linux GitHub

Networking & Security (Bonus):
Wireshark Cisco


πŸ—Ί Project Map

Project Description Stack
User Last Login Tool User utility for determining last login + packaging (AUR/Deb/RPM) Bash, Linux, Docker
Ansible Lab Multi-server automation with Vagrant & Ansible Ansible, Vagrant, PostgreSQL, Python
Monitron Dockerized monitoring stack Prometheus, Grafana, Alertmanager, Docker
System Monitor Real-time system monitoring (AUR package) Bash, Python, Linux
Nginx Log Monitor Log analyzer with visualization Python, Docker, Nginx

πŸ… Certificates & Participation

You can view a curated collection of my certificates and participation records in: πŸ“‚ Certificates Repository

This includes:

  • Educational programs and workshops (Rosatom, AU_Team, etc.)
  • CTF competitions (CapFlag, CyberCamp)
  • Technical challenges and special events (IT-Planet, Positive Technologies)

Certificates are stored in a structured repository and follow a unified naming convention.


πŸš€ Featured Projects

Bash Docker AUR

πŸ§ͺ Status: Works on Arch/Docker, needs testing on Debian/CentOS

Packages & Releases: AUR version Docker Pulls

Script for viewing user login history (last / lastlog / journalctl)
with fallback logic and packaging for AUR / DEB / RPM / DockerHub. The project has been released and has man + CI.

Ansible Vagrant GitHub Actions PostgreSQL

Multi-server automation with Vagrant and Ansible. Features PostgreSQL database server, Python web application, and CI/CD validation. Demonstrates Infrastructure as Code principles.

Docker Prometheus Grafana

Dockerized monitoring stack with Prometheus, Grafana, and Alertmanager. Includes custom exporters and dashboard configurations for system observability.

Bash Python AUR

Packages & Releases: AUR version

Real-time system monitoring tool published in AUR. Tracks CPU, memory, and disk I/O usage with configurable alerts.

Python Docker

Packages & Releases: Docker Pulls

Dockerized Python analyzer for Nginx access logs with request pattern detection and basic visualization.


πŸ“Š GitHub Stats


🧠 Codewars Profile


πŸ† GitHub Achievements


🎯 Currently Focusing On

  • Infrastructure as Code with Ansible and Vagrant
  • CI/CD pipelines and automation best practices
  • Container orchestration and microservices monitoring
  • SRE principles - reliability, observability, automation
  • Preparing for SRE/DevOps internships and real-world challenges

πŸ“« Contact Me

Email


πŸ“… Profile updated: 25 December 2025

⚑️ "Stay curious, stay simple β€” systems are built from small parts that work well together."

Pinned Loading

  1. system-monitor system-monitor Public

    A powerful Bash script for real-time system monitoring. Displays CPU, memory, disk, and network metrics with colored output and threshold alerts.

    Shell 4

  2. nginx-log-monitor nginx-log-monitor Public

    Real-time Nginx log monitoring with instant Telegram notifications for 5xx server errors. Simple, effective, and ready to use.

    Python 1

  3. monitron monitron Public

    pet-project | Personal Monitoring Stack for developers and DevOps engineers.

    JSON

  4. ansible-lab ansible-lab Public

    Ansible & Vagrant lab demonstrating infrastructure automation. Features multi-server environment with PostgreSQL DB and Python app, validated by GitHub Actions CI. SRE/DevOps learning project.

    YAML

  5. user-last-login-tool user-last-login-tool Public

    SRE Bash script to report last login times for all non-system users using a robust cascading logic (last/lastlog).

    Shell