Fedora be like) i broke my recent fedora installation because of that, installed fedora 38 two months ago, made sub volumes, updated to 39, and it broke, and locked up whole ssd with it, had to recover data
That would only add one extra process instance with each call. The pipe makes it add 2 extra processes with each call, making the number of processes grow exponentially instead of only linearly.
Edit: Also, Im not at a computer to test this, but since the child is forked in the background (due to &), the parent is free to exit at that point, so your version would probably just effectively have 1-2 processes at a time, although the last one would have a new pid each time, so it would be impossible to get the pid and then kill it before it has already replaced itself. The original has the same “feature”, but with exponentially more to catch on each recursion. Each child would be reparented by pid 1, so you could kill them by killing pid 1 i guess (although you dont want to do that… and there would be a few you wouldn’t catch because they weren’t reparented yet)
And on a modern Linux system, there’s a limit to how many can run simultaneously, so while it will bog down your system, it won’t crash it. (I’m running it right now)
Try Windows. It regularly breaks drivers (not only WiFi) on some hardware (mostly HP). I’ve never had issues with WiFi on Linux on HP, Dell, Microsoft Surface and even a Macbook.
I didn’t say I couldn’t fix the issues, but the fact that some of those issues exist even since XP is pretty bad. Just search around online and you’ll find many posts about these driver issues. And then there’s all of the ui inconsistencies and issues. Most of those are small, but still annoying once you see them. Especially when using Windows on a tablet, even Microsoft’s own Surface line.
For HP ZBooks for example there was an issue that completely prevented you from installing some updates like Windows 10 20H2 without any warning as to why it wouldn’t install. It just failed at 61%. It turned out to be audio drivers for the audio chip in the dock. The only way to get it updated was to connect the dock, finding the audio device in device management and removing it. Then disconnect before Windows reinstalls the driver again.
Just here to spread the cult of systemd-boot. Reject the illness that GRUB hath wrought upon our people and extend your mastery over even the bootloader itself.
Bold of you to assume that dual boot is only for 1 Linux distro and 1 Window$. You can have multiple distros. Also rEFInd have an option to boot into UEFI instead of remembering which button to hold. So you don’t even have to have multiple OSes.
I have a Retropie and I use wpa_supplicant to manage my connection there. It looks like this: the router is downstairs and I use a repeater in the room next to the Retropie to have better wifi coverage upstairs. The router itself is reachable, but the signal strength is worse. So, as a fallback, I put both the router and the repeater connection in my wpa_supplicant config file with the router having a lower priority. Still, sometimes my retropie clings onto the worse connection for some reason and there is no way to change it but to do a complete reboot. If I just restart the wifi with ifdown and ifup, it will either not reconnect to any wifi at all or reconnect to the shittier connection again, it’s kinda a fifty-fifty. A reboot will always properly choose the best signal tho and I am very confused why this is happening. Any ideas?
The repeater uses a fixed channel (I think I set it to 7 or 8) and the router is set to automatic channel selection. Do you think fixing the router’s channel would help?
See if they’re overlapping, do a survey with your phone and WiFiAnalyzer (or another app). If they’re close or overlapping, set the router to a fixed channel as well.
Set your wpa_supplicant to use the BSSID of the repeater’s access point and don’t put the SSID in the conf file. Then it will connect to only the repeater.
If the repeater just re-transmits tho main AP’s BSSID and packets, you need a better setup. Cheap WiFi extenders do this and almost always cause collisions, making the overall speed slow at all points.
A little story about windows. I know it’s partially my fault but Microsoft just hates it users.
So I was running dual boot an messed up the boot loader. A quick fix and I was back to Linux.
When I wanted to boot windows the bootloader was damaged and I couldn’t fix it with windows repair tools.
So I thought: ok just install the snapshot windows found. Worst case they delete windows right?
Well it told that it will reformat the boot partition and no more info. It took a suspicious amount of time and when I booted it I was in windows and all ALL of my connected drives where formatted. No question asked just wiped the whole system!
This is one of the reasons why my Windows bootloader is currently broken. I made a similar mistake a few years ago, and now I don’t have the mental energy to make sure that everything’s ready in case Windows screws up again
It’s the same problem that all the prepackaged modified Windows have when I go to try them out in a VM. They always seems to be way out of date and with all the security problems of Windows, I don’t want to run an old version just to save the time of cleaning out the telemetry and bloatware. Powershell scripts are more robust for me.
linuxmemes
Hot
This magazine is from a federated server and may be incomplete. Browse more on the original instance.