If you like old school turn based strategy games, it’s awesome. Beautiful pixel art, great UI, great gameplay.
Always eat your greens!
If you like old school turn based strategy games, it’s awesome. Beautiful pixel art, great UI, great gameplay.
Hearing from “both sides” and coming to some compromise/middle ground only works if the following is true:
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.
Glad I’ve never used it.
…You are considering abandoning Libre Office because it doesn’t auto-capitalize after line breaks?
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.
tmux - makes managing remote SSH sessions a breeze.
tomb - A little FOSS encryption utility that runs in the CLI. Easy, cute, effective. Tomb Utility
Default terminal -> Kitty
I’ve really been enjoying Fish on my personal laptop.
No rivalry, both projects serve a different crowd with different use cases and preferences. Some people like both, some people like neither, that’s the beauty of Linux and FOSS, there’s something for everyone.
Chips Challenge for Windows, Sim City 3000, Age of Empires 2, Super Mario Bros. 3, Command & Conquer Red Alert 2 (Technically not pre-2000 because it was released in 2000.)
Love this one, very peaceful but eerie vibe.
Filthy, janky, lovely! Merry Christmas and happy holidays you stinky lil’ penguin! 🎄🎉🎁☃️❄️
I love it. I run Mint on my business laptop and my personal laptop, it’s so solid. And Cinnamon has been the most stable desktop environment I’ve ever used.
Linux Mint. I’m a pretty hardcore Linux person, used a dozen different distros, Mint is by far the closest I’ve experienced to #JustWorks.
It’s reliable and simple enough that earlier this year I switched my tech-illiterate parents from Windows to Mint. Works great for them so far.
The penguin is merciful.
In the same spirit, yeah. It has a pretty active community from what I’ve heard.
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.
Beautiful.
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.
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.