Test Ad Slot
Test page to validate AdSense partial and loader injection.
Recent content on Murat Kurkoglu | orioninsist
Test page to validate AdSense partial and loader injection.
A simple Bash script with demo, dry-run, and apply modes to safely move a folder along with its contents.
A practical Tier-1 SOC cheat sheet for the first 15 minutes of triage, covering event IDs, ports, evidence collection, and escalation decisions.
Understand SOC structure, Tier-1 responsibilities, and essential tools in 15 minutes. A practical guide for aspiring and new SOC analysts.
Learn how to become a SOC Tier 1 Analyst with a practical roadmap, weekly study plan, and job-ready skills for alert triage and incident reporting.
Learn safe broken symlink cleanup in Linux using a minimal Bash script to detect and remove stale links across mounted directories in Docker.
I am documenting my step-by-step process, technical notes, and lessons learned while training to become a Junior Security Analyst on TryHackMe.
Learn how Linux logrotate prevents disk full incidents while preserving useful logs for security and troubleshooting, with safe configs and examples.
Stop using the mouse. Discover the 7 Linux commands that transform you from a beginner to an undisputed expert.
Stop clicking. Learn rsync, lsof, and grep to move from 'user' to 'admin'. The GUI is holding you back.
Absolute vs. Relative paths explained. Why using 'cd -' and '..' makes you a faster, better engineer.
Stop clicking. Start commanding. Why the Linux terminal is faster, stronger, and necessary for modern engineering.
I nuked my GUI. No mouse, no icons, just a blinking cursor. Here is how I survived the first 5 minutes using whoami and pwd.
How I built a clean, reliable favicon workflow using ImageMagick, OptiPNG, and Hugo PaperMod on Arch Linux.
How summarizing OpenAI into ultra-short notes helped me understand its models, mission, and ecosystem clearly for the first time.
Cloud labs are convenient, but local virtualization offers control. Here is why I switched to a local KVM setup on Arch Linux for my Master's studies.
How I built a reliable, isolated, and predictable cyber security lab using virtualization and simple command-line controls.
Learn how to secure your data using rsync and cron. A complete guide to incremental backups for Linux systems.
A complete guide to the essential Wayland-native tools that make Sway fast, stable, and productivity-ready for developers. Includes tool list, configurations, and workflow optimization tips.
A complete, production-grade Sway configuration optimized for performance, stability, and minimalism on Wayland. Includes best practices, recommended packages, environment variables, and a full ready-to-use config.
A complete, high-precision performance optimization guide for Sway on Wayland using Intel integrated graphics, dual Full HD monitors, Mesa tuning, tear-free rendering, kernel parameters, and advanced compositor tweaks.
Learn the real differences between chmod and chown, how each affects Linux file permissions, and the exact scenarios where they fix permission errors.
Learn how to correctly repair, merge, and extract multi-part ZIP files on Linux using zip -FF, with step-by-step commands for Arch Linux, Ubuntu, and Debian. Fix filename not matched, EOF, and other unzip errors fast.
A comprehensive guide on applying minimalist principles to finances, time, and physical space for maximum personal growth and sustainable happiness.
I deleted 50,000 photos from my digital attic. It wasn't about storage, but the emotional cost of digital hoarding. A story of digital minimalism.
Stop feeling lost in the Linux terminal. Master the 'cd' command, relative vs. absolute paths, and the back button trick 'cd -' to navigate like a pro.
Ever felt lost in your terminal? Master the 'ls' command and its essential flags (-l, -a, -h) to finally 'see' your file system clearly.
Ever feel lost in the Linux terminal? Learn why 'pwd' (Print Working Directory) is more than a command—it's the anchor for your mental model.
Learn more than just printing. This 1500-word guide explores the Bash echo command, detailing the crucial difference between single and double quotes.
Learn more than just printing. This guide explores the Bash echo command, detailing the crucial difference between single and double quotes for mastering strings.
Confused by Terminal, Shell, and Bash? This guide clarifies the essential differences, explains the CLI, and shows why Bash became the standard.
My complete, optimized foot.ini config for Sway/Wayland. Learn how to get the perfect minimalist terminal with JetBrains Mono, Dracula, and CSD disabled.
Couldn't enable hibernate on Arch Linux with systemd-boot? My /boot/loader/entries/ was empty. Here’s the fix: Unified Kernel Images (UKI) and /etc/kernel/cmdline.
Frustrated that xdotool is broken in Wayland? Learn how to use wtype, the modern tool for keyboard and mouse automation in Sway and Hyprland.
Rofi vs. Wofi vs. Wmenu: Which app launcher is best for your X11 or Wayland setup? A deep-dive comparison of features, configuration, and philosophy.
Ever wondered about ``` vs. ~~~ in Markdown? Discover the difference, which is standard, and the 'pro trick' for nesting code blocks you need to know.
Learn to automate your video workflow. This guide shows how to build a Bash script with FFmpeg to merge, 4K-upscale, and watermark vertical videos.
A deep dive into my Arch Linux + Sway keybindings. Learn my Mod4 strategy and how I use a custom shell script to launch web apps like ChatGPT as PWAs.
Fix flaky Sway keyboard layout switching for good. This guide details a robust fix using Mod4+space and `swaymsg input type:keyboard` for `xkb_layout`.
Discovered a mysterious 'go' directory in your Linux home folder? This guide explains what the Go module cache is, why tools like Hugo create it, and how to safely clean it with go clean -modcache to reclaim disk space.
Tired of the Downloads folder reappearing on your minimalist Arch Linux + Sway setup? This guide shows how to edit the XDG user-dirs.dirs file to permanently set your home directory as the default.
Supercharge your terminal workflow on Arch Linux! A deep dive into installing GNU Screen and using a custom .screenrc to get modern features like tmux.
Deep dive into adopting Zellij, the modern terminal multiplexer, on an Arch Linux, Sway Wayland setup. I detail the immediate productivity gains using its default configuration.
A definitive guide to configuring volume keys in the Sway window manager on Arch Linux. Learn to use pamixer and fix the 'Overwriting binding' warning for good.
Tired of messy, date-filled URLs in your Hugo site? Learn the one-line fix in hugo.toml to organize content in dated folders while keeping clean, flat permalinks.
Detect silently truncated log files in Bash batch pipelines and isolate corrupted inputs before ingestion breaks analytics or downstream automation.
Learn how to detect stale NFS mounts that make ls, df, and shell commands hang using a minimal Bash timeout scan and reproducible test.
Learn how to find and kill a Linux process using a specific port with lsof and kill. Includes a quick command and Bash automation.
Learn how to check Pacman install, upgrade, and removal history in Arch Linux using pacman.log to audit package changes and troubleshoot issues.
One-command system status snapshot: load/CPU, RAM, disk usage, listening ports, and top processes—run in a minimal Docker lab for repeatable results.