I’m amazed Windows is allowed to pull some of it’s shit, but the US doesn’t seem real keen on anti monopoly anything anymore.
You really can’t uninstall edge in Windows? I knew that was a thing with IE back in the day.
You can uninstall the newest version of edge in Windows. The newer edge is chromium based and it seems you can remove it now. However the previous version of edge that was built into windows could not be removed with traditional methods.
You can’t uninstall edge without breaking things such as start menu search, widgets, bing AI, The upcoming co-pilot, and a lot more. I’ve personally been battling for people by creating MSEdgeRedirect, but there’s been two to three attempts to break the project so far.
I should have mentioned I was talking specifically about Windows 10 LTSC version. I have that on one machine only for my fiancée to use, I was definitely able to uninstall edge on that so that Firefox would be the only option.
LTSC 2019 comes without Edge, only IE. 2021, yes, that one comes with Edge, but you can remove it permanently from the system.
This kind of thing is a huge part of why I fell in love with Linux so long ago.
Customizing your system to the point that no one else can use it?
lol, no. Being able to do what I want with it is what I have appreciated. It’s like having a computer without that obnoxious glue in the screws so you can take it apart if you want to.
I’ve done some weird stuff like making the volume wheel on the keyboard scroll or perform other functions, and it came in pretty handy in text editors or browsers, but less handy when you want to turn the volume down. Any time you have some weird idea like that, there’s usually a pretty feasible way to make it work.
/🤓 mode on
it’s not a bootloader response tho, it’s when init couldn’t be initialized
/🤓 mode off
Let’s be honest. If you haven’t broken your bootloader at some point in time, you haven’t experienced Linux.
Windows probably broke my bootloader (GRUB) more times than I did though.
As a Linux noob, the only time I’ve broken my bootloader was updating my distro after ignoring it for a year. I ignored the update because it broke a badly made script badly solving the complex problem caused by a simple problem that I ignored the solution to.
I finally fixed the simple problem because I needed to upgrade a library to get a modded launcher working so I could play with my friends. And I was thinking of rewriting the firmware for my macro keyboard to be better structured anyways.
I went back to the old firmware with a simple fix as the new one has a weird bug that if I hold two “even” keys at once, I get spammed down signals for the higher order one.
Linux has been fun!
I started writing that, got a little carried away, then decided even if no one cares, talking into the void has always been cathartic
I get that, sometimes it can feel like “why am I even bothering to write a big long comment” but there’s no need to apologise for it. Not everything we say or write has to be profound, sometimes people just want to share a story!
And I feel your pain as well, I had a similar issue updating mine after leaving it sit for about a year, but I very, very stupidly decided to do it on a Friday morning, on my work machine, on the same some code was due to be delivered. So I had a frantic Friday trying to fix my PC and get the work done!
I mean if you know how to write firmware you don’t really count as a Linux noob, regardless of your lack of experience with linux
Does writing Arduino code really discount me from being a Linux noob? I still think I need to learn python to implement my macros rather then rely on GOME keybinds and bash scripts.
I also need to learn how to make a GNOME theme. I just want the default but with a different accent color. I used to use an extension, but it’s out of date and doesn’t convince pop-os to be in dark mode.
Damn… Every time I start talking about my experience I just start rambling about barely connected things.
To me, noob implies not only lack of experience but also lack of skill, so yeah in that sense I would say it does discount you somewhat ^^
Do learn python, you’ll pick it up super easily and will be amazed by the simplicity of the syntax (but perhaps also slightly grossed out by the duck typing and use of whitespace as syntax)
deleted by creator
I’ve broken my bootloader many times. I remember frantically looking up how to fix that online for the first time. Now I know not to do stupid things that could bork my bootloader.
I know not to do stupid things that could bork my bootloader. I still do stupid things that I know can bork my bootloader.
How did you break it?
thats why you gotta stock up on boot loaders, can never have enough boot loaders, if one breaks I just boot off another one!
I feel like it’s harder to break the bootloader these days. All my dual-booting escapades worked fine, I still have most of my hair, and there’s no way my Linux skills have improved that much.
I think that the major issue with the bootloader is when a user confuses the device file for the entire drive (
/dev/sda
) with the device file for the partition (/dev/sda1
), whch is not entirely unreasonable for a new user who doesn’t understand the naming system to do. Like,mkfs.ext4 /dev/sda
rather thanmkfs.ext4 /dev/sda1
. Then you overwrite the entire drive, starting with the MBR, rather than the contents of a partition with your new filesystem.
The only thing I fucked up was /etc/sudoers. Once it refused sudo to me, my colleague told me about visudo and having another terminal with root already open as backup. And handed me a bootable USB stick to fix my fuckup. Good times, lessons were learned.
Well you can still uninstall edge on windows, even if it break your system, you can do it. There are tons of guides you can find on internet. It’s basically running the installer with an uninstall flag.
This meme is such a good representation of the general difference between the two systems.
The other day, I realized that Apple had done things to their version of
rm
that made an old script I had on my work machine fail. Apparently, they stuck in something that would just reject certain versions ofrm
that are known to be problematic.It’s not that you can’t do it, it’s that you have to use wildcards now.
THAT’S A REAL THING LOL
Everytime I edge auto opens on a new PC, I get a little bit sadder
I don’t know which asshole decided Edge should be part of M365 for Mac and if you uninstall it it reinstalls 15 minutes later but when I find out they’re getting a full jug of used Go Lytly in their shoes.
deleted by creator
This is quickly just becoming r/linuxcirclejerk
As everything should be…
I’ll never forget when I was just learning about Arch and I installed it sharing the same NTFS directories as Windows. It didn’t work great.
I was once asked how I know so much about computers. I told them I broke it enough times and had to fix it before my dad came home.