Run Vaultwarden and Caddy on your Linux Server with docker-compose
Vaultwarden is a very light, easy to use and very well documented alternative implementation of the Bitwarden Client API. It is perfect if you struggle with the complex Bitwarden installation…
SSL Certificates with Lets Encrypt and certbot on a Linux Server
To install our certificates for SSL we use a tool called certbot. We install certbot with apt on our Linux machine. Then we run certbot. The Letsencrypt certificates are automatically…
Containerize a nodejs app and nginx with docker on Ubuntu 22.04
What we need: We must check if these packages are already installed on our system. Therefore we use the following commands in the terminal and see if there is any…
Setup Ubuntu Linux ready for Node Apps
We have a new server in front of us and are now starting from the beginning with the preparation of the system to operate nodejs and node express applications. SSH…
Create a user in Ubuntu 18.04 Linux
A user can be created in ubuntu Linux with the command useradd or adduser. I use adduser because with this perl script, in addition to creating the user in /etc/passwd…