VPS

VPS Code Snippets

🚀 Docker & VPS Cleanup Cheat Sheet — Green, Yellow & Red Levels (Safe to Dangerous)

GREEN LEVEL (Safe Level) 👉 Only cache, dangling images, unused build cache clean Docker system prune (safe mode) Only dangling images clean build cache clean unused networks clean YELLOW LEVEL (Moderate Clean) Stop all stopped containers & remove them Remove unused images (not used by any container) Remove unused volumes Full moderate clean RED LEVEL […]

View code ->

How create postgres Database into vps server step by step

Install PostgreSQL: Start PostgreSQL: Check if PostgreSQL is running Start the Postgres prompt Exit PostgreSQL: \q

View code ->
top