Author: jcianci12
-
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…
-
[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:…
-
Why docker wont start. Adding a User to the Docker Users Group: A Step-by-Step Guide
As a Docker user on Windows, you may have encountered an issue where you start it and nothing happens. This is because Docker requires the user to be…
-
Web.config transforms and git. Ending the frustration.
In the world of MVC projects, managing web.config transformations can often be a tricky task, especially when working with source control systems like Git. A common issue that developers face…
-
[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…
-
[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…
-
![[Solved] Extremely slow upload speed on pfsense running under Hyper-V](https://www.tekonline.com.au/wp-content/uploads/2024/06/thumbnail.jpg)
[Solved] Extremely slow upload speed on pfsense running under Hyper-V
Hey there, folks! I’ve been dealing with a bit of a speed bump in my home network setup. After some troubleshooting, I discovered that the issue was caused…
-
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.…