Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ST
ShortN0te @lemmy.ml
Posts 0
Comments 465
Can a VPN read my traffic to know what I'm doing?
  • Basically everything online can be done encrypted. bittorrent has had support for encryption for years. There are other challenges like hiding from DPI and the thing that you broadcast your torrent IP but the content can be securely emcrypted.

  • Migrating from Transmission to qBittorrent. I had 900TB uploaded over nearly four years!
  • Surprised Transmission has issues seeding that many, thought Transmission 4.x made improvements in that area. How much RAM does your system have? Maybe at some point you just need more system resources to handle the load.

    PS - For what it's worth you can still stick with Transmission and/or other torrent clients & just spread the torrents among multiple torrent client instances. e.g. run multiple Transmission instances with each seeding 1000 or whatever amount of torrents works for you.

    Those are duck tape solutions. Why use them when there is a good solution

  • How do you use only ipv6 server?
  • There are tunnel protocols like 6to4, 6RD and so on to allow you to get an IPv6 connection tunneled to you. Various routers do support it.

    Another option is to ask your ISP if he will supply a IPv6 subnet to you.

  • Unauthenticated RCE Flaw With CVSS 9.9 Rating For Linux Systems Affects CUPS
  • Yep. Also claimed "it affects all GNU/Linux" while it only really does CUPS and so on.

    Just alone full disclosure is a shit thing to do. Do not even mention the part where it was intended as a responsible disclosure.

  • What's up with still no Linux on snapdragon laptops? Is qualcomm not supporting it?
  • Qualcomm did work together with Microsoft and the Vendors closely together before the launch to create those devices.

    Linux device vendors probably did not get the same treatment. So give it time. Also, why not buy a windows laptop and put linux on it?

  • I tried to selfhost Nextcloud at work
  • You can disable the web updater in the config which is the default when deploying via docker. The only time i had a mismatch is when i migrated from a nativ debian installation to a docker one and fucked up some permissions. And that was during tinkering while migrating it. Its solid for me ever since.

    Again, there is no official nextcloud auto updater, OP chose to use an auto updater which bricked OPs setup (a plugin was disabled).

  • I tried to selfhost Nextcloud at work
  • Docker is kind of a giant mess in my experience. The trick to it is creating backup plans to recover your data when it fails.

    Thats the trick for any production service. Especially when you do an update.

  • I tried to selfhost Nextcloud at work
  • They're releasing a new version every two month or so and dropping them rapidly from support, pinning it with a tag means that in 12 months the install would be exploitable.

    The lifecycle can be found with a single online search. Here https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule

    Releases are maintained for roughly a year.

    Set yourself a notification if you forget it otherwise.

  • I tried to selfhost Nextcloud at work
  • What are you talking about? If you are not manual (or by something like watchtower) pull the newest image it will not update by itself.

    I have never seen an auto-update feature by nextcloud itself, can you pls link to it?

  • I tried to selfhost Nextcloud at work
  • The docker image automatically updated the install to nextcloud 30, but the forms app requires nextcloud 29 or lower.

    Lol. Do not blame others for your incompetence. If you have automatically updates enabled then that is your fault when it breaks things. Just pin the major version with a tag like nextcloud:29 or something. Upgrading major versions automatically in production is a terrible decision.