Author: jcianci12
-
Converting B6T images to ISO images.
I downloaded some old abandoned software the other day, and one of the disk images was in the b6t format. I had no idea what that format was,…
-
Getting Plex Up and Running with a Windows Share on Ubuntu
Okay, so my Portainer container was up… First port of call, get Plex up! My Plex media is actually stored on a Windows share. Here’s how I got…
-
From Scratch to Dev Ready: Setting up a New Ubuntu Server with VSCode
My trusty Ubuntu server has been running for a few years now, and it was a guinea pig for all my crazy ideas and lack of experience, so…
-
Drive Space Cheat Sheet for Linux/Ubuntu Machines
I find myself forgetting syntax when it comes to checking drive space and freeing space, here is a handy cheat sheet you hopefully will find handy for finding…
-
Why is my vm with docker running out of space?
I recently ran into a frustrating “No space left on device” error on my VM. The culprit? Unused Docker images, containers, and volumes. Here’s a quick solution to…
-
[Updated] Using EF migrations with multi project solutions.
When using ef migrations with an existing project, I found that that entity framework could not get a configuration, so therefore it could not get connection string etc.…
-
If you are running docker for windows, and your running out of space. Try looking at {{your user folder}}\AppData\Local\Docker\log\host
I was having a big issue with my drive filling up. Turns out docker was pumping logs out. Ill keep an eye on things to see if this…
-
Resolving Common Issues with Code First Migrations in ASP.NET Core
I was working on a multi project solution and needed to do some code first migrations. It had been a while since I had done migrations and when…
-
Resolving EF Migration Errors with a Separate Database Project
As developers, we’ve all been there – stuck on a seemingly insurmountable error, with no clear solution in sight. Recently, I encountered an issue while trying to run…
-
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…