featured

joined 2 years ago
[–] [email protected] 2 points 2 months ago* (last edited 2 months ago)

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:

firewall-cmd —zone=FedoraWorkstation —permanent —add-port=47998/udp

firewall-cmd —zone=FedoraWorkstation —permanent —add-port=47999/udp

firewall-cmd —zone=FedoraWorkstation —permanent —add-port=48000/udp

firewall-cmd —zone=FedoraWorkstation —permanent —add-port=47984/tcp

firewall-cmd —zone=FedoraWorkstation —permanent —add-port=47989/tcp

firewall-cmd —zone=FedoraWorkstation —permanent —add-port=48010/tcp

firewall-cmd —zone=FedoraWorkstation —permanent —add-port=47990/tcp

Then reload the firewall with:

firewall-cmd —reload

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

[–] [email protected] 0 points 2 months ago (1 children)

I use Graphene on my phone and DivestOS on my tablet

[–] [email protected] 2 points 2 months ago

You’ll have just as good of an experience on either Intel or AMD. Framework is releasing a new generation of intel models in August so if you want the most cutting edge model and can wait those are a good bet. But personally I’m very happy with my current gen AMD model’s performance and efficiency so I’ll be waiting a while before another upgrade. There really aren’t any major downsides for any of the current options though, just personal preference.

[–] [email protected] 10 points 2 months ago (2 children)

I have a framework 13. Bought it with 12th gen intel mainboard, upgraded it to AMD when that came out. Also upgraded the battery, RAM, and soon the screen when the 120hz one ships. It’s super easy to get into, just five screws and then pop the trackpad/keyboard cable off. I honestly love it.

Framework has fantastic support for windows and Linux. There used to be some minor fixes needed on certain models but they’ve since resolved them and my experience on Fedora and Arch have been plug and play. On windows they have a driver install script that installs everything in one go, that’s nice too. And yes Minecraft does run on Linux, at least the Java version does. Idk about bedrock though

[–] [email protected] 2 points 2 months ago

A lot of this information around glyphosate is pure fear mongering. Many studies by the WHO, European Food Safety Authority, and European Chemicals agency have found it to likely NOT pose any major carcinogenic risks. The IARC report is latched onto as the only major group to make that claim. Even if their findings were backed up by further studies, which they aren’t, IARC places it in their risk group 2a which contains yerba mate, red meat, and hot drinks. So make of that what you will

[–] [email protected] 2 points 2 months ago

Worth noting that on Fedora this is true, UNLESS you use the proprietary nvidia drivers. Then no secure boot

[–] [email protected] 3 points 3 months ago

Gimme the jargon

[–] [email protected] 2 points 3 months ago

It is but they’ve been making huge leaps towards a Linux build and that’s what this is about

[–] [email protected] 1 points 4 months ago

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

[–] [email protected] 6 points 4 months ago

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.

[–] [email protected] 4 points 4 months ago

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

[–] [email protected] 2 points 4 months ago (1 children)

You can enable compact spacing in about:config

view more: next ›