rockylinux, to random
@rockylinux@fosstodon.org avatar

Don't forget to grab your tickets for @fedora's 40 Release Party! Join us online next Friday 24th and Saturday 25th—it's free! :tada: Get your tickets at https://pretix.eu/fedora/f40-party/. Lots of us from the RockyLinux Team will be there too!

rockylinux, to random
@rockylinux@fosstodon.org avatar

Rocky Linux 9.4 is here! Available for x86_64, aarch64, ppc64le, and s390x architectures. Check out the release notes for new features and changes. Thanks to all contributors. #RockyLinux #ELCommunity #NewRelease https://rockylinux.org/news/rocky-linux-9-4-ga-release

9to5linux, to opensource
@9to5linux@floss.social avatar
linuxiac, to linux
@linuxiac@mastodon.social avatar

Rocky Linux 9.4: Improved image builds, Azure Community Gallery availability, and extensive security and software updates.
https://linuxiac.com/rocky-linux-9-4-released/

rockylinux, to random
@rockylinux@fosstodon.org avatar

🚀 Exciting news! We're gearing up for our upcoming release and need YOUR help testing new features! If you're interested in being part of the action, join us on Mattermost: https://chat.rockylinux.org/rocky-linux/channels/testing

rockylinux, to random
@rockylinux@fosstodon.org avatar

Happy International Workers' Day to all the hardworking individuals around the globe! Today, we celebrate the dedication, resilience, and contributions of workers everywhere. Here's to building a brighter future together!

matthew, to sysadmin
@matthew@social.retroedge.tech avatar

Question on the PHP glibc vulnerability:

Does anyone know a blog post or other documentation for how to turn off the character set that allows the vulnerability in Ubuntu and Debian?

Here's a good blog post by Rocky Linux on the subject, but I'm not sure how to translate the instructions to Debian and Ubuntu.

https://rockylinux.org/pt_BR/news/glibc-vulnerability-april-2024/?language=en

rockylinux, to linux
@rockylinux@fosstodon.org avatar

Regarding the recent glibc vulnerability (CVE-2024-2961) on servers serving php content, here's a step-by-step guide to secure your Rocky Linux installation https://rockylinux.org/news/glibc-vulnerability-april-2024/

kernellogger, to linux
@kernellogger@fosstodon.org avatar

CIQ Launches Support for Upstream [] kernels in

https://www.prweb.com/releases/ciq-launches-support-for-upstream-kernels-in-rocky-linux-uniting-stability-compatibility-security-and-performance-302119182.html

"'CIQ […] today launched fully supported, upstream stable kernels for Rocky Linux […]

Built on the upstream Linux kernel (i.e., mainline stable and long-term stable releases), these performance-optimized kernels ensure that Rocky Linux users benefit from the most recent innovations. […]'"

rockylinux, to random
@rockylinux@fosstodon.org avatar

Rocky Linux's latest Secure Boot certificate refresh for 2024 is here! Key updates include critical path component updates and support for Secure Boot on aarch64. No direct impact expected, but ensure timely system updates. Learn more: https://buff.ly/3vVDwcm

qlp, to linux
@qlp@linh.social avatar

Pretty important set of updates for those running Rocky Linux 8 or 9!

Secure Boot Key Refresh - 2024

https://rockylinux.org/news/secureboot-certificate-refresh-2024/

maxamillion, to RedHat
@maxamillion@fosstodon.org avatar
rockylinux, to random
@rockylinux@fosstodon.org avatar

Heading to Texas for the total eclipse? Stay a little longer, for the long-anticipated Texas Linux Festival in Austin, April 12-13! Don't miss our workshop, "Deep in the Heart of Rocky," for a project tour, SIG showcase, and how to become part of our success story. https://2024.texaslinuxfest.org/

rockylinux, to linux
@rockylinux@fosstodon.org avatar

Check out our latest community recap for March on our official youtube channel!
https://buff.ly/3xdPzlJ And don't forget to subscribe! ☀️

fedora, to random

Thank you for being an important part of the Enterprise Linux ecosystem. We appreciate your contributions to Fedora Linux and the Fedora community!

To: @almalinux & @rockylinux
From: Fedora

AlmaLinux heart locket meme
Rocky Linux heart locket meme

TheLupine, to random

@rockylinux just completed a massive migration project, and migrated 270 CentOS servers over to Rocky Linux. Everything went very smooth. Thank you

maxamillion, to linux
@maxamillion@fosstodon.org avatar

CIQ - "Red Hat is evil because they did X to make money"

CIQ - "LOL J/K, making money is hard so we're doing X because we need to make money too"

🤷

https://medium.com/@gordon.messmer/will-ciqs-new-support-program-alienate-the-community-it-built-on-an-objection-to-subscriber-only-fb58ea6a810e

hankuoffroad, to community

Check this video tutorial from Justin Flory if you missed the latest Docs workshop.

Fedora Docs monthly workshop presented by Justin Flory, Fedora Community Architect, provided us with wealth of knowledge and hands-on experience on Documentation.

https://peertube.linuxrocks.online/w/eyokDvgq8BwjHSo27etsWK?autoplay=1

fedora, to RedHat

@centos will be hosting an event at SCaLE called CentOS Classroom - a neat opportunity to learn more about the project from contributors. Happening Mar 14 from 2-5pm local time!

At the end there will be a packaging workshop for Fedora EPEL! Check it out if you've wanted to get into packaging but weren't sure how. @carlwgeorge's got your back. 👍

Learn more: https://blog.centos.org/2024/03/centos-at-scale/

berkough, to linux
@berkough@mastodon.social avatar

So, @darth got me thinking... I have an old Phenom II X4 965 Black lying around. And I do have an old AM3 socket mobo, I also have an old case that is missing some screws. I might dig through my junk pile and build something. Use what I already have and only buy the parts I absolutely need.

I'm imagining maybe a server that is basically a hypervisor using and that will run , , , etc. basically all the POISX OSs I want to play around with.

irfan, to Kubernetes

/ Q: I've been having an issue all this while I haven't quite been able to tackle. How do I properly mount a // share in a container on Kubernetes?

I definitely don't want a method that does any "pass through" outside of the container such as mounting said share on the Kubernetes node then passing it to the container, since that seems quite hacky and the deployment/pod could easily be reassigned to a different node.

Is it possible, surely it is?

irfan,

EUREKA I FOUND THE SOLUTION POGGERS WOGGERS!!!!!!!!!!!!!!!!!!!!!!!!!!!!

I totally forgot my cluster runs on / with , I was too focused on the OS the container runs on.

The share could be accessed (ls-ed) directly on the worker node:

sudo ls -alZ /var/lib/kubelet/plugins/kubernetes.io/csi/smb.csi.k8s.io/{volume}/globalmount

-but not on the container itself. The fix is, the worker nodes (with SELinux) needs the boolean, virt_use_samba to be enabled. On the worker node, check if it is indeed disabled:

sudo semanage boolean --list | grep virt_use_samba

If it shows that it's off (disabled), simply enable it and Bob's your mf-in uncle:

sudo setsebool -P virt_use_samba 1

Let's fuckin go boiz

🔗 https://github.com/kubernetes-csi/csi-driver-smb/issues/132

rockylinux, to random
@rockylinux@fosstodon.org avatar

Hello from Belgium! The Rocky Release Engineering team had their annual meetup this morning, as part of CentOS Connect in Brussels. Today they discussed next updates of Peridot, our build system. So much awesome work happening here! #peridot #rockylinux #rockycommunity #centosconnect

centos, to random
@centos@fosstodon.org avatar

Thank you @rockylinux for sponsoring this year's CentOS Connect. Check out their release engineering planning session in the meetups.

https://connect.centos.org/

jhx, to linux
@jhx@fosstodon.org avatar

My stack:

side:

side:

...and a little :windows95:

How does yours look like? 😎

snonux,
@snonux@fosstodon.org avatar

@jhx #Fedora Linux in my main personal Laptop, #OpenBSD on my personal mail, DNS, http servers, #FreeBSD on my personal home NAS, #grapheneos on my personal phone! And for work, using #macos on the Laptop, #ios on the phone and #rhel and #RockyLinux on the servers!

pursuit, to mastodon

New #introduction post:

Hi, I'm Josh, and I am currently studying computer science in hopes of working in the software development/general tech industry.

This is my main #mastodon account, but I probably will have others. Any account officially verified with my website is either me or acknowledged by me unless otherwise stated.

Speaking of which, you learn more about me here: https://joshrandall.net/about

Tags related to me:
#archlinux #hyprland #wayland #ubuntu #RockyLinux #linux

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • ethstaker
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • tester
  • khanakhh
  • everett
  • thenastyranch
  • Youngstown
  • slotface
  • tacticalgear
  • kavyap
  • osvaldo12
  • JUstTest
  • mdbf
  • GTA5RPClips
  • ngwrru68w68
  • provamag3
  • Durango
  • rosin
  • cisconetworking
  • normalnudes
  • modclub
  • megavids
  • cubers
  • Leos
  • lostlight
  • All magazines