Run a script on Ubuntu or Linux in the background (continues to run when you close the console)

Run a script on Ubuntu or Linux in the background (continues to run when you close the console)

Tiempo de lectura: < 1 minuto Sometimes we want to keep a script running on our Ubuntu or Linux machine, but we don’t have a system service created. With this command, we can keep this script running in the background even if we close the console. The first thing we need to do is install nohup (if it’s not already active … Read more

Install SSL certificates for HTTPS using domain or subdomain with Let’s Encrypt on your own server or VPS

Install SSL certificates for HTTPS using domain or subdomain with Let’s Encrypt on your own server or VPS

Tiempo de lectura: 2 minutos Reading time: 2 minutes Many times we want to install a certificate to ensure that the connection to our website is secure. This tutorial can be used to obtain certificates for a domain and a subdomain. It can be used with Apache, Node.js, Fast-API, or Python’s Django, Spring Boot, or any other type of server … Read more