• 1 Post
  • 145 Comments
Joined 1 year ago
cake
Cake day: November 14th, 2023

help-circle



  • Hikvision has a $34 4 mp turret camera that outperforms the $130 2 MP Ubiquity in both dark and brightly lit environments. You can get them with color night vision or IR. Feature wise you can use them stand alone: you connect and control them with a web browser. You don’t need to buy anything else. They have built in motion detection and will save to a microsd card. I use an NVR, but it’s nice to have that feature if you are just getting started.

    Same with Dahau. I like Hikvision for its web UI. But as I’ve already said, I don’t trust them and block their Mac/IP at the router. Ideally you want them on their own vlan.





  • Anything that supports ONVIF. I like Hikvision for their quality, price, and web interface for setup. But don’t trust any IP camera. Make sure the Mac and or IP address is blocked at your router.

    There are different night visions to pick from. There’s ir night vision and white led lit night vision. I prefer ir night vision because I don’t want visible led lights on all night. You get a better picture at night although its black and white.

    However many color night vision cameras do really well without any light source at all. I tried both and it’s more of a preference so I can’t say which one will work for you.




  • 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.




  • 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.)