Posts
Asif Mohammad Mollah
Cancel

VS Code Server installation guide

Purpose of this guide is to provide a step-by-step installation process for Visual Studio Code server on Linux systems. This guide will help you set up VS Code server for remote development in web ...

SendMail setup on ubuntu server

Send mail is a cli application for sending email using smtp server. Installation sudo apt install sendmail Configure # Config path "/etc/ssmtp/ssmtp.conf" # The person who gets all mail for us...

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