Posts
Asif Mohammad Mollah
Cancel

Securing Nginx with IP Whitelist, Rate Limit and Basic Auth

Nginx is a robust web server and reverse proxy that also functions as a powerful access control gateway. When exposing sensitive areas like admin dashboards, internal APIs, or dev environments, it’...

Install docker on Ubuntu Server

Installation Update apt package sudo apt update sudo apt install -y ca-certificates curl Add Docker’s official GPG key: sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL https:...

Mastering in curl Installation and Practical User Guide

curl is a command-line tool and library for transferring data with URLs. It’s widely used by developers, sysadmins, and automation scripts for making HTTP requests, testing APIs, downloading files,...