Skip Navigation
  • Exactly. I don't use Omarchy, but I think it is good someone did a polished distro for a specific use case, and some web dev Windows users will surely find it more appealing than a generic distro where they need to figure out a lot of stuff from scratch.

  • To me it is hard to find the best apps in their directory as they don't have a good ranking system. The other sites that rank by GitHub stars do a pretty good job of surfacing what are the truly most popular and successful apps.

  • TLS is good *only' if you are also validating those certs. And that is what MariaDB 11.8 is now doing.

  • Selfhosted @lemmy.world

    Which open alternative apps list is the best?

  • Sysadmin @lemmy.world

    MariaDB 11.8's zero-configuration TLS requires no manual setup

    optimizedbyotto.com /post/zero-configuration-tls-mariadb-11.8/
  • Web Development @programming.dev

    MariaDB Cloud launched with "Serverless tier is free forever for experimenting and small development projects"

    mariadb.com /products/cloud/
  • Selfhosted @lemmy.world

    openalternative.co
  • Technology @lemmy.world

    openalternative.co
  • Technology @lemmy.ml

  • MariaDB / MySQL @programming.dev

    How to use new PARSEC password authentication method in MariaDB?

  • MariaDB / MySQL @lemmy.ml

    How to use new PARSEC password authentication method in MariaDB?

  • Selfhosted @lemmy.world

    18% of people running Nextcloud don't know what database they are using

  • MariaDB / MySQL @programming.dev

    Owning your data: The open source path with MariaDB - Nextcloud

    nextcloud.com /blog/owning-your-data-the-open-source-path-with-nextcloud-and-mariadb/
  • MariaDB / MySQL @lemmy.ml

    Nextcloud podcast: Owning your data - The open source path with MariaDB

    nextcloud.com /blog/owning-your-data-the-open-source-path-with-nextcloud-and-mariadb/
  • Linux @programming.dev

    Linux desktop going mainstream for web devs?

    omarchy.org
  • "Unicode as default character set" - finally, nice!

  • I am asking for general strategies, not for a solution to a specific case.

  • By UV 3000 you probably don't mean the ultraviolet lamp that is the first page of Google is full of when searching with this term..? I doubt UV - whatever it is - is a common approach.

  • What do you mean a default user? You can just run 'mariadb' to access to console with the same user that had permissions to run 'apt install'.

    For your actual application you need to plan what database name to use, what user, what permissions it needs, potentially remote connection and TLS etc. This indeed is some work and could perhaps be automated a bit, but it also needs sysadmin to make some decisions.

  • Yes, increasing the InnoDB buffer pool to use all available memory is the most important configuration change a sysadmin can do. But in order to do it, you need to know if the host is dedicated to one MariaDB instance or if there are multiple servers on the same host. Otherwise you would just have processes each hogging more memory when they can and not giving it up to others.

    I could think about having a dialog during the installation that asks something like "Is host dedicated to this MariaDB instance? If yes, automatically configure it to use most of the system RAM available."

  • MariaDB supports Galera clustering out-of-the-box, and also traditional primary/replica setups. But you need to have something that spans multiple hosts to monitor and manage it, and that is outside of what a single-host OS package management system can do.

  • You mean ollama? There are so many options, any favorites?

  • I just prefix all my git aliases with g-. So for status I type g-s<tab>.