• 0 Posts
  • 20 Comments
Joined 1 month ago
cake
Cake day: March 2nd, 2025

help-circle


  • Im not even gonna try to learn music creation again, just assuming ableton and flstudio would both be issues.

    I understand that more conventional software is proprietary and not released natively for Linux, but it seems unfortunate yo me to let proprietary software stop you from making art. Ive got friends who produce music exclusively on Linux machines using qtractor, which is free and open source, so there’s no need to crack it. I can’t speak for the rest of the tools you mentioned but maybe it would just be worth exploring some of the Foss options to see what you can do with them? I haven’t bothered cracking software since I made the move over to Linux because I just haven’t found any piece of my workflows that actually depends on non-foss software. Turns out tools developed by the communities that use them rather than corporate entities typically turn out to be pretty good.















  • I had that problem when i first started using jellyfin- I would have to give my users some sort of default login which I couldn’t trust them to actually go and change within jellyfin. And then when someone forgot their password, they’d have to ask me to manually reset their password, and until then they couldn’t use their account.

    My solution was to use the jellyfin LDAP auth plugin with an lldap docker container, so once I set up my users’ accounts, they have to do the password reset process themselves to initially set their password, and the only info I need from them is their preferred username and email address. Makes sure they’re familiar with the password reset process as well, and now if I get any questions/support requests related to passwords, I can simply direct them to the lldap password reset page.

    It also makes it much easier to offer extra services such as mastodon and NextCloud which support LDAP, so users can manage their logins on all platforms from a central place.