Lettuce eat lettuce

Always eat your greens!

  • 6 Posts
  • 240 Comments
Joined 2 years ago
cake
Cake day: July 12th, 2023

help-circle

  • Immutable distros are great for applications where you want uniformity for users and protections against users who are a little too curious for their own good.

    SteamOS is a perfect use case. You don’t want users easily running scripts on their Steam Decks to install god knows what and potentially wreck their systems, then come to Valve looking for a fix.

    Immutable distros solve that issue. Patches and updates for the OS roll out onto effectively identical systems, and if something does break, the update will fail instead of the system. So users will still have a fully functional Steam Deck.

    If you’re not very technical, or you aren’t a power user and packaged apps like Flatpaks are available for all your software, then go for it. I prefer to tinker under the hood with my computers, but I also understand and except the risk that creates.

    Immutable distros are a valuable part of a larger, vibrant Linux ecosystem IMO.


  • I’d give Nobara a try. I’ve been using it for about 2 years and it’s been pretty seamless. Already comes with a bunch of Linux gaming related software, like Steam, Lutris, Proton-up, etc.

    It also has a bunch of gaming performance patches automatically installed.

    If you’re not technically inclined at all and want a console style experience, Bazzite is probably your best bet.

    All that said, most mainstream distros will give you a fine gaming experience, you just might have to do some manual fiddling and installing yourself depending on the distro and the games you’re playing.





  • history | grep command you’re searching for

    That will return all commands you’ve typed that contain that keyword. Helps if you remember part of a command, but can’t remember the specific flags or the proper format.

    If there are common commands that you use over and over, turn them into a Bash script and name the script something descriptive.

    I do that for long commands that I don’t want to type out, like my whole system update workflow: sudo apt update -y && sudo apt upgrade -y && sudo flatpak update -y

    I saved that as a Bash script and called it “update.sh” then I saved it in my home directory. Now whenever I want to do a full system update, I just type ./update.sh and it asks me for my password, then updates my whole system without me having to do anything else. I do this with several different tasks like my remote Ansible server updates.

    Other than that, you can buy/make a linux command cheat sheet with the most common commands. Keep it with you or next to your computer. Look at it whenever you need a refresh.











  • Had basically the same exact scenario with my parents earlier this year.

    Installed Linux Mint with the default Cinnamon desktop, installed a “Windows” theme. Put icons on the desktop exactly where there old ones were, and never looked back.

    It’s been great for them, does everything they need and took minimal effort from me to set up.


  • It’s the ease if use. In Windows, you select an option called kiosk mode, select a user account or create one to use, then tell Windows what webpage/site URL to use for the locked down browser interface. Then you click go and that’s it.

    You have a locked down, reasonably secure single-use kiosk for your Company HR portal, in-house web app, or training portal, literally takes less than 5 minutes, and is so simple, I could walk a non-techie through the whole process easily over the phone.

    Things like cage are already more technical and tough to setup than that, by a large margin.

    It’s great if you need something more powerful, or you want a bunch of kiosks that you can roll out on a low power SBC. But for one-off basic kiosks that use a little mini-tower, Windows kiosk mode is pretty great.


  • Not something I use personally, but a super easy, #JustWorks kiosk mode.

    It’s the only thing I think Windows does better than Linux.

    Don’t get me wrong, you can turn Linux into a great kiosk device, but it takes a lot of technical labor.

    In the IT space, I often need to set up a basic kiosk device for HR portals, safety training stations, etc. In Windows, this takes 5 minutes tops.

    If I had the programming chops, it would be my #1 project to work on. Even if it only worked with a specific DE or distro, I would be alright with that, as long as it was as easy and quick to set up as Windows Kiosk mode.