Tagged: Linux

Deploying a Squid Proxy on Ubuntu Server with Docker

Squid is a mature and stable web proxy that provides caching, traffic forwarding, and access control.This article walks you through deploying Squid on Ubuntu Server using Docker, enabling quick installation, persistent configuration, and convenient...

Monitoring File Activities with Linux Auditd

The Linux audit subsystem (auditd) is a powerful way to track what happens on your system at the syscall level. Security teams, system administrators, and incident responders often need to know who created or deleted...