Running Postgres database with Docker Compose
Oct 3, 2024
18

Running Postgres database with Docker Compose

Setup your PSQL database with few simple command thanks to Docker Compose
How to auto deploy git repository to your server
Sep 4, 2024
94

How to auto deploy git repository to your server

Auto-Deploy your personal services from Github/Gitlab or even your own git server with this script
Run script as systemd under Ubuntu
Sep 3, 2024
100

Run script as systemd under Ubuntu

Keep running a bash script as a service to execute various tasks
How to buy and configure Contabo VPS
Sep 3, 2024
134

How to buy and configure Contabo VPS

Detailsed guide how to set up a Contabo account, configure and buy a VPS
How to clone private Git repos using SSH Deploy keys
Aug 30, 2024
116

How to clone private Git repos using SSH Deploy keys

Step-by-step guide on how to create an SSH key, set up SSH key authentication for a Git account, and clone a private repository.
Multiple Docker Compose configurations on a single machine
Aug 25, 2024
135

Multiple Docker Compose configurations on a single machine

Use docker networks to communicating between services described in multiple docker-compose
How to choose and setup VPS on Vultr
Aug 24, 2024
194

How to choose and setup VPS on Vultr

Step-by-step guide how to choose and setup VPS on Vultr
Running MySQL database with Docker Compose
Aug 24, 2024
134

Running MySQL database with Docker Compose

Setup your MySQL database with few simple command thanks to Docker Compose
Enabling SSL with Certbot and Nginx
Aug 24, 2024
113

Enabling SSL with Certbot and Nginx

Walks you through the process of securing your Nginx server with SSL using Certbot.
Keep running long processes in terminal using Screen
Aug 24, 2024
78

Keep running long processes in terminal using Screen

Guide on using the Screen tool in Ubuntu for managing long-running processes in the terminal.
How to connect VPS or Dedicated server via SSH
Aug 23, 2024
109

How to connect VPS or Dedicated server via SSH

Terminus is a feature full application to manage remote servers via SSH
Run your own LLM with Ollama
Aug 19, 2024
170

Run your own LLM with Ollama

Run your own LLM on VPS or a Dedicated server, no GPU needed!
Install Supabase with docker compose and Nginx reserve proxy
Aug 19, 2024
237

Install Supabase with docker compose and Nginx reserve proxy

Guide how to install Supabase with docker compose and Nginx reserve proxy
How to setup Nginx with reverse proxy
Aug 17, 2024
141

How to setup Nginx with reverse proxy

Use Nginx on your server to reserve proxy HTTP/WebSocket requests to your services
How to setup a fresh Ubuntu VPS - Best Practices
Aug 17, 2024
166

How to setup a fresh Ubuntu VPS - Best Practices

When setting up a new Ubuntu VPS (Virtual Private Server), it's essential to ensure that it's both accessible and secure.
How to install Docker on Ubuntu
Aug 16, 2024
123

How to install Docker on Ubuntu

How to install Docker on Ubuntu