Gimme the jargon
Gimme the jargon
It is but they’ve been making huge leaps towards a Linux build and that’s what this is about
Linux NTFS support is pretty good. The kernel drivers do all the basics, but you may still want the ntfs-3g driver installed for some of its tools. Ntfsfix has saved me before and I think it’s from the ntfs-3g package
Instead of installing packages through a package manager one at a time and configuring your system by digging into individual config files, NixOS has you write a single config file with all your settings and programs declared. This lets you more easily configure your system and have a completely reproducible system by just copying your nix files to another nixos machine and rebuilding.
It’s also an immutable distribution, so the base system files are only modified when rebuilding the whole system from your config, but during runtime it’s read only for security and stability.
I just recently moved my home server from truenas to RHEL. I already use Fedora on my laptop and the enterprise Linux space has incredible support. Something like Rocky could be perfect for you if you value stability and long term support
You can enable compact spacing in about:config
I like KDE’s conformance to open standards, which is better than GNOME’s, and pace of development. However you’re absolutely right that the UI on KDE is inconsistent, messy, and buggy as hell. GNOME is still my go to because it’s just so polished, but I’m looking forward to COSMIC this year for that nice tiling workflow
Boxer briefs. Best of both worlds
Flatpak and Snap are Linux packaging formats that have sandboxing implemented and it’s pretty solid. There’s also Firejail for running sketchy applications in a stronger sandbox
Linux also has Howdy for facial recognition/“Windows Hello”
You’re a moron or intentionally sticking your head in the sand if you really believe this. What you’re clinging to is a backronym, not original or common usage. The term “rice” or “ricer” comes from racist old American car guys who hated that Japanese cars were becoming so popular in the 70s/80s/90s, so they called them “rice burners” as a dig at their Asian roots, to compare them to a kitchen appliance to make them seem weak, and to imply poor reliability and power compared to their beloved muscle cars. It’s racist terminology through and through and always screamed of a fragile, bruised ego
I would install 11 from an official ISO, and set the region/localization in the installer to English (world). This will prevent windows from installing any apps like TikTok, instagram, Spotify etc during the initial install, and you can change it to US English localization in the settings right after setup. During the setup you can also skip using a Microsoft account by pressing shift+f10 to open command prompt, then type “oobe\bypassnro” and hit enter. It’ll restart but that restores the “I don’t have internet” setup option that lets you make a local account. Then do a KMS activation since HWID recently got patched
About $10000 cuz that’s the cost of the rest of my tuition after my financial aid runs dry next semester
Good thing the CDC has stopped tracking numbers in the US since “the pandemic is over.” Great work Joe
That’s one way to phrase it. Another is “the nato wunderwaffes didn’t work and our offensive has failed spectacularly”
Reenable the firewall with
systemctl start firewalld
Then get the current networking zone with
firewall-cmd —get-active-zones
It will likely be called FedoraWorkstation, if not just replace that name with whatever it is called in the following steps.
Next you should enable the ports for Moonlight, which from a quick ddg search I think this should do it:
Then reload the firewall with:
Lmk if that works
Edit: added more ports needed for the WebUI and controller support. Check the docs here if you wanna see what each port is used for