• 0 Posts
  • 30 Comments
Joined 10 months ago
cake
Cake day: September 23rd, 2023

help-circle

  • Yeah I also have one of these I’ve used on linux for years, it’s always worked perfectly. Better than windows honestly since the one time I made the mistake of booting windows with it connected, windows found some driver that it automatically installed that instantly deleted all of my profiles so I had to go set them up again with piper. I didn’t like that very much, that was the last time I ever booted windows on one of my primary computers



  • I don’t get how people manage to spend so much time keeping arch running. I used it on my laptop for a few years and it just worked?? It was like the easiest to maintain distribution I’ve used other than immutable ones. The only real problems I ever had were accidentally interrupting pacman during a kernel update and not having a kernel, but that was always a like 2 minute fix







  • You definitely can install a graphical desktop on whichever BSD, you’ll just have to follow instructions online somewhere instead of running a premade script.

    If you want something really easy to use graphically right out of the box there’s also Haiku, it’s a completely independent OS that’s sort of an open source clone of BeOS but a lot more unixy than BeOS was. It’s really lightweight and has maybe my favorite desktop GUI out of every operating system I’ve used. The only real downside to it is that there isn’t an amazing web browser for it yet, the built in WebPositive is a little lacking in support for modern sites and GNOME Web, which you can install from HaikuDepot was a little unstable last time I tried it. If you don’t need to use the web a ton though (which is probably the more pleasant option on your particular system regardless of browser), it’s really nice.









  • I’ve always thought GUIs felt more like doing things by hand and CLIs felt more like having the computer do it for you. Like if you want to do some complicated task that requires multiple programs and lots of menus using a GUI, it’s easy the first time, but once you need to do it a second time you have to do it all over again by hand. But if you do it from the command line, while it might be harder the first time, subsequent times are zero effort because you can just run the exact same commands again from your history or combine them into one or a script to make it even easier.