SayCyberOnceMore

  • 18 Posts
  • 710 Comments
Joined 3 年前
cake
Cake day: 2023年6月17日

help-circle











  • I built my own NAS from Arch (btw) and wanted to just install standard packages and use standard tools (ie gparted, clonezilla, etc).

    I’ve got btrfs RAID5 running fine.

    Had loads of power outages (we had water meeting electrics) and have no problems at all.

    Of course, RAID is not a backup, so all my important stuff is on Hetzner too.

    I don’t really follow the ZFS news, but I understand that resizing / adding new drives is / was a problem, plus, back when I built this, I would’ve needed kernel patching… there’s a higher chance of those causing a problem - for my use case - than btrfs, so if you’re like me, just crack on and enjoy the easy life.






  • Get an SSH tunnel working first.

    That’ll find all the problems poking holes through home routers, dynamic public IPs, etc.

    Once you’ve got that part running, then you can look at VNC or… and hear me out… I just run the X11 apps remotely. So I’m opening their apps on my laptop, changing the config for their session and it’s done.

    I reconfigured Thunderbird that way when we moved email providers foe the family’s email.

    No need for VNC to transmit all their screen when just the app is needed 😉




  • It’s not about AV. It’s about vulnerabilities.

    AV just uses (often multiple) vulns to do something, and with closed-source systems you can’t fix it yourself, so you need an application to do it for you.

    AV is a block-list approach… always needs updating, even for things you don’t have. Linux can operate with allow-lists, so only the apps you have can execute.

    Plus firewalls (outbound as well as inbound), SSH, secure package repos, etc.

    You don’t need AV, but, you can have it if you want it (maybe file-less memoey resident stuff)

    But, yeah, that other post was just mayhem.