Your cart is currently empty!
Category: Uncategorized
-
Here are the steps to mount a network drive permanently on a Linux system:
Step 1: Install the necessary packages You will need to install the cifs-utils package to mount a network drive on a Linux system. You can install it using the following command: Step 2: Create a mount point Create a mount point for the network drive. This will be the directory where the network drive will…
-
Backing Up Oracle Free Tier Machines: A DIY Solution
I have heard that Oracle sometimes blows its free tier machines away randomly, and I had left a backup solution too long. Sure, I backed up the boot volume in Oracle’s console, but this doesn’t include an easy way to pull those images down, so I needed to work something out for myself. I tried…
-
[Solved] Angular SocialX login showing even when user is authenticated.
I was adding third party authentication to my application, and I found a plugin which looked to solve the problem. Its located here and seems very popular: abacritt/angularx-social-login: Social login and authentication module for Angular 17 (github.com) Great! I set it up, and it worked! The only frustrating thing was that the plugin would show…
-
[Solved] Angular sub paths not working.
Make sure to wrap your app-root element with the body tag! For example:
-
Home assistant key configuration for image notifications
I put this together for those that are chasing a working config to get their camera to take a snapshot, and forward that snapshot through as a rich notification to android or IOS. Note that my phone sits on the same VPN as my home assistant instance, so the image URL will be accessible by…
-
Midea Modbus Info
-
[Solved] Image corruption when uploading files in .net core.
I had a real ‘Doh!’ moment today. I was having issues uploading images to an endpoint… after scratching my head and repeating the issue a few times, it came down to this line: Notice that the CopyToAsync is asyncronous, so it will not block the code. because I was not awaiting it, it runs to…
-
PyScheduler
Have you ever wanted to create a quick schedule, that avoids the common pitfalls of double booking, and overbooking? Here is a working concept that solves that problem. Features It has been a game changer in creating schedules. Feel free to try it out! https://pyscheduler.tekonline.com.au
-
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 the Brisbane City Council page located here: https://www.brisbane.qld.gov.au/about-council/council-information-and-rates/brisbane-suburbs Of course, you are first going to need to install python, then your dependencies. I use pip to install…
-
[Solved] how to reset the TOTP secret when locked out of Guacamole
For reference, im using the abesnier/guacamole image.