sadat@portfolio — bash
visitor@portfolio:~$whoami
Md. Nazmus Sadat — Technical Support Engineer

Md. Nazmus SadatTechnical Support Engineer

I keep web infrastructure online and engineers unblocked.

📍 Uttara, Dhaka, Bangladesh● Open to support / infra roles
0+
tickets resolved
0+
servers managed
0%
uptime maintained
0/7
on-call coverage
01.

About

I'm a Technical Support Engineer who lives in the terminal.

I troubleshoot production web hosting — when a site is down, slow, or throwing 500s, I'm the person who SSHes in, reads the logs, finds root cause, and ships a durable fix without taking the rest of the box down with it.

Day to day that means OpenLiteSpeed / Nginx vhosts, PHP-FPM pools, DNS and SSL, MySQL/MariaDB tuning, WordPress incidents, and the occasional 2am OOM-killer mystery. I document everything so the next engineer doesn't have to relearn it.

FocusWeb hosting & Linux infra support
StackOpenLiteSpeed · Nginx · MySQL · PHP
ApproachInvestigate → confirm → backup → fix → verify
StatusOpen to support / infra roles
02.

Skills

#systemsSystems & Servers
  • Linux (Ubuntu/Debian)
  • OpenLiteSpeed
  • Nginx
  • PHP-FPM
  • systemd
  • Bash
  • Docker
#networkNetworking & Delivery
  • DNS
  • SSL/TLS · Let's Encrypt
  • Cloudflare
  • Email deliverability
  • Reverse proxy
  • Firewall / WAF
#dataPlatforms & Data
  • WordPress / WooCommerce
  • MySQL / MariaDB
  • Redis
  • LiteSpeed Cache
  • Git
  • Migrations
Root-cause analysisClear written commsIncident calmDocumentationCustomer empathy
03.

Experience

Technical Support Engineer · xCloud Hosting

June 2025 — Present
  • Front-line and escalation support for managed VPS customers on the OpenLiteSpeed stack.
  • Diagnose and resolve outages: PHP-FPM 502s, MySQL OOM crash-loops, cache permission 500s, SSL/DNS misconfig.
  • Write durable, regeneration-proof fixes via persistent vhost includes; document each incident for the team.
OpenLiteSpeedNginxMySQLPHP-FPMCloudflareBash

Implementation Engineer · SouthTech Limited

2023 — 2025
  • Resolved customer tickets across hosting, email, and DNS.
  • Performed site migrations and post-migration verification.
  • Built internal docs and runbooks for common incidents.
LinuxWordPressDNScPanel
04.

Case Studies

SEV-1

MySQL OOM crash-loop on a multi-tenant box

problem

Sites across a shared VPS intermittently 502'd with DB-connection errors; mysqld was being OOM-killed repeatedly.

diagnosis

One PHP-FPM pool with an oversized min_spare was pinning 50+ idle workers, thrashing swap until the kernel killed the lowest-priority process — mysqld.

fix

Right-sized the pool's pm.* values, graceful-reloaded FPM, and hardened mysqld with OOMScoreAdjust=-600 so it stops being the kernel's first victim.

MySQLPHP-FPMOOMsystemd
SEV-2

Reverse-proxy site stuck on a self-signed cert

problem

A Node app behind OpenLiteSpeed kept serving the default self-signed certificate; Let's Encrypt issuance failed.

diagnosis

The catch-all proxy context forwarded /.well-known/acme-challenge/ to the Node app, so certbot's webroot check 404'd.

fix

Added a permanent static carve-out for .well-known in a persistent vhost include, issued an ECDSA cert via certbot --webroot, then attached SSL — survives panel regeneration and auto-renews.

SSL/TLSOpenLiteSpeedcertbotNode
SEV-2

WooCommerce store crawled to a halt

problem

A store went sluggish (not down) under heavy CPU and swap; the site itself looked healthy.

diagnosis

A faceted-navigation scraper hammered uncacheable filter URLs, forcing repeated unserialize of a 67MB layered-nav transient and saturating CPU.

fix

Added a targeted query-string block at the web-server layer (preserving legitimate filtering), flushed the bloated transients, and locked the origin firewall to Cloudflare ranges.

WooCommercePerformanceWAFCaching
05.

Education

B.Sc. in Computer Science & Engineering

2010-2014

Ahsanullah University Of Science & Technology

Foundations in networking, operating systems, and databases that underpin my infra work today.