Blog Logo

Posts tagged with "devops"

8 posts found.


Reliable Python Proxy Server with Docker, systemd, and Log Management on GCE

A Dockerized Python proxy server with automated deployment, logging, and service management using Docker Compose and systemd on a Debian-based GCE instance.

- 14-Jul-2025

How to kill a server from a Makefile

Learn how to kill a server process from a Makefile using the lsof command to find the PID and kill it.

- 5-Jul-2025

Installing Docker and Docker Compose on Ubuntu via Terminal

A step-by-step guide to installing Docker and Docker Compose on Ubuntu via the terminal.

- 3-Mar-2024

How to create a multi-stage docker builds

Unlock the Power of Multi-Stage Docker Builds: Optimize Your Images

- 20-Jun-2023

Whitelisting of ips in nginx config

How to whitelist certain ips through nginx config.

- 23-Apr-2023