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/)AT
Posts
1
Comments
473
Joined
2 yr. ago

  • I've been using Linux (and UNIX) professionally since the kernel version started with a "1." I have no need to try to prove anything to you. Linux has installers other than just those invoked by a package manager, and it is laughable that you claim otherwise.

  • I got to heckle the Westboro Baptist Church who were protesting at Obama's first inauguration. They made the mistake of impeding VIP traffic and the Capitol Police rounded them all up. Good times.

    I won't repeat their chants here, though, given the content.

  • I would love to hang up without a goodbye, but then people are just going to call me back because they'll think the call dropped. After a couple of those awkward interactions, I would quickly switch back to some sort of affirmative close to the call.

  • re: your edit, I thought lemmygrad was created as literally the politics forum for lemmy.ml (which is the instance run by lemmy devs)? that's my understanding from reading comments, though no special knowledge of the situation. It seems like most of the tankie takes I see are from lemmy.ml users now that lemmygrad.ml is defederated from lemmy.world.

  • it quickly becomes a dick measuring contest and shunning people for using different things. It becomes very black/white views, and have some crazy out of touch takes

    In other words, it's just like literally every online community in the history of the Internet. When Sir TimBL created the first web page, people probably used it to bitch about how everyone else was doing it wrong.

  • It's a privacy oriented fork of Firefox. Removes telemetry, pocket button, sync to cloud, etc.

    https://librewolf.net/

    This project is a custom and independent version of Firefox, with the primary goals of privacy, security and user freedom.

    LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. This is achieved through our privacy and security oriented settings and patches. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM.

  • Most guides are for the initial setup, so if you are not starting from scratch, YMMV.

    This is the one that put me on the right track, but it's for older version of Ubuntu, so it's not exact step-by-step because it's old.

    https://bayton.org/docs/nextcloud/installing-nextcloud-on-ubuntu-16-04-lts-with-redis-apcu-ssl-apache/

    A more updated guide to the same basic setup, but i've never used it so I can't vouch for whether it is accurate:

    https://www.knthost.com/nextcloud/nextcloud-memory-caching-with-apcu-and-redis

    (edit: I just checked and it is accurate, but it just hand-waves away the redis setup. which is not insignificant)


    Here is the NC docs page.

    https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html

    Note: If you are short on RAM or want the simpler version for home/lan use, you can just set up APCu and get a decent performance boost. I got better performance with both: APCu for file locking along with redis for memcaching. But setting up both will be a bit more complicated to setup and maintain.


    Six months ago, I was exactly where you are, but updating host OS, then updating Nextcloud to 27, and setting up memcaching worked great for me. Get everything updated before doing the setup, though, or you'll break shit and have to troubleshoot.

  • It can be slow out of the box, but if you set up locking/memcaching (I use APCu+redis), it's way faster.

    I get not wanting to mess with it though. I was at that point until I got more free time. Now I have mine running smoothly, but I had to put in maybe 10 hours to iron out all the things, although that includes upgrading the host OS because it had gotten old. If I had a full time job, I'd probably just pay for a fully hosted NC.