Superiority brings controversy
Superiority brings controversy
I don’t have a printer.
I don’t like open ports.
Decides to remove CUPS.
“apt list -i cups”
There are like 7 CUPS packages and dependencies.
for each package “apt remove cups --simulate”
Get to package 6 and decide ‘Ok. No major issues, looks fine.’
For the first 6 packages “sudo apt remove CUPS”
On 7th …
Removing cups-pk or some shit… Removing mint-common… Removing cinnamon-desktop…
Oh, fuck
When I was new to Linux I broke EVERYTHING.
Often.
The more you break, the more you learn.
Nobody tells me I can’t modify this file.
Eg. I once accidentally chmodded the entire root directory. (Recursion incident)
Linux does not like when the root fs permissions are ALL changed.
I had no internet at the time.
Thankfully, I had a library card.
Learned a lot about permissions that month.
(I enjoy doing things the hard way)
I tried. It was so long ago now I can’t even remember. It was xubuntu, though.
But, I’m pretty sure I had to take it down to the local shop and get a copy of the iso. (This wasn’t the only time I absolutely borked my machine)
Nowadays, I backup everything. I image the partitions. I create a separate partition for home. And I know what to never touch.
Agreed, backups are important. Before switching to NixOS (or image based OS like Fedora Silverblue) I made use of automatic btrfs snapshots. This makes these kinds of screw-ups simple to revert.
I’d like to say an overly optimistic chmod -R didn’t happen again but my old Nextcloud instance would like a word.
Thanks for reminding to do my backups again. I’ve recently build a server with enough storage so I’ll probably setup restic or borg. That means I can bring my external backup HDD over to my family as an offline/offsite backup.
I doubt bundling things together in some sort of pack would avoid every problem with python versions I could have. That doesn’t prevent a given python version from being marked as “end-of-life” and no longer receiving security patches.
Most software is produced and maintained for use solely by the company that produced it, and probably by people who are not experts in using python, so hiding the complexity that python versions and dependency versions are coupled seems like a bad idea, especially when one wants to limit the number of versions of the same software that is installed (and therefore re-use executable files to save disk and CPU usage and avoid accidentally using the wrong version of a program).
I have not interacted with flatpak in a professional environment, so I doubt I have been directly harmed by it. However, reducing the importance of quickly upgrading software after new versions are released is probably harmful overall: performing an upgrade will usually make development easier (so making it harder for me to pitch to managers that an upgrade should be done is harmful to my morale), and incentivizing having multiple versions of the same program accessible on the same system makes surprising problems more likely.
Meanwhile everyone can install Steam on Windows/Mac without issue.
Sounds like Linux is great…
Only the OGs will remember when Steam would sometimes rm -rf /* your system. https://github.com/ValveSoftware/steam-for-linux/issues/3671 [https://github.com/ValveSoftware/steam-for-linux/issues/3671] Template without text: https://img.ifunny.co/images/e31929a1a7bafa7e351e7b7cfaec531d12295fb3643ad444d75f2e979ccd657f_1.jpg [https://img.ifunny.co/images/e31929a1a7bafa7e351e7b7cfaec531d12295fb3643ad444d75f2e979ccd657f_1.jpg]
??? I have it installed just fine.
I remember a bug in a steam installer though, that would rm -rf everything your user had access to. Not exactly a linux problem, but it only affected Linux Steam users. theregister.com/…/scary_code_of_the_week_steam_cl…
Yes, but a lot of devices don’t support getting root access, or come with caveats from doing so (I remember at least on Sony devices in the past, doing so permanently erased the proprietary camera blobs which resulted in forever low quality pictures).
That being said, you can disable system apps in Android (with exceptions, can’t disable SystemUI obviously) which is about as good as deleting them. Since they’re on the system partition which is separate from the user data partition, it doesn’t actually grant you any usable free space anyways AFAIK.
I remember disabling the Keyboard app on my phone with root
After that, I was unable to log in to the phone due to the inability to enter a password
I had to restore it from the phones BIOS
Very old internet joke.
Yes, it's copied to ram. Which is also the reason you don't need to stop programs while live updating them.
The new version is only again copied from disk, when you start it at a later time.