
Oct 3, 2024
56
Running Postgres database with Docker Compose
Setup your PSQL database with few simple command thanks to Docker Compose

Sep 4, 2024
113
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

Sep 3, 2024
116
Run script as systemd under Ubuntu
Keep running a bash script as a service to execute various tasks

Sep 3, 2024
164
How to buy and configure Contabo VPS
Detailsed guide how to set up a Contabo account, configure and buy a VPS

Aug 30, 2024
137
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.

Aug 25, 2024
151
Multiple Docker Compose configurations on a single machine
Use docker networks to communicating between services described in multiple docker-compose

Aug 24, 2024
234
How to choose and setup VPS on Vultr
Step-by-step guide how to choose and setup VPS on Vultr

Aug 24, 2024
158
Running MySQL database with Docker Compose
Setup your MySQL database with few simple command thanks to Docker Compose

Aug 24, 2024
131
Enabling SSL with Certbot and Nginx
Walks you through the process of securing your Nginx server with SSL using Certbot.

Aug 24, 2024
90
Keep running long processes in terminal using Screen
Guide on using the Screen tool in Ubuntu for managing long-running processes in the terminal.

Aug 23, 2024
130
How to connect VPS or Dedicated server via SSH
Terminus is a feature full application to manage remote servers via SSH

Aug 19, 2024
202
Run your own LLM with Ollama
Run your own LLM on VPS or a Dedicated server, no GPU needed!

Aug 19, 2024
276
Install Supabase with docker compose and Nginx reserve proxy
Guide how to install Supabase with docker compose and Nginx reserve proxy

Aug 17, 2024
163
How to setup Nginx with reverse proxy
Use Nginx on your server to reserve proxy HTTP/WebSocket requests to your services

Aug 17, 2024
180
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.