• 0 Posts
  • 30 Comments
Joined 6 months ago
cake
Cake day: January 15th, 2025

help-circle
  • Same for me. I distro-hopped for about 20 years with OpenSuse, Ubuntu, Debian, Arch and Fedora being the most memorable desktop setups for me. While all that was a valuable experience, NixOS feels like graduation.

    For the Nix-curious: I wish someone would have told me not to bother with the classic config and build a flake-based system immediately. They’re “experimental” in name only, very stable and super useful in practice.


  • I totally understand where you’re coming from, and I’m pessimistic that any flavor of Linux will be an acceptable experience for the person you’re describing. Something like Silverblue may be least obstrusive, but compatibility will still be a prominent problem.

    Alternatively, you could show them surface level cool stuff that’s easier to do with Linux. Like blocking all ads, running your own Minecraft server, downloading YouTube videos, building your own PC with cheap parts (and maybe even pirating movies and TV shows, depending on your own practices and relationship to that person). There’s a lot to love about Linux even if you don’t care about privacy and open software as abstract values.


  • The way I usually start teaching using the console to my (very much non-tech) students is set up a safe container and then let them type whatever, invariably generating a lot of error messages. Then I challenge them to generate different error messages, “gotta catch em all” style. Then we talk about the error messages and what they might mean. After this exercise they usually get the basic idea of command – response, what to look out for and how to compose valid commands.




  • You can put together a media server and build a catalogue so you can watch movies and series offline. Maybe not a huge priority in that situation but definitely nice to have.

    Jellyfin is a good option for streaming from a media server to other devices. The *arr suite is an option for building the catalogue.




  • You can load bitmap images into Inkscape and manipulate them to a degree, but Gimp is much better at that. You can probably also load vector graphics (svg) into Gimp, but I’d assume they would be converted to bitmaps.

    Vector vs bitmap is a good topic to be familiar with for anyone who works with computers, I keep running into professionals who really should know the difference but don’t.












  • a14o@feddit.orgtoLinux@lemmy.mlEmail client for Linux
    link
    fedilink
    arrow-up
    11
    ·
    edit-2
    4 months ago

    Where indexing and searching mails is concerned, notmuch is the best I’ve seen. Do note that this is not an e-mail client, it only indexes, tags and searches (following the “UNIX philosophy” of doing one job well).

    I personally use it with neomutt as a mail user agent, which is almost certainly not what you want. Notmuch supports other clients but they’re all pretty arcane.

    So this is not a recommendation, just a glimpse into advanced e-mail setups I guess.