Sidebar

Fedora Linux: It's your Operating System.

fedora
[Question] I need a comand to enable wifi after reboot each time. How i fix it? - (Macbook pro 13 2011) [Fedora 40]

I've installed fedora 40 on my jurassic Macbook 13 2011 and so far i'm in love with it. The only issue was the wifi. I've checked different posts and articles and in the end i've find this [https://darryldias.me/2020/linux-wifi-drivers-for-2012-macbook-pro-offline-method/] which worked... up to a point. When i turn off or restart the machine i have to use the comand "sudo modprobe -v b43" to enable the wifi each time. Any idea?

1
0
fedora
#AsahiLinux: Fedora 40 for M1/M2 apple machines is out! https://social.treehouse.systems/@AsahiLinux/112409464613810052

Fedora Asahi Remix 40 images are now available on asahilinux.org! 🎉 This release brings lots of new updates, including the Plasma 6 desktop environment. Existing users may upgrade by following the standard upgrade guide. https://fosstodon.org/users/fedora/statuses/112405546368978626

1
0
fedora
Questions about stability and Nvidia performance on vanilla Fedora (Gnome) vs KDE

Hi! I have some newb-ish questions, and I was hoping some Fedora veterans could help me out. I have been using the KDE spin of Fedora since 36, and I love it. I distro-hopped for years, but I have not had any interest since landing on Fedora. I have been using the KDE spin because I love KDE. I love how lightweight yet feature-rich and customizable it is. It can really be anything I need it to be, and it's amazing. With that said, there are two recent happenings that have made me question whether I should switch to the original GNOME version: 1. I've been having some minor issues lately with F39, like audio not working after I reboot, so I had to eeventuakly remove it altogether and use pipewire, which has been working better. Nothing big, but minor issues like that. I've heard that the GNOME version performs better and is more stable/has less bugs, but idk if there's any truth to it? 2. I have an Nvidia GPU. Wayland support is pretty bad for me, and I've been relying on X11 all this time. Recently, it was confirmed that Fedora will be dropping X11 support altogether in F40. I'm wondering if anyone out there has used both KDE and Gnome with an Nvidia GPU that can tell me if there's any difference in Wayland performance? I kinda don't want to switch to GNOME, because I love KDE, but if it will make my experience better, then I think it's probably worth a shot.

1
0
fedora
Fedora Linux 39 is officially here! - Fedora Magazine fedoramagazine.org

We’re pleased to bring you Fedora Linux 39, our complete, community-built operating system. And stop by our virtual release party! It's free!

7
2
fedora
Dual Boot from Fedora

How do I make a dual Boot for Windows 10. When i already have fedora. I want to use a single SSD for both systems. Also is it possible without loosing my current data.

1
0
fedora
Announcing Fedora Linux 39 Beta - Fedora Magazine fedoramagazine.org

The Fedora Linux 39 Beta is available! Check it out to get a preview of the Fedora Linux 39 final release that is planned for October.

4
0
fedora
Contribute at Passkey Auth, Fedora CoreOS and IoT Test Week - Fedora Magazine fedoramagazine.org

Fedora test days are events where anyone can help make certain that changes in Fedora Linux work well in an upcoming release. Fedora community members often participate, and the public is welcome at these events. If you’ve never contributed to Fedora Linux before, this is a perfect way to get started. There are several test […]

1
0
fedora
Fedora Linux 40 to Offer the KDE Plasma 6 Desktop on Wayland and Drop X11 Session 9to5linux.com

The upcoming Fedora Linux 40 operating system will come with the KDE Plasma 6 desktop on Wayland by default and drop the X11 session.

5
0
fedora
Fedora Spins: Budgie | Fedora Podcast 29 www.youtube.com

While Fedora Linux defaults to the Gnome desktop, there are multiple different versions of Fedora Workstation, one of those Spins is based off of the Budgie ...

1
0
fedora
Mullvad working with Fedora Silverblue/Kinoite

Finally found a work around for getting the mullvad client working on immutables like Silverblue/MicoOs From this post: https://github.com/mullvad/mullvadvpn-app/issues/1570 1. Install the RPM 2. Run `sudo systemctl enable --now mullvad-daemon` 3. Run `sudo rpm-ostree install libappindicator-gtk3` as it is not installed by default on Kinoite. 4. Reboot. Live applying will not work. My guess is that now that the Mullvad binaries and services are not symlinked, they work. Silverblue users only need these three steps: Install the RPM Reboot Run sudo systemctl enable --now mullvad-daemon in Terminal

2
1
fedora
Passwordless Fedora www.youtube.com

FreeIPA and SSSD projects are working together on bringing FIDO2 authentication to Fedora and RHEL. We plan to provide the base functionality in Fedora 39 bu...

4
0
fedora
Ansible in Fedora and EPEL www.youtube.com

Attend this talk if you wish to learn more about Ansible packaging in Fedora Linux and Fedora EPEL. You will learn about how the different parts of the Ansib...

2
0
fedora
Meet your FESCo https://www.youtube.com/watch?v=Bc7VxNwgpfo

Let's have a short round of introductions and answer questions about anything related to ongoing topics, previous decisions, and future plans related to the ...

2
0
fedora
Smartcard Setup Help-Request for RHEL8 Using Active Directory without IDM

So, some background: my organization is moving from RHEL7 using the UI/Coolkey Smartcard setup for autolock on removal and authenticating to the AD. We are in the process of upgrading to RHEL8 in our Secure Area (which means local only connections with zero internet access). This process has been insanely complicated versus RHEL7 and it seems no matter how similar the guides, I just can't figure it out. Our support plan with RedHat is the one answer/email per 24 hours one (I have no control over this) and has been next to worthless. I am going to detail out what all i've done and hopefully someone here can see where I am missing my last keystone. * **On Windows Server 2019:** 1. Open mmc.exe 2. File \> Add/Remove Snap-in... 2a. Certificates \> "add\>" \> My User Acount 3. Trust Root Certificate Authorities 3a. CA \> All Tasks \> Export 3b. Certificate Export Wizard \> Next \> DER Encoded Library x.509 (.CER) \> name the file "ca\_root.cer" \> choose the destination \> Next \> 'Summary of Details' \> Finish 4. scp the certificate to my RHEL8 box * **On RHEL8** 1. openssl x509 -inform der -in ca\_root.cer -out ca\_root.pem 2. dnf install -y samba-common samba-common-tools oddjob-mkhomedir sssd authselect nss-tools ccid pcsc-lite pcsc-lite-devel pcsc-tools opensc gnutls-utils 3. mkdir -p /etc/pki/ca-trust/source/anchors 4. cp ca\_root.pem /etc/pki/ca-trust/source/anchors/ 5. sudo update-ca-trust 6. sudo certutil -A -i /etc/pki/ca-trust/source/anchors/ca\_root.pem -n CA\_ROOT -t CT,C,C -d /etc/pki/nssdb 7. systemctl enable oddjobd.service 8. systemctl start oddjobd.service 9. touch /etc/sssd/sssd.conf 10. chmod 600 touch /etc/sssd/sssd.conf 11. chown root:root /etc/sssd/sssd.conf 12. vim /etc/sssd/sssd.conf ``` [sssd] config_file_version = 2 domains = mydomain.local services = nss, pam, pac [domain/MYDOMAIN.LOCAL] id_provider = ad auth_provider = ad chpass_provider = ad access_provider = ad cache_credentials = true [pam] pam_cert_auth = True ``` 1. systemctl enable sssd.service 2. systemctl start sssd.service 3. vim /etc/krb5.conf ``` # To opt out of the system crypto-policies configuration of krb5, remove the # symlink at /etc/krb5.conf.d/crypto-policies which will not be recreated. includedir /etc/krb5.conf.d/ [logging] default = FILE:/var/log/krb5libs.log kdc = FILE:/var/log/krb5kdc.log admin_server = FILE:/var/log/kadmind.log [libdefaults] dns_lookup_realm = false ticket_lifetime = 24h renew_lifetime = 7d forwardable = true rdns = false pkinit_anchors = /etc/pki/tls/certs/ca-bundle.crt spake_preauth_groups = edwards25519 default_realm = MYDOMAIN.LOCAL default_ccache_name = KEYRING:persistent:%{uid} ``` 1. realm join -U myadminuser MYDOMAIN.LOCAL 2. Verify the above sssd and krb5 files are largely unmodified, which each time I test appears to be the case. 3. Enable authselect to handle the smartcards: ``` authselect select sssd with-smartcard with-smartcard-required with-smartcard-lock-on-removal --force ``` 1. I am able to use pcsc\_scan, pkcs11\_listcerts, and pkcs11\_inspects to see that my Dell KB813t is recognized along with my smartcard, the certs on the card, and I can login with my pin on my RHEL7 and Windows 10 boxes. However, when I go to the RHEL8 Login Screen it just says: Please (Re)Insert (Different) Smartcard I am never able to get it to work unless I SSH in and remove the authselect stuff, login with my username and password, or while SSH'd in I check for /var/log/secure and /var/log/messages which show the same message as well as "unable to authenticate", but it never asks for my pin like the RHEL7 or Win10 boxes and I've tried following guides on RedHat, VMware, scribd, buildingtents, Citrix, beyondtrust, Fedora, Reddit, and I even to lookup how other you'd do it for SUSE or Ubuntu, but no matter what guide I follow I end up at the same dead end. I see so many dead threads or reddit posts asking the same question "how do I setup smart card on RHEL8?" which either ends in "Okay I figured it out!" or they just go dead. Hopefully someone here can help piece the missing puzzle pieces together for me.

1
1
fedora
What Does Red Hat Want? www.youtube.com

While Red Hat is the primary sponsor of the Fedora and CentOS Projects, internally, there is a bit of a split-brain syndrome where we separate our sponsorshi...

1
0
fedora
Fedora Workstation 39 Planning To Drop Custom Qt Theming www.phoronix.com

Fedora Workstation has long maintained the QGnomePlatform and Adwaita-qt projects for applying a GNOME/GTK-like interface and styling to Qt applications in order to enhance the experience

5
0
fedora
How Columbia University Uses Fedora CoreOS www.youtube.com

In Fedora 38's Release Party, Dusty Mabe (from Red Hat) and Marc Pusey (from Columbia University Irving Medical Center) talk about recent developments in Fed...

2
0
fedora
TransFLAC: Convert FLAC to lossy formats - Fedora Magazine fedoramagazine.org

TransFLAC is a command-line application that will convert FLAC audio files to lossy formats at a specified quality level.

1
0
fedora
Orphaned Packages Picked-Up from Red Hat Maintainership https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/WRHVGQBKKFU74CBO3CHIJC3Q5VEKH2AV/

A while back, we had some Red Hat resources diverted, namely Bastien Nocera, from working on desktop-oriented projects. Just wanted to pass along the new developers who have stepped in throughout that time's announcement. We owe a big thanks to these guys for picking-up the torch.

3
0
fedora
Fedora Cloud Edition | Fedora Podcast 27 www.youtube.com

Looking to build out a presence in the cloud? Looking to deploy workloads with automation? The Fedora Cloud Edition is your building block to get there. Join...

2
0
fedora
How does Fedora's package update scheme work?

Coming from other distros like Debian or Ubuntu, I'm used to package versions being set at the moment a distro version is released, and then those packages pretty much just get bugfixes until the next version of the distro in 6 months/2 years/etc. I started using Fedora recently, but it looks like for a lot of packages, all currently supported Fedora versions get the updates, not just the testing branch (for instance, when Plasma 5.27 came out, every active Fedora version was updated). Does Fedora just use distro version numbers for specific core package versions, or is there something I'm missing here?

1
3
fedora
Bisecting Fedora kernel kparal.wordpress.com

This post shows how to bisect a Fedora kernel to find the source of a regression. I needed that recently and I found no good guide, so I’m at least capturing my notes here, perhaps you find i…

1
0
fedora
Passwordless silverblue isnt working

Hi all. I didn't want a password on my install of silverblue so I used sudo passwd -d and now every time I login I have to dismiss this about a dozen times. Any ideas to resolve this? Thanks and take care!

1
0
fedora
How do I make a script into a package?

I want to try Silverblue, but I need to run [a script](https://github.com/WeirdTreeThing/chromebook-linux-audio) to get audio on my old Chromebook. How can I turn the script into a package so I can use it with Silverblue?

1
0
fedora
Upgraded GNU Compiler Toolchain Approved For Fedora 39 www.phoronix.com

It shouldn't come as much surprise for those familiar with Fedora given its tendency to always ship with the very latest open-source compiler toolchain components, but this autumn's release of Fedora 39 will once again have all the leading-edge GNU compiler pieces.

3
0
fedora
Fedora Org Chart: Now updated! – Fedora Community Blog communityblog.fedoraproject.org

We updated the “How is Fedora Organized?” page on Fedora docs with the org chart below. This chart shows governing bodies, teams, editions, spins/labs, and initiatives. Is your Fedora thing missing? Feel free to comment on this Discussion post to ask for an update.

2
0
fedora
Video content creation with Kdenlive - Fedora Magazine fedoramagazine.org

a use case and suggestions for creating tutorial videos with Kdenlive.

2
0