

Like 2 days ago I decided to try pop_os on my main again. Way better than September. Enough for me to be able to tolerate the quirks. But still bugs here and there to the point I wouldn’t recommend it to most users. Maybe by the end of the year
Like 2 days ago I decided to try pop_os on my main again. Way better than September. Enough for me to be able to tolerate the quirks. But still bugs here and there to the point I wouldn’t recommend it to most users. Maybe by the end of the year
What VPN? Haven’t seen that yet with Proton
I can see Bazzite keep growing from interest in streamlined console experience Linux gaming. Pop_OS probably won’t grow again until after Cosmic DE is better. It’s not so bad now but still a number of annoyances and bugs. Once it’s stable it can contend better again as a gaming and general consumer centric distro. Mint is solid so no surprises that it can quietly grow
After roe vs Wade and another 4 years of Republicans getting the chance to replace the old Republican appointees and maybe Sotomayor kicking the bucket, I wouldn’t be surprised if the SC did enable some future bans in the next couple of decades
I’m not expert in sed or awk. I always have to Google. For me though, it’s generally that you can do a great deal in just one line of awk or sed. They’re standard on any Linux distribution I’ve ever used. When building out pipelines, scripts that you want run from an installer you built post install and when removing, sed and awk rather than needing python.
All really nice when you have strict configuration management and versioning and there’s something deployed but it doesn’t have the python packages installed that would make it easy in python and you can’t just pip install it on hundreds+ of computers without going through a process of approval and building a new tagged version release but sed/awk/etc can do the job. If it’s hard enough, python and whatever packages you can install. If simple enough to do in a small bash script, no python just what’s standard in your Linux distro