Lettuce eat lettuce

Always eat your greens!

  • 10 Posts
  • 278 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.



  • Hearing from “both sides” and coming to some compromise/middle ground only works if the following is true:

    1. Both parties are acting in good faith.
    2. The viewpoints expressed are close enough that they don’t require a total departure from one’s current viewpoint.
    3. The disputed topic doesn’t have a obvious or clear correct answer.

    The problem is, at least in the US, none of these are true for right wingers and even many “centrists.”

    You cannot talk to somebody and try to find common ground if they don’t believe in statistical studies by government agencies, they don’t believe in scientific studies by major universities and research institutions, and don’t care about the rights and protections for minority groups.

    The older members of my family are almost all conservatives, MAGA supporters, and fundamentalist Christians.

    They genuinely believe that Evolution is a myth and the Earth was created 6000 years ago. They believe that illegal immigrants are invading this country and that Democrats are secretly allowing them to. They don’t believe humans have any effect on climate change. They don’t think Covid was anything more than a common cold that the government used as an excuse to try to control people. They don’t believe in vaccines.

    I find Lemmy to be very refreshing. I get news from a diverse collection of Leftists sources. Anarchists, statists, weak socialists like the AOC/Bernie types, government studies, independent guerrilla journalists, Communists, Mutualists, Marxists, etc.

    But I have no interest in further “diversifying” by adding right wing “sources.”

    Cookies can taste good with many different ingredients, but no cookie tastes good with horse poop.




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