Sep 4, 2024
51
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
50
Run script as systemd under Ubuntu
Keep running a bash script as a service to execute various tasks
Sep 3, 2024
82
How to buy and configure Contabo VPS
Detailsed guide how to set up a Contabo account, configure and buy a VPS
Aug 30, 2024
69
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
77
Multiple Docker Compose configurations on a single machine
Use docker networks to communicating between services described in multiple docker-compose
Aug 24, 2024
127
How to choose and setup VPS on Vultr
Step-by-step guide how to choose and setup VPS on Vultr
Aug 24, 2024
103
Running MySQL database with Docker Compose
Setup your MySQL database with few simple command thanks to Docker Compose
Aug 24, 2024
68
Enabling SSL with Certbot and Nginx
Walks you through the process of securing your Nginx server with SSL using Certbot.
Aug 24, 2024
52
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
74
How to connect VPS or Dedicated server via SSH
Terminus is a feature full application to manage remote servers via SSH
Aug 19, 2024
123
Run your own LLM with Ollama
Run your own LLM on VPS or a Dedicated server, no GPU needed!
Aug 19, 2024
206
Install Supabase with docker compose and Nginx reserve proxy
Guide how to install Supabase with docker compose and Nginx reserve proxy
Aug 17, 2024
113
How to setup Nginx with reverse proxy
Use Nginx on your server to reserve proxy HTTP/WebSocket requests to your services
Aug 17, 2024
123
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.