• 0 Posts
  • 679 Comments
Joined 3 years ago
cake
Cake day: June 9th, 2023

help-circle
  • Do not go for server hardware, used consumer hardware is good enough for you use cases. Basically any machine from the last 5-10 yeare is powerfull enough to handle the load.

    Most difficult decision is on the GPU or transcoding hardware for your jellyfin. Do you want to be power efficient? Then go with a modern but low end intel CPU there you got quicksync as transcoding engine. If not, i would go for a low end NVIDIA GPU like the 1050ti or a newer one, and for example an old AMD CPU like the 3600.

    For storage, also depends on budged. Having a backup of your data is much more important then having redundancy. You do not need to backup your media, but everything that is important to you,lime the photos in immich etc.

    I would go SSD since you do not need much storage, a seperate 500 GB drive for your OS and a 4 TB one for the data. This is much more compact and reduces power consumption, and especially for read heavy applications much more durable and faster inoperation, less noise etc.

    Ofc, HDDs are good enough for your usecase and cheaper (factor 2.5-3x cheaper here) .

    Probably 8-16 GB RAM would be more then enough.

    For any local redundancy or RAID i would always go ZFS.


  • Thats the only (sane without tons of work) way how you can have a rolling release distro without the need to compile everything yourself, everytime. Dependency issues will occure when glibc gets updated (or any other library) and you only update some programms but not all, its possible that those programms work or not.



  • So, when you activate simple versioning, and keep the last 20 Versions, then an error occurs (or malicious actor) and overrides the file 20 times. Then the simple versioning is gone.

    Yes with the correct setup you could probably backup via syncthing BUT no one in the comments ellaboborated and mostly just says “i sync to multiple devices via syncthing”


  • ShortN0te@lemmy.mltoPrivacy@lemmy.mlHow do you backup you'r KeePass database
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    edit-2
    14 hours ago

    I am shocked how many ppl think synchronization like syncthing act as a backup.

    No synchronisation is not a backup. If you accidentally delete the database and it syncs across all devices then the database is gone. If something is broken and overrides multiple times then the history if it is enabled is also gone.

    Pls use proper backup methods to backup your database.

    Edit: I sync my database also with syncthing across devices. But to back it up i have on multiple clients system backups running that include the database.








  • LUKS may not make your server meaningfully more secure. Anyone who can snapshot your server while it’s running or modify your unencrypted kernel or initrd files before you next unlock the server will be able to access your files.

    This is a little oversimplified. Hardware vendors have done a lot of work in the last 10-20 years to make it hard to impossible to obtain data this way. AMD-SEV for example.

    There are other more realistic attacks like simply etrackt the ssh server signature and MITM the ssh connection and extract the LUKS password.







  • ShortN0te@lemmy.mltoPrivacy@lemmy.mlOpen Source Cloud Storage
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    16 days ago

    It is less intuitive to set up, but it is extremely lightweight and very fast. That is the one I recommend.

    I highly question the decision process to only include the lightweight and speed. There are much more important criterias to consider, like for example stability, maintainability, support etc.

    I do not need yet another service that gets abonded 1-2 years after launch or goes subscription only etc.


  • While lots of ppl will hate on Nextcloud, its pretty good. When you do the setup right, with cache and so on set up it’s fast and serves its purpose not only as cloud storage but as a collaboration platform where you can edit files with other ppl and much more.

    If you only want a simple Web App to up and download files there are probably other solutions for that.