• 0 Posts
  • 262 Comments
Joined 1 year ago
cake
Cake day: November 14th, 2023

help-circle



  • It’s never work in the US because holding private companies accountable for how they spend public money and maintaining well regulated competitive markets is communism or something

    It did work in the US for many years. During the 90’s the Internet was regulated like that. Phone lines, t1’s etc were infrastructure that the ilec was required to provide at the same cost to isps they used internally to sell service to consumers.

    Then Bush came in and ruled that fiber and cable were immune from those common carrier laws.



  • In real world software systems, you need to handle monitoring and alerting.

    That’s one example of your particular programming job. Many real world software systems do not require handling monitoring and alerting especially not using statistics, rolling averages, etc.

    For example, I once wrote the encryption code used on smart card chips. Writing statistics for smart card card transactions would be someone else’s job. Same with the modem code I wrote for a product.


  • As others gave said, the solution is a VM but once setup correctly, you won’t notice.

    If Windows is your primary computer, install HyperV, the built in VM manager for Windows. Then create a Linux VM for your NAS.

    Once setup, you won’t even notice. HyperV auto saves and reloads the VM whenever you reboot. You don’t even need a window open for the VM, it runs in the background until you run the manager to connect to the VM and see it in a window.

    If Linux is your primary OS, do the reverse and put Windows in a Linux VM.

    Don’t hassle with Proxmox, etc. That’s for running lots of VM’s and toggling between them.


  • Blue_Morpho@lemmy.world
    cake
    toSelfhosted@lemmy.worldHelp me harden my home server
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    3
    ·
    10 days ago

    You might want to consider that backups only protect very old data from ransomware.

    Ransomware works by getting on a machine and sitting for several months before activating. During that time, your data is encrypted but you don’t know because when you open a file, your computer decrypts it and shows you what you expect to see. So your backups are working but are saving files that will be lost once the ransom ware activates.

    The only solution is to frequently manually verify the backup from a known safe computer. Years ago I looked for something to automate this but didn’t find it. (Something like a raspberry pi with no Internet that can only see the PC it’s testing, compares a known file, then touches the file so it gets backed up again.)