Murat Kurkoglu

Fix Silent File Corruption in Bash Log Processing

This post explains how to detect and isolate truncated log files in parallel Bash ingestion pipelines before corrupted data is processed.

April 2, 2026 · 3 min · 449 words · Murat Kurkoglu

Detecting Stale NFS Mounts That Freeze CLI Operations

This guide shows how to identify unresponsive NFS mounts safely with a minimal Bash script that checks mounts without freezing normal CLI workflows.

March 28, 2026 · 2 min · 388 words · Murat Kurkoglu

Kill Process Port Linux

This guide shows how to identify and force-stop a Linux process bound to a port using lsof, kill, and a simple Bash helper script.

March 26, 2026 · 1 min · 181 words · Murat Kurkoglu

Pacman Install Upgrade History

This note explains how to inspect pacman.log for installed, upgraded, and removed packages so you can review recent system changes and debug problems after updates.

March 26, 2026 · 1 min · 100 words · Murat Kurkoglu

System Status Snapshot Cpu Ram Disk Ports

Build a minimal Docker-based lab and run secquick.sh to capture a fast system snapshot (CPU/RAM/disk/ports/processes) without clutter.

March 3, 2026 · 2 min · 335 words · Murat Kurkoglu

My Cybersecurity Career: The Journey to SOC Tier 1 Begins

A personal roadmap and introduction to a series on becoming a SOC Tier 1 Analyst. This article outlines the ‘why’ behind the career choice and the methodology for future technical posts.

February 5, 2026 · 3 min · 458 words · Murat Kurkoglu