General

Gallery Widget

Install Let's Encrypt for Apache

Start by enabling the Certbot repository: sudo add-apt-repository ppa:certbot/certbot Next, update the package list: sudo apt update Next, install the Certbot Apache package: sudo apt install python-certbot-apache Finally, obtain the…

Continue reading
0 Comments

Import MongoDB database Docker

Assuming you followed this article when exporting/dumping your Mongo database from Docker, you can create restore.sh with the below snippet. Prior to running the script, ensure that you have unzipped…

Continue reading
0 Comments