• 2 Posts
  • 37 Comments
Joined 2 months ago
cake
Cake day: February 8th, 2025

help-circle









  • Think of them as a simplified mimic to the windows file system, they create this fake C: drive & user directory with basic windows paths (user, app data, program files, etc) an you can choose what firmware gets installed to prefixes (like .Net frameworks) an all this is how people can run .exe executables on Linux.

    When you run wine ./something.exe a prefix is automatically created and the application uses that prefix to make it think it’s using the windows fs.



  • This was maybe 2-3ish years ago;

    I started with a raspberry pi 4 bundle from Amazon, played around with the Linux filesystem, bash shell, APT package manager and just kept reinstalling the headless Debian 12 OS if I believed to have bricked it beyond repair.

    Eventually learned about the Docker Engine & Docker Compose and that essentially gave access to a plethora of software I would’ve have never have used before.

    The raspberry pi 4 started to show sluggishness as I started piling more and more services on it so, Instead of buying traditional server grade hardware I liked the small form factor of the Pi so I opted for a 13th gen Asus Nuc with an 12 core i7.

    Everything runs beautifully now and I even run Debian 12 on my desktop as well!







  • I think something else may be wrong if it breaks for 20 minutes.

    When I originally setup my PiHole many, many, many months ago when I was still learning the Docker engine I had little to no issue.

    I don’t know what caused it either being a power-outage or network loss but ever since I’ve been experiencing DNS related issues (I suspect it’s NTP not syncing), some days I’ll wake up before work realizing “oh shit I have no internet access” frantically trying to fix the issue.

    I think i might take the advice of other commenters here and host two PiHole servers on separate devices/stacks, just got to hope my router supports it.



  • I could be wrong but I feel like I’ve seen

    AE_AML_INVALID_RESOURCE_TYPE

    Before,

    Now take what I say with a grain of salt because in my experience 9 times out of 10 drives not mounting properly stop the system from booting, if you have multiple drives connected to your pc that automatically mount and you’re familiar with your /etc/fstab I would suggest disabling auto-mount to any drive that isn’t your boot drive and try again.