• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: July 11th, 2023

help-circle




  • my solution to this is to only deal with the UPS in proxmox. it shuts down everything if the battery goes below a certain level.

    I think you can configure nut to run a few scripts when something changes around the UPS. you could have a script that sends an alert through ntfy, and/or the web services that you want to use for this, but I’m not familiar with the notification system of nextcloud and truenas








  • WhyJiffie@sh.itjust.workstolinuxmemes@lemmy.worldTerminating a process
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    edit-2
    18 days ago

    on windows a process can get in a state so that it is impossible to make it go away, even with process explorer or process hacker. mostly this also involves the bugged software becoming unusable.

    I encounter such a situation from time to time. one way it could happen is if the USB controller has got in an invalid state, which one of my pendrives can semi-reliably reproduce. when that happens, any process attempting to deal with that device or its FS, even the built-in program to remove the drive letter, will stop working and hang as an unkillable process.









  • Headless often means software that has no graphical interface, and can run in the background. These are usually server software, or something that can run as a server.

    The headless build of Factorio is just the multiplayer server, so you can’t play with it, but you can run it so that you and your friends can connect and play on the same same file.
    The normal build can host the server too, afaik that too allows to be started with a CLI command, but the headless version is probably more efficient when you don’t need the GUI.