Skip to content
ITNotes ITNotes

From Terminal to Cloud

  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
Home » linux-security
Linux tutorial - IT technology blog
Posted inLinux

Linux SUID, SGID, and Sticky Bit: Master Special Permissions for System Security

June 2, 2026
SUID, SGID, and Sticky Bit are Linux's special permission bits that control privilege elevation and file ownership inheritance. Here's how each one works internally, when to actually use them in production, and how to audit your system before someone else finds the misconfigurations.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Metasploit Framework on Linux: Hands-On Penetration Testing in a Legal Lab Environment

May 29, 2026
Learn how to install Metasploit Framework on Linux, set up an isolated penetration testing lab with Metasploitable 2, and validate real vulnerabilities through hands-on exploitation. A practical walkthrough from reconnaissance to post-exploitation, written for engineers who need proof, not just scan reports.
Read More
Networking tutorial - IT technology blog
Posted inNetworking

GeoIP Blocking with nftables and MaxMind GeoLite2 on Linux: Filter Traffic by Country

May 29, 2026
GeoIP blocking with nftables and MaxMind GeoLite2 lets you drop traffic from entire country IP ranges at the firewall level, before it reaches your application. This guide covers the full setup: downloading the database, extracting country ranges, loading them into nftables sets, and automating bi-weekly updates with systemd and cron.
Read More
Networking tutorial - IT technology blog
Posted inNetworking

Hardening Linux Networks: Microsegmentation with nftables

May 27, 2026
Secure your internal network by moving beyond perimeter firewalls. Learn how to use nftables sets and chains to implement a Zero Trust microsegmentation strategy on Linux.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Linux Privilege Escalation: From Initial Foothold to Root Access

May 26, 2026
Is your Linux server one misconfig away from a total breach? Learn how attackers exploit SUID bits and sudoers files, and how to use tools like LinPEAS and Auditd to stop them.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Static Malware Analysis with Ghidra: A Hands-on Guide for Linux

May 24, 2026
Learn how to use Ghidra on Linux for static malware analysis. This guide provides a practical workflow for reverse engineering ELF and PE binaries to uncover hidden threats.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Linux Digital Forensics: Recovering Evidence with Autopsy and TSK

May 23, 2026
Go beyond simple commands. Learn how to use Autopsy and The Sleuth Kit to perform deep-dive digital forensics on Linux, recover deleted evidence, and map out attacker timelines.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Hardening the Linux Kernel: A Practical Guide to IMA Configuration

May 22, 2026
Secure your Linux environment by enabling the Integrity Measurement Architecture (IMA). Learn how to detect file tampering in real-time using kernel-level hashing and TPM integration.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Defending Against ARP Spoofing and Man-in-the-Middle Attacks on Linux with arpwatch and arptables

May 21, 2026
ARP spoofing lets an attacker silently intercept all traffic on your local network — and most standard security setups miss it entirely. This guide covers how to detect ARP-based Man-in-the-Middle attacks using arpwatch, block them with static ARP entries and arptables, and build a lightweight monitoring script for any Linux machine.
Read More
Security tutorial - IT technology blog
Posted inSecurity

6 Months of Linux Threat Hunting with Chainsaw and Sigma: A Field Report

May 15, 2026
Ditch reactive logging. I spent six months using Chainsaw and Sigma rules to build a proactive Linux threat hunting workflow that scans 10GB of logs in seconds.
Read More

Posts pagination

1 2 3 Next page
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top