• 0 Posts
  • 424 Comments
Joined 10 months ago
cake
Cake day: January 2nd, 2025

help-circle

  • As others have said, it’s probably overheating.

    That’s a mini, and likely doesn’t have any fans at all (or something perfunctory), so probably won’t handle being run at high cpu for more than a few minutes.

    I currently have a small-form-factor pc with the same issue - drive and general box temps were high (drive was 110f, continuous, within range but on the edge). It would randomly reboot.

    Replacing the paste on the cpu cooler helped a lot (no more random reboots), but adding a compressor-type fan dropped box temps (and more importantly drive temps), down to room temp.

    I think the best you may be able to do is add an external compressor fan with some duct tape.







  • 7zip is an archive format - creating an iso requires the raw files (unless you have 7zip installed in the VM to extract the zip file).

    All that is unnecessary though, just enable a shared folder via the VM software (I assume they all do it now, VMware has had this feature forever). This isn’t a network share, it’s a virtual network share that only exists within VMware for that specific VM, and by default it’s read only.

    Or put the files on a thumb drive, and connect that thumb drive to the VM.

    Or enable networking on the VM, copy the files in, then disable the network card in the VM.

    Getting the files in doesn’t require any special security, it’s when you’re executing the files that the VM needs to be isolated.





  • Onomatopoeia@lemmy.cafetoSelfhosted@lemmy.worldDNS server
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 months ago

    Ah, unbound has the root DNS servers hard coded. That’s a significant point.

    Any reason you couldn’t do the same with any other DNS server such as PiHole?

    I’m really trying to understand why I’d run two DNS servers in serial, instead of one. All this sounds like it’s just a different config that (in the case of unbound) has been built in - is there something else I’m missing that unbound does differently?

    Why couldn’t you just config the TLD’s as your upstream DNS in whatever local DNS server? Isn’t that what enterprises do?








  • Onomatopoeia@lemmy.cafetoSelfhosted@lemmy.worldDNS server
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    Cool, thanks for the clarification. This is good info to have in here in general.

    So unbound by default discovers other DNS servers, if I’m understanding that correctly. I’ve never used it, does it not use your ISP’s DNS by default, or does that depend on user config?

    What if your PiHole is configured to use other than your ISP’s DNS?