Containers have become an essential part of modern application development, allowing developers to create and deploy applications quickly and easily. However, managing container images can be challenging, especially when deploying…
Posts published in “Tech”
Working with Linux and Docker offers many benefits, but uploading persistent Docker volume backups to Google Drive can be a challenging task. Installing gdrive on Linux using the tool provided…
Docker has revolutionized the way we deploy and manage applications by providing a standardized platform for building, shipping, and running applications. Docker containers are lightweight, portable, and secure, which makes…
When setting up Guacamole I had issues with connecting to the ubuntu machine via a ssh connection. The server simply said connection error. Knowing very little about any of this,…
A virtual environment is a way to create isolated Python environments, which can help to keep your projects organized and ensure that dependencies are met. Setting up a virtual environment…
This Dockerfile specifies that the Docker image should be based on the Python 3.8 base image, and it should copy all the files in the current directory into the /app…
What is Flask? Flask is a microweb framework that provides a simple and easy-to-use interface for building web applications. It is built on top of the Werkzeug WSGI library and…
Here’s a simple guide for password-based authentication, based on the WeeChat quick-start guide. If you haven’t already set up your connection to irc.bist.be, use this command: When you connect via weechat…
Hey everyone, just wanted to share something I thought may be interesting for a few of you. If you don’t know, SteamGridDB is a wonderful site that hosts custom game assets. You…
I had backups of my virtual machines in *.vma format (uncompressed). If your backup is compressed, you first need to uncompress it to get the vma-file. vma is a special…