Linux tutorial - IT technology blog

Linux Disk Mount and Management Guide: From lsblk to fstab

A detailed guide to mounting and managing disks on Linux: identifying block devices with lsblk, creating partitions with parted/fdisk, formatting filesystems with ext4/xfs, and configuring fstab with UUIDs for persistent mounts. Real-world experience from a CentOS 7 production server.
Security tutorial - IT technology blog

Common Security Vulnerabilities in AI Code Assistants and How to Detect Them Automatically

AI code assistants like Copilot and ChatGPT boost productivity, but they also introduce security vulnerabilities that code review tends to miss — SQL injection, command injection, hardcoded credentials, and more. This article breaks down the 5 most common issues with code examples, and walks you through setting up an automated scanning pipeline with Bandit, Semgrep, and TruffleHog.