Tagged: Linux

Using Docker on Synology DSM with an HTTP Proxy

This article describes a simple and reliable configuration to allow Docker on Synology DSM to pull images through an HTTP proxy. Environment 1. Configure Docker to Use an HTTP Proxy On Synology DSM, Docker...

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...