Author: jcianci12
-

Scrape a website for suburbs using Beautiful Soup and python
Sometimes you just need a list. No html, no formatting etc, and you need it quick. Here is a quick project to get a list of suburbs from…
-
[Solved] how to reset the TOTP secret when locked out of Guacamole
For reference, im using the abesnier/guacamole image.
-
Building a Dockerized C# Email Tester: A Step-by-Step Guide π§π³π¨βπ»
As developers, we often need to test email functionality in our applications. But how can we do that efficiently, especially when working with Docker containers? In this tutorial,…
-
Ali Express ‘System is Busy’
Is anyone else getting this error? Leave a comment if you are!
-
[Solved] Adding SPM01-D2TW to home assistant. (Wifi version)
There seemed to many articles online for adding the ZigBee version, but not the WIFI one, so here it it! Prerequisites: Home assistant, with HACS (there are plenty…
-
Authentik [Solved] {“detail”: “Request denied due to expired/invalid license.”, “code”: “denied_license”}
The issue is described here: https://github.com/goauthentik/authentik/issues/9051#issuecomment-2051505073 In short: The issue was caused by a bug in 2024.2.1 which was fixed in 2024.2.2, but incorrect values could be cached…
-
Creating a component and adding it to an existing module.
Sometimes when creating a component, we want it to exist under a module to keep things structured and so that our app module doesn’t get huge. It can…
-

Removing Files from Git Source Control: A Quick Guide
Introduction When working with Git, you might encounter situations where you need to remove a file or folder from source control. Whether itβs a temporary build artifact or…
-

Addressing web deploy issues
When configuring new web deploys, often one can run into strange issues, and sometimes there isn’t much feedback given. In most cases I have found following these two…
-
HELP! Hosting .netcore https site inside docker container.
Im currently running a dev container for my .net core project. After following the directions found here: I can get my site working, so for if example I…