• 0 Posts
  • 33 Comments
Joined 28 days ago
cake
Cake day: March 2nd, 2025

help-circle
  • pogmommy@lemmy.mltolinuxmemes@lemmy.worldVentoy my beloved.
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 hours ago

    I’ve worked in IT my whole career and if someone wants me yo install Linux on their machine, or has questions about bash scripting, I’m dropping whatever I’m doing to help them.

    How else are my friends and family supposed to teach each other it nobody teaches them? Not everyone was as lucky as I was to be encouraged to pursue tech, that doesn’t mean they don’t deserve the same privacy and options that I benefit from.


  • 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.









  • You don’t have to host a website. Just make software that works like the website and runs locally.

    No offense, but you were told about handbrake, a tool that goes out of its way to offer a cross-platform GUI and complained about it not immediately working- with no elaboration.

    We learn to write before we learn to navigate computer systems- the command line is only scary because digital illiteracy is taught to us the second we are presented with the windows/macos login screen. It truly does not get simpler than telling a computer convert image.pdf image.jpg.

    These tools are daunting, yes, and it’s not your fault that everyone is taught that computers are magic boxes we have no real control over, but the hours you spend in a command line are just like the hours you spend learning to sew, or play an instrument. Nobody starts with every manpage seared into their brain, but if you’re able to look up a sketchy website that may well give you malware, you have the tools needed to learn this valuable skill.











  • 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.