sanjar@whiteroot:~
root@whiteroot:~# whoami
Sanjar
root@whiteroot:~# cat /etc/profile.d/me.sh
NAME="Sanjar"
ROLE="SysAdmin & Infrastructure Engineer"
DOMAIN="whiteroot.uz"
PASSION="Linux · Nginx · DevOps · Automation"
STATUS="Available for projects"
root@whiteroot:~#
SysAdmin / DevOps / Infrastructure

Sanjar

Server'larni boshqaraman,
tizimlarni qurib chiqaman.

// 01 — ABOUT

Men haqimda

Men Sanjar — Linux server administratori va infrastructure muhandisiman. Server konfiguratsiyasi, tarmoq xavfsizligi va avtomatlashtirish — mening asosiy yo'nalishlarim.

Nginx, Apache, Docker, Bash scripting, va Linux kernel bilan ishlash menga maroqli. Har bir server muammosi — bu yangi puzzle.

Mening maqsadim: tizimlar uptime 99.9% bilan ishlashi, xavfsizligi ta'minlangan va optimallashtirilgan bo'lishi.

24/7 Server monitoring
99.9% Uptime target
Bash scripts
bash sanjar.sh
#!/bin/bash
# Sanjar's daily routine

COFFEE="strong"
UPTIME=$(uptime -p)
THREATS=$(tail -f /var/log/auth.log \
  | grep "Failed password")

check_servers() {
  for server in $(cat /etc/hosts); do
    ping -c1 $server &> /dev/null \
      && echo "✓ $server OK" \
      || alert "✗ $server DOWN"
  done
}

main() {
  drink $COFFEE
  check_servers
  block_threats $THREATS
  deploy --zero-downtime
}

main
// 02 — SKILLS

Texnologiyalar

🐧

Linux Administration

Ubuntu, Debian, CentOS, Arch. Kernel tuning, process management, user/group policies, cron jobs.

🌐

Web Servers

Nginx, Apache2 — virtual hosts, reverse proxy, load balancing, SSL/TLS, HTTP/2, rate limiting.

🐳

Docker & Containers

Docker, Docker Compose, container orchestration, networking, volumes, security hardening.

🔒

Security & Hardening

Firewall (UFW, iptables), Fail2ban, SSH hardening, SSL certs, intrusion detection.

Bash & Automation

Shell scripting, cron automation, backup scripts, monitoring, alerting, CI/CD pipelines.

📡

Networking

DNS konfiguratsiyasi, VPN (WireGuard, OpenVPN), subnetting, network monitoring.

// 03 — STACK

Tech Stack

Linux Nginx Docker Bash Python WireGuard Fail2ban UFW Certbot PostgreSQL Redis Ansible Git Prometheus Grafana Linux Nginx Docker Bash Python WireGuard Fail2ban UFW Certbot PostgreSQL Redis Ansible Git Prometheus Grafana
01

Server Setup & Config

Noldan server o'rnatish, xavfsizligini sozlash, domenlarni ulash, SSL sertifikat.

02

Web Hosting & Nginx

Virtual host, reverse proxy, load balancer, cache konfiguratsiyasi.

03

Monitoring & Uptime

Grafana + Prometheus orqali real-time monitoring, alert tizimi.

04

Backup & Recovery

Avtomatik backup, disaster recovery rejasi, ma'lumotlar xavfsizligi.

// 04 — CONTACT

Bog'lanish

Server muammosi bormi? Yangi loyiha? Yoki shunchaki salom demoqchimisiz — xush kelibsiz.

Telegram @sanjar_yarashov
Instagram @sanjar_yarashov
root@whiteroot:~# ssh sanjar@whiteroot.uz -p 22