• 1 Post
  • 36 Comments
Joined 2 months ago
cake
Cake day: September 25th, 2025

help-circle


  • UNY0N@lemmy.wtfOPtoLinux@lemmy.worldLinux Antivirus?
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    1 day ago

    Thanks, very detailed answer. I’ll check out the lenspec option, that seems like a nice addition, especially when adding older windows programs from questionable sources, which is something that won’t happen often, but may be necessary.








  • The other comments here are far more detailed than mine, and the posters are undoubtedly more experienced than I.

    But my two cents: bazzite is the way to go.

    It’s unbreakable, gaming-focused, and easy to install and work with. I used to run ubuntu, then arch, and I have been using bazzite for over two years now. Arch was amazing for tinkering any learning about how Linux works, but bazzite just works, and runs smooth.

    The only issue I’ve had are small ones with non-standard hardware drivers. I rencently bought a gigabyte gaming laptop, and some of the hotkeys don’t work (like screen brightness +/-) out of the box. Also openRGB didn’t find the drivers it needs/expects to control the RGB keyboard.

    Since bazzite is atomic, installing additional drivers for such stuff is more complicated, I haven’t even had time to look into it yet. On other distros this would be easier, for example I bet that on arch it would be simple. But arch can break if you don’t know what sou are doing, bazzite can’t really get into an unbootable state unless you try really hard to do so. So it is a tradeoff. Again, others here are much note knowledgeable than I, just wanted to share my experience.





  • OpenSCAD is a great program, but it’s not like blender or fusion 360. the input is a text file, and you need to describe the object you want to model as geometrical shapes in text. It also only renders when you tell it to, not constantly.

    But if you are willing to dive into it, you can get great results. There are libraries available for threads and gears and curbed shapes and such.

    It does take some getting used to, even more so if you have never done any programing, but it’s FOSS and can create the same output as the graphical-menu counterparts.

    Edit: I had originally posted a link to some stl files I made, but my read name is on there so I removed it.


  • I currently use bazzite, but I learned more about Linux by installing arch from scratch than anything else I’ve ever done with my PC. It was a beautiful experience and I will never forget it.

    I recently got a new laptop, and I’m considering installing arch again on the old one again to have a system available that is less restrictive. I’d probably use an installer this time around…but maybe not.





  • For me the most important aspects of terminal commands is that (1) you are forced to learn how your OS really works and (2) the terminal will always be able to do things that your GUI isn’t programmed to do.

    For example, I use brew commands to install brew packages on bazzite because there is no GUI frontend available. I also use it to start ollama LLMs on my machine even though there is a GUI frontend available, because I don’t need a frontend for two commands.