• 2 Posts
  • 304 Comments
Joined 2 years ago
cake
Cake day: August 8th, 2023

help-circle





  • 4am@lemm.eetoSelfhosted@lemmy.worldTrueNAS Scale, hard disks, and pools
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    2 months ago

    If you shut down the computer gracefully first before you power the disks off it should be ok more often than not, but you really should try to have everything on the same system so this can all be coordinated by the OS and the hardware.

    As others have said, avoid powering the disks off before the OS has had a chance to shut down or your disks will NOT be in a recoverable state when everything comes back online.

    I’m not even sure the setup you are describing would benefit at all from a different storage method, even “regular” writes could be in memory or controller buffers. External drives are not meant to have their power cut.


  • Don’t worry, pretty soon they will just block password managers from autofilling fields on their login page so that you HAVE to remember your password! Then you’ll be happy it can’t be that long, you can only fit so much on a post-it note on the side of your monitor

    /s

    EDIT: I think there should be a law against blocking password managers for filling in fields. Any brute force bots are going to submit HTTP requests directly anyway; no one is hitting the DOM to do that



  • 4am@lemm.eetomemes@lemmy.worldEvery day...
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 months ago

    I never auto-delete automated crap. Mark as read and stick it in a folder outside Inbox. Leave it alone until retention policy auto-deletes it.

    They’ll know you received it either way. If they want to flood you with useless crap that you could just as easily ad-hoc if you actually needed it, make them pay to store it.

    Just don’t be like my customers who auto-bin emails that come from our fucking ticketing system, are created by a human, and are asking for specifics on their request.




  • The problem now is living with someone who doesn’t do this and then you expect it to be balanced because you take the time and effort to be precise as a show of appreciation for the others around you so they don’t befall the same fate that YOU now must suffer as you discover the eggs are now unbalanced and they spill all over the floor, because they didn’t happen to hyper focus these exact thoughts and how could they be so inconsiderate after you put in so much effort to focus on this to prevent this exact situation

    Bro life is too exhausting wtf







  • I had a double NAT setup like that. Run a firewall like OPNSense as a Proxmox VM, and give it a WAN interface on the ISP router’s IP range; then run everything else on a different subnet, using OPNSense as the gateway. On the ISP router, put OPNSense’s WAN IP in the DMZ. Then, do all your hardening using OPNSense’s firewall rules. Bonus points for setting up a VLAN on a physical switch to isolate the connection.

    The ISP router will send everything to OPNSense’s WAN IP, and it will basically bypass the whole double NAT situation.