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,…
Posts published in “Tech”
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…
If you need to parse json data – extract it to a value in Node Red. You can use the following code in a function. Create a variable value and…
Full guide to install JDBC connector for Java. You start by installing the right Database Driver for JDBC mysql-connector. Once it’s is installed, open your java IDE in this case…
When you are away from home you might need to have access to your home network, to get files from your NAS for example. Or when you are on a…