Significantly better than several hours od most of the internet being down.
Significantly better than several hours od most of the internet being down.


Not affiliated, just discovered this amazing app relatively recently.


Yeah, if you’ve got two EFI partitions on separate disks and one is for Windows while the other is for your Linux, you’re good. Windows likes to reinstall its bootloader which sets it as the default and sometimes overwrites the Linux bootloader, but not if it’s on a different EFI partition, then it doesn’t “know” about it.


game-performance is CachyOS’ script to set the power profile to performance while the game is running and restore it to what it was before when the game closes.


game-performance is CachyOS’ script to set the power profile to performance while the game is running and restore it to what it was before when the game closes.
Edit: Also, here’s the Arch wiki page for prime-run.


My GF has an iphone, and on KDE I can just connect it via USB and it’s visible in the file manager.
There’s also this.


My GF has an iphone, and on KDE I can just connect it via USB and it’s visible in the file manager.
There’s also this.


Because Linux is a monolithic kernel. What that means, essentially, is that it contains all the drivers and everything else, unlike windows which uses a microkernel. The advantages of a monolithic kernel are, for instance, that you don’t need to install drivers manually, and you don’t have to depend on potentially malicious websites to host those drivers. Additionally, if any kernel ABI changes for one reason or the other, say there is a refactor to fix a vulnerability, whoever does the refactor would also refactor the driver code because that is in the kernel, and the kernel won’t compile if there’s an error in the drivers. This way, the driver is always updated, and you don’t have a situation where you have really old drivers that no longer work.
The disadvantage of a monolithic kernel is that there’s a lot more code that you have to take care of, and the kernel has a lot more responsibilities as opposed to a microkernel.


Yeah but GTK


Virt-manager is a GUI for libvirt, which can use several hypervisors, including KVM/QEMU, and it works great.
There’s several other clients for libvirt, including GNOME Boxes, Cockpit (web based), and virsh (CLI).
What are you referring to?
Those are called Progressive Web Apps (PWA). You can use firefox to add the website to your desktop like this: https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Guides/Installing
Once you do, when you open the app it should have just the website without the tabs and everything else firefox does.