diff --git a/.github/workflows/publish-preview.yml b/.github/workflows/publish-preview.yml
index a1282f8..ddf0a05 100644
--- a/.github/workflows/publish-preview.yml
+++ b/.github/workflows/publish-preview.yml
@@ -29,7 +29,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
- hugo-version: 'latest'
+ hugo-version: '0.141.0'
# extended: true
- name: Generate language files
@@ -41,6 +41,9 @@ jobs:
- name: move redirects file into place
run: cp _redirects public/
+ - name: move headers file into place
+ run: cp _headers public/
+
- name: build search index
run: npx pagefind --site "public"
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index df2d5c3..6f07706 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
- hugo-version: 'latest'
+ hugo-version: '0.141.0'
# extended: true
- name: Generate language files
@@ -54,6 +54,9 @@ jobs:
- name: move redirects file into place
run: cp _redirects public/
+ - name: move headers file into place
+ run: cp _headers public/
+
- name: build search index
run: npx pagefind --site "public"
diff --git a/README.md b/README.md
index 015a8de..5e3a226 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ To deploy a container based development environment you will need docker install
### Localization and translation
-almaLinux.org localization and translation is managed using [Weblate](https://hosted.weblate.org/engage/almalinux/). To contribute translations join the [AlmaLinux](https://hosted.weblate.org/projects/almalinux/) localization project in Weblate. Translations submitted through Weblate are automatically submitted to this repo as a pull request. Those pull requests are then reviewed by a member of the marketing SIG or another team lead, and merged as appropriate.
+AlmaLinux.org localization and translation is managed using [Weblate](https://hosted.weblate.org/engage/almalinux/). To contribute translations join the [AlmaLinux](https://hosted.weblate.org/projects/almalinux/) localization project in Weblate. Translations submitted through Weblate are automatically submitted to this repo as a pull request. Those pull requests are then reviewed by a member of the marketing SIG or another team lead, and merged as appropriate. To help with translations, please see [this guide on our Wiki](https://wiki.almalinux.org/Help-translating-site.html).
You can request new languages to be added by creating a ticket in [GitHub issues](https://github.com/AlmaLinux/almalinux.org/issues).
diff --git a/_headers b/_headers
new file mode 100644
index 0000000..629f8d8
--- /dev/null
+++ b/_headers
@@ -0,0 +1,3 @@
+/*
+ X-Frame-Options: DENY
+ X-Content-Type-Options: nosniff
diff --git a/_redirects b/_redirects
index ea58318..45e8f3b 100644
--- a/_redirects
+++ b/_redirects
@@ -16,3 +16,4 @@
# added for marketing reasons
/fips/ /blog/2023-09-19-fips-validation-for-almalinux/ 302
/comparison/ https://wiki.almalinux.org/Comparison.html 302
+/migrate/ https://wiki.almalinux.org/migration/ 307
\ No newline at end of file
diff --git a/assets/css/bundle.css b/assets/css/bundle.css
index 3367fa9..d23aff3 100644
--- a/assets/css/bundle.css
+++ b/assets/css/bundle.css
@@ -492,7 +492,6 @@ padding: 0px !important;
.al-members .al-member-item {
height: 100%;
- background: rgb(14, 59, 92);
}
.al-page-foundation-members-index .al-member-apply-category-icon {
color: white;
@@ -522,9 +521,6 @@ padding: 0px !important;
.al-page-foundation-members-index #al-mirror-info ul, .al-page-foundation-members-index #al-sponsor-info ul {
list-style-type: "- ";
}
-.al-page-foundation-members-index .member-info:hover {
- color: #86da2f;
-}
.al-page-foundation-members-index .al-foundation-members-apply-content-wrap {
display: flex;
flex-direction: column;
diff --git a/assets/scss/members.css b/assets/scss/members.css
index 2400d48..d146bf3 100644
--- a/assets/scss/members.css
+++ b/assets/scss/members.css
@@ -1,43 +1 @@
-.al-page-foundation-members-index .al-members .table {
- color: #fefefe !important;
-}
-.al-page-foundation-members-index .al-members .al-member-item {
- height: 100%;
- background: rgb(14, 59, 92);
-}
-.al-page-foundation-members-index .al-member-apply-category-icon {
- color: white;
- font-size: 32px;
- padding-right: 22px;
-}
-[dir=rtl] .al-page-foundation-members-index .al-member-apply-category-icon {
- padding-right: 0;
- padding-left: 22px;
-}
-
-.al-page-foundation-members-index .al-member-apply-cta {
- min-width: 120px;
-}
-.al-page-foundation-members-index .fw-light .al-laws-link, .al-page-foundation-members-index .fw-light .al-guideline-link {
- text-decoration: none;
-}
-.al-page-foundation-members-index .fw-light .al-laws-link:hover, .al-page-foundation-members-index .fw-light .al-laws-link:active, .al-page-foundation-members-index .fw-light .al-guideline-link:hover, .al-page-foundation-members-index .fw-light .al-guideline-link:active {
- text-decoration: underline;
-}
-.al-page-foundation-members-index .al-membership-info {
- display: none;
-}
-.al-page-foundation-members-index #al-mirror-info ul, .al-page-foundation-members-index #al-sponsor-info ul {
- list-style-type: "- ";
-}
-.al-page-foundation-members-index .member-info:hover {
- color: #86da2f;
-}
-.al-page-foundation-members-index .al-foundation-members-apply-content-wrap {
- display: flex;
- flex-direction: column;
- flex: 1;
-}
-.al-page-foundation-members-index .al-foundation-members-apply-content-wrap p {
- flex: 1;
-}/*# sourceMappingURL=members.css.map */
\ No newline at end of file
+/*# sourceMappingURL=members.css.map */
\ No newline at end of file
diff --git a/assets/scss/variables.scss b/assets/scss/variables.scss
index fa0bd41..f6fc6f2 100644
--- a/assets/scss/variables.scss
+++ b/assets/scss/variables.scss
@@ -48,3 +48,5 @@ $al-c-sunburnt-cyclops-light: #ff6e71;
// Sizing
$al-page-readable-max-width: 680px;
+
+
diff --git a/content/blog/2024-04-02-xz-and-cve-2024-1086.md b/content/blog/2024-04-02-xz-and-cve-2024-1086.md
index ce295c0..d0b7903 100644
--- a/content/blog/2024-04-02-xz-and-cve-2024-1086.md
+++ b/content/blog/2024-04-02-xz-and-cve-2024-1086.md
@@ -56,7 +56,7 @@ Then update your kernel:
dnf update kernel
```
-Note: We don't recommend that you keep the testing repo enabled after you've updated the kernel, unless you've done this on a truely non-production environment. If this is a production environment, you can disable the repo with this command:
+Note: We don't recommend that you keep the testing repo enabled after you've updated the kernel, unless you've done this on a truly non-production environment. If this is a production environment, you can disable the repo with this command:
```bash
dnf config-manager --disable almalinux-testing
diff --git a/content/blog/2024-09-23-meet-the-board-jun.md b/content/blog/2024-09-23-meet-the-board-jun.md
index d44279c..9751a01 100644
--- a/content/blog/2024-09-23-meet-the-board-jun.md
+++ b/content/blog/2024-09-23-meet-the-board-jun.md
@@ -14,7 +14,7 @@ post:
---
-Hi community! As you may be aware, last year, [we launched a video series](https://almalinux.org/blog/2024-01-16-video-contributions/) in which we have community members answer common questions we're seeing from the community. This year, we also launched another Q&A video series, this time with the AlmaLinux OS Foundation board members. Our goal with this new board member Q&A series is to better introduce our board to the broader community.
+As you may be aware, last year, [we launched a video series](https://almalinux.org/blog/2024-01-16-video-contributions/) in which we have community members answer common questions we're seeing from the community. This year, we also launched another Q&A video series, this time with the AlmaLinux OS Foundation board members. Our goal with this new board member Q&A series is to better introduce our board to the broader community.
For our latest board member Q&A video, we interviewed [Jun Yoshida](https://www.linkedin.com/in/jun-yoshida-6b4b5a16/). Jun talks about how he got his start with IT (despite a university major that may surprise you), his history with Unix/Linux, and his hopes for AlmaLinux. Learn a bit more about Jun by watching the video, or check out the transcript below!
@@ -26,6 +26,12 @@ The AlmaLinux OS Foundation's board is community elected, by members of the Alma
If you'd like to learn more about our board and elections, you can check out [our Wiki](https://wiki.almalinux.org/election2023.html)! You can also watch the other videos in this series in [this YouTube playlist](https://www.youtube.com/playlist?list=PLqKzWfm6zyluP2R_6MTPvYJt20bwitQZJ) (we'll be adding more soon!).
+See the other interviews here:
+
+* In September, we interviewed [Jack Aboutboul](https://www.linkedin.com/in/jackaboutboul/): [Meet the board - Jack Aboutboul](/blog/2024-09-12-meet-the-board-jack/)
+
+We also had a panel of board members at AlmaLinux Day: Germany in 2024 where board members talked about everything from how they got involved in AlmaLinux to their feelings about the future of open source, which you can watch on YouTube [Meet the board!](https://www.youtube.com/watch?v=PP3OPvmUwTs)
+
## Transcript
_Note: This transcript has been edited for clarity and readability._
diff --git a/content/blog/2024-10-08-meet-the-board-alex.md b/content/blog/2024-10-08-meet-the-board-alex.md
index 40f3cce..88d1cbd 100644
--- a/content/blog/2024-10-08-meet-the-board-alex.md
+++ b/content/blog/2024-10-08-meet-the-board-alex.md
@@ -13,10 +13,22 @@ post:
image: /blog-images/2024/alex_qanda.png
---
-Last year, [we launched a video series](https://almalinux.org/blog/2024-01-16-video-contributions/) in which we have community members answer common questions we're seeing from the community. This year, we have also been building another Q&A series, this time with the AlmaLinux OS Foundation board members! Our goal with this new board member Q&A series is to better introduce our board to the broader community.
+In 2023 [we launched a video series](/blog/2024-01-16-video-contributions/) in which we have community members answer common questions we're seeing from the community. This year, we're starting another video series, this time with the AlmaLinux OS Foundation board members. Our goal with this new series is to better introduce our board to the AlmaLinux community.
For our latest board member Q&A, we interviewed [Alex Iribarren](https://www.linkedin.com/in/iribarren/). Alex opted for a text-based interview, rather than a video, so you can find the full content below! If you'd like to see the videos of the other members, I've included the playlist at the end of this post.
+## Learn more
+
+The AlmaLinux OS Foundation's board is community elected, by members of the AlmaLinux OS Foundation. If you use AlmaLinux, contribute to AlmaLinux, or support AlmaLinux in some way, we encourage you to [join the foundation](/members/). Individual membership is free, because you shouldn't have to pay to have a voice in the future of something you care about.
+
+If you'd like to learn more about our board and elections, you can check out [our Wiki](https://wiki.almalinux.org/election2023.html)! You can also watch the other videos in this series in [this YouTube playlist](https://www.youtube.com/playlist?list=PLqKzWfm6zyluP2R_6MTPvYJt20bwitQZJ).
+
+See the other interview blog posts here:
+* In September, we interviewed [Jack Aboutboul](https://www.linkedin.com/in/jackaboutboul/): [Meet the board - Jack Aboutboul](/blog/2024-09-12-meet-the-board-jack/)
+* In September, we interviewed [Jun Yoshida](https://www.linkedin.com/in/jun-yoshida-6b4b5a16/): [Meet the board - Jun Yoshida](blog/2024-09-23-meet-the-board-jun/)
+
+We also had a panel of board members at AlmaLinux Day: Germany in 2024 where board members talked about everything from how they got involved in AlmaLinux to their feelings about the future of open source, which you can watch on YouTube [Meet the board!](https://www.youtube.com/watch?v=PP3OPvmUwTs)
+
## Interview
@@ -48,8 +60,3 @@ Q: What was your dream job as a kid?
Alex: My dream job as a child was being an astronaut. I was fascinated by space and I thought blasting off on a rocket was about the coolest thing one could do. While waiting to become an astronaut, I'd pass the time playing computer games. At some point, I got hold of a magazine that had an article about MS-DOS QBasic and included a simple program you could copy, and that totally derailed my astronaut career. I haven't yet given up on the dream of blasting off in a rocket, but now I'm just waiting for the space tourism market to be a bit more affordable. 🙂
-## Learn more
-
-The AlmaLinux OS Foundation's board is community elected, by members of the AlmaLinux OS Foundation. If you use AlmaLinux, contribute to AlmaLinux, or support AlmaLinux in some way, we encourage you to [join the foundation](/members/). Individual membership is free, because you shouldn't have to pay to have a voice in the future of something you care about.
-
-If you'd like to learn more about our board and elections, you can check out [our Wiki](https://wiki.almalinux.org/election2023.html)! You can also watch the other videos in this series in [this YouTube playlist](https://www.youtube.com/playlist?list=PLqKzWfm6zyluP2R_6MTPvYJt20bwitQZJ) (we'll be adding more soon!).
\ No newline at end of file
diff --git a/content/blog/2024-10-22-introducing-almalinux-os-kitten.md b/content/blog/2024-10-22-introducing-almalinux-os-kitten.md
index 56577ff..1433594 100644
--- a/content/blog/2024-10-22-introducing-almalinux-os-kitten.md
+++ b/content/blog/2024-10-22-introducing-almalinux-os-kitten.md
@@ -48,7 +48,7 @@ Within the [x86-64](https://en.wikipedia.org/wiki/X86-64) architecture, there ar
Both in AlmaLinux Kitten 10, and when we release AlmaLinux OS 10, we will follow Red Hat's decision to ship x86-64-v3 optimized binaries by default, but we will also provide additional x86-64-v2 architecture ONLY for older hardware that doesn't support modern CPU feature sets.
-Please note: all 3rd party packages for RHEL10 will be built for x86-64-v3, so AlmaLinux OS Kitten 10 built for x86-64-v2 will only be appropriate in workloads where the default OS package set is enough, or where users will be able to rebuild any additional packages they require for x86-64-v2 architecture themselves. ALESCo is currently weighing the option of [rebuilding EPEL](https://docs.fedoraproject.org/en-US/epel/) for x86-64-v2 users. If you use this version, please [let us know](https://github.com/almalinux/alesco) by commenting on the RFC, so we can make informed decisions about this version in the future.
+Please note: all 3rd party packages for RHEL10 will be built for x86-64-v3, so AlmaLinux OS Kitten 10 built for x86-64-v2 will only be appropriate in workloads where the default OS package set is enough, or where users will be able to rebuild any additional packages they require for x86-64-v2 architecture themselves. ALESCo is currently weighing the option of [rebuilding EPEL](https://docs.fedoraproject.org/en-US/epel/) for x86-64-v2 users. If you use this version, please let us know by [commenting on the RFC](https://github.com/AlmaLinux/ALESCo/pull/2), so we can make informed decisions about this version in the future.
### Secure Boot
diff --git a/content/blog/2024-12-18-volunteering-at-nerdearla.md b/content/blog/2024-12-18-volunteering-at-nerdearla.md
new file mode 100644
index 0000000..e66ddb7
--- /dev/null
+++ b/content/blog/2024-12-18-volunteering-at-nerdearla.md
@@ -0,0 +1,38 @@
+---
+title: "A Personal Journey: Volunteering at Nerdearla, Buenos Aires with AlmaLinux"
+type: blog
+author:
+ name: "Pavel Razumov"
+ bio: "Technical Team Lead of Cloudlinux Unified Support Team, Almalinux volunteer"
+ image: /users/pavel.razumov.jpg
+date: '2024-12-18'
+images:
+ - /blog-images/2024/nerdearla.png
+post:
+ title: "A Personal Journey: Volunteering at Nerdearla, Buenos Aires with AlmaLinux"
+ image: /blog-images/2024/nerdearla.png
+---
+
+This year Buenos Aires became a center of the IT technical community in Latin America with an event which became a beacon for technical enthusiasts, entrepreneurs, students and professionals - [Nerdearla](https://nerdear.la/en/), and I was honored to volunteer in this event - presenting AlmaLinux to a crowd that turned out to be massive, diverse, and passionate about open-source technology.
+
+{{< figure src="/blog-images/2024/nerdearla_booth.png" width="45%" title="AlmaLinux at Nerdearla" >}}
+
+It can be quite interesting to tell you why I eventually decided to become a volunteer at this event. I have a great passion for technology, and a love of the open-source community. I strongly believe in the power of collaboration and cooperation especially between a diverse group of people. AlmaLinux, being a community-driven open-source project, resonates with me deeply, and I wanted to find a way to contribute in any way I could! Even before I got to Nerdearla, I felt the incredible excitement of the intelligent minds coming together to do something new in a creative way, which eventually appears to be a highly-demanded product. And as a newcomer to Argentina, I was tempted to join a new event as well.
+
+Why did I choose to volunteer, you might ask? I have a deep-rooted passion for technology, and a love of the open-source community. I believe in the power of collaboration, especially between a diverse group of people. AlmaLinux, being a community-driven open-source project, resonates with me deeply, and I wanted to find a way to contribute in any way I could! Even before I got to Nerdearla, the magic of brilliant minds coming together to create and innovate was tangible. And as a newcomer to Argentina, I was incredibly excited to join a new event.
+
+Attending the event Nerdearla for me was about being connected to the community shaping the whole technical industry. Simply saying, it wasn’t just about presenting Almalinux but more. And I must say that the energy of the event was palpable, and every attendee and volunteer could feel the infectious enthusiasm there.
+
+{{< figure src="/blog-images/2024/almalinux_at_Nerdearla.png" width="45%" title="AlmaLinux at Nerdearla" >}}
+
+Volunteering at Nerdearla was more than just an opportunity to give back to the tech community. It was a chance for me to practice my Spanish language skills, to learn from the amazing attendees, to grow my circle of friends in open source, and to be part of something bigger. For me personally it was a wonderful opportunity to input into the open-source technology no matter how small it was.
+
+Looking back on the experience at Nerdearla I had, the feeling of accomplishment and pride comes up to my head. I can surely say that I am proud to be a part of the community and to present Almalinux, and I am happy to be able to participate at the event. And thank you for Almalinux and Nerdearla for giving me a chance to make a small contribution to the open-source community.
+
+{{< figure src="/blog-images/2024/nerdearla_visitors.png" width="45%" title="AlmaLinux at Nerdearla" >}}
+
+## I’ll be back - and you can come, too!
+
+My experience at Nerdearla was also boosty for my personal growth, and it gave me a lot of joy for being part of the community, and I can’t wait for the next year to come to be able to do this all over again! I definitely plan to continue my journey in the world of open-source technology, and I can't wait to see what the future will bring.
+
+If you, like me, would like to volunteer to attend events and staff booths for the AlmaLinux Project, you can just [fill out this google form](https://docs.google.com/forms/d/1cQ0YQiAcRZXPnDqiHak-AXmsjEBz-IQE8s8jbPLykds/edit), or find benny on Mattermost, and we’ll find a place for you to help out!
diff --git a/content/blog/2025-01-07-almalinux-95-container-cloud-live-media-updates.md b/content/blog/2025-01-07-almalinux-95-container-cloud-live-media-updates.md
new file mode 100644
index 0000000..f5fc3d8
--- /dev/null
+++ b/content/blog/2025-01-07-almalinux-95-container-cloud-live-media-updates.md
@@ -0,0 +1,68 @@
+---
+title: "AlmaLinux Cloud, Container and Live Media Images Updates"
+type: blog
+author:
+ name: "Andrew Lukoshko"
+ bio: "Release Engineering Lead"
+ image: /users/alukoshko.jpg
+date: 2025-01-07
+images:
+ - /blog-images/2025/2025-01-07-images-updates.png
+post:
+ title: "Delivering news on AlmaLinux 9.5 image updates."
+ image: /blog-images/2025/2025-01-07-images-updates.png
+---
+
+Hey Community! Bringing the latest AlmaLinux OS 9.5 images updates.
+
+## Cloud and Container Images Updates and Changes
+
+AlmaLinux provides a variety of cloud images that are now updated to the AlmaLinux OS 9.5 version including:
+* [Amazon Web Services (AWS)](https://wiki.almalinux.org/cloud/AWS.html)
+ * Added `sos` and `tcpdump` packages for troubleshooting and log collection tools.
+ * Added `nfs-utils` package to enable built-in support for mounting Amazon Elastic File System (EFS) or any NFS filesystems.
+* [Generic Cloud](https://wiki.almalinux.org/cloud/Generic-cloud.html)
+ * New `langpacks-en` package to add `en_US.UTF-8` setting it as a default locale.
+* [OpenNebula](https://wiki.almalinux.org/cloud/OpenNebula.html)
+ * New `langpacks-en` package to add `en_US.UTF-8` setting it as a default locale.
+* [Microsoft Azure](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/almalinux.almalinux-x86_64)
+ * New `langpacks-en` package to add `en_US.UTF-8` setting it as a default locale.
+ * Added `sos` and `tcpdump` packages for troubleshooting and log collection tools.
+ * Added `nfs-utils` and `cifs-utils` packages to support mounting NFS and SMB file shares from Azure Files or any NFS and SMB filesystems.
+
+You can find more details in the [Cloud Images Changelog](https://wiki.almalinux.org/cloud/cloud-changelog.html) at the AlmaLinux Wiki. The complete list of installed packages for AlmaLinux Cloud images, starting with this version, is available on the [cloud-images git repository](https://github.com/AlmaLinux/cloud-images/tree/main/tests/packages)
+
+Container images are updated as well.
+* You can get official [Docker](https://hub.docker.com/_/almalinux) images and [OCI Images from Quay.io](https://quay.io/organization/almalinuxorg). You can also get container images from [GitHub packages](https://github.com/orgs/AlmaLinux/packages).
+
+If you want to contribute to Cloud or Container images, or have any questions, please check with the [Cloud SIG](https://wiki.almalinux.org/sigs/Cloud.html).
+
+## Live Media Images - now including ARM!
+
+All Live Media images that include GNOME, GNOME-Mini, KDE, XFCE and MATE are updated to [AlmaLinux OS 9.5](https://repo.almalinux.org/almalinux/9.5/live/) version.
+
+Starting from AlmaLinux OS 9.5 all supported Live Media options are also available for the [ARM64(AArch64)](https://repo.almalinux.org/almalinux/9/live/aarch64/).
+
+## More options
+
+The following options have also been updated to the latest versions:
+* Incus and LXC to [AlmaLinux 9.5](https://images.linuxcontainers.org/images/almalinux/9/).
+* Raspberry Pi images to [AlmaLinux 9.5](https://repo.almalinux.org/almalinux/9.5/raspberrypi/images/).
+ * Since AlmaLinux 9.5, images with GPT (GUID partition table) are available in addition to traditional MBR images. GPT supports larger disks over 2TB and allows up to 128 partitions, compared to MBR's limit of 4. However, booting from a GPT disk is not supported on Raspberry Pi 3. Select the appropriate image for your Raspberry Pi model.
+* [Vagrant Boxes](https://portal.cloud.hashicorp.com/vagrant/discover/almalinux) to [AlmaLinux 9.5](https://portal.cloud.hashicorp.com/vagrant/discover/almalinux/9)
+ * Added `langpacks-en` package for the `en_US.UTF-8` locale support.
+ * Added `cifs-utils`, `fs-utils` and `rsync` to provide all types of Vagrant synced folders.
+ * Added `tcpdump` and `tuned` packages for network troubleshooting and optimizations.
+ * You can find more details and provider-specific changes on the [Vagrant Boxes](https://wiki.almalinux.org/installation/vagrant-boxes.html) page.
+* Windows Subsystem for Linux (WSL) to [AlmaLinux 9.5](https://apps.microsoft.com/store/detail/almalinux-9/9P5RWLM70SN9).
+
+You can check the [AlmaLinux website](https://almalinux.org/get-almalinux/) for a full list of images AlmaLinux provides.
+
+## How to help and contribute
+
+All your contributions, feedback and bug reports are greatly appreciated and help us improve AlmaLinux for everyone!
+
+If you would like to help support AlmaLinux, there are many ways to contribute - [testing](https://wiki.almalinux.org/Contribute-to-Testing.html), quality assurance, [documentation](https://wiki.almalinux.org/Contribute-to-Documentation.html), and [more](https://wiki.almalinux.org/Contribute.html). We’d be thrilled to have you join us!
+
+If you need any help or you'd like to discuss anything, check the [Help and Support](https://wiki.almalinux.org/Help-and-Support.html) wiki page, and join us on the [AlmaLinux Community Chat](https://chat.almalinux.org). Engage in the AlmaLinux community on [Reddit](https://reddit.com/r/almalinux), or follow us on [Mastodon](https://fosstodon.org/@almalinux), and [X](https://twitter.com/almalinux).
+
diff --git a/content/blog/2025-01-07-almalinux-os-kitten-10-updates.md b/content/blog/2025-01-07-almalinux-os-kitten-10-updates.md
new file mode 100644
index 0000000..cd73569
--- /dev/null
+++ b/content/blog/2025-01-07-almalinux-os-kitten-10-updates.md
@@ -0,0 +1,53 @@
+---
+title: "AlmaLinux OS Kitten 10 Updates "
+type: blog
+author:
+ name: "Eduard Abdullin"
+ bio: "The Release and Automation Engineer."
+ image: /users/eduard-abdullin.jpg
+date: '2025-01-07'
+images:
+ - /blog-images/2025/2025-01-07-almalinux-os-kitten-10-updates.png
+post:
+ title: "AlmaLinux OS Kitten 10 Updates "
+ image: /blog-images/2025/2025-01-07-almalinux-os-kitten-10-updates.png
+
+---
+
+Back in October 2024 AlmaLinux OS Foundation officially [introduced](https://almalinux.org/blog/2024-10-22-introducing-almalinux-os-kitten/) AlmaLinux OS Kitten 10. It is designed as a development-focused distribution of AlmaLinux OS, and a stable preview of AlmaLinux OS 10. Today we’re excited to share the latest updates in this project!
+
+## Updated packages and ISOs
+
+Recently, the CentOS Stream 10 undertook a significant mass package rebuild to update the compiler keys used for PowerPC (ppc64le) compilation. We have also rebuilt all packages to align with these critical changes.
+
+As promised, we have also released our quarterly ISO rebuilds! They are [available](https://kitten.repo.almalinux.org/10-kitten/isos/) for download today, and bring updates including Linux kernel 6.12 and updates to Qt packages, which make AlmaLinux OS Kitten 10 version compatible with the KDE desktop environment from the EPEL repo.
+
+## Cloud and Container Options
+
+Another important update is that along with the standard ISO releases, AlmaLinux OS Kitten 10 now includes Cloud and Container images:
+
+**Container**
+* [Docker Hub](https://hub.docker.com/_/almalinux)
+* [Quay.io](https://quay.io/repository/almalinuxorg/almalinux)
+* [GitHub Packages](https://github.com/orgs/AlmaLinux/packages)
+
+**Cloud**
+* [Amazon Web Services (AWS)](https://aws.amazon.com/marketplace/seller-profile?id=529d1014-352c-4bed-8b63-6120e4bd3342) - available via [AWS Marketplace](https://aws.amazon.com/marketplace/seller-profile?id=529d1014-352c-4bed-8b63-6120e4bd3342) and the [Community AMIs](https://wiki.almalinux.org/development/almalinux-os-kitten-10.html).
+* [Generic Cloud](https://kitten.repo.almalinux.org/10-kitten/cloud/)
+* [Microsoft Azure](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/almalinux.kitten)
+* [OpenNebula](https://kitten.repo.almalinux.org/10-kitten/cloud/)
+
+**Vagrant Boxes**
+* AlmaLinux OS Kitten images are available on the [HCP Vagrant Registry](https://portal.cloud.hashicorp.com/vagrant/discover/almalinux).
+
+You can get more information about AlmaLinux OS Kitten 10 installation options on the [AlmaLinux OS Kitten Wiki Page](https://wiki.almalinux.org/development/almalinux-os-kitten-10.html).
+
+## How to help and contribute
+
+All your contributions, feedback and bug reports are greatly appreciated and help us improve AlmaLinux for everyone!
+
+If you would like to help support AlmaLinux, there are many ways to contribute - [testing](https://wiki.almalinux.org/Contribute-to-Testing.html), quality assurance, [documentation](https://wiki.almalinux.org/Contribute-to-Documentation.html), and [more](https://wiki.almalinux.org/Contribute.html). We’d be thrilled to have you join us!
+
+If you need any help or you'd like to discuss anything, check the [Help and Support](https://wiki.almalinux.org/Help-and-Support.html) wiki page, and join us on the [AlmaLinux Community Chat](https://chat.almalinux.org). Engage in the AlmaLinux community on [Reddit](https://reddit.com/r/almalinux), or follow us on [Mastodon](https://fosstodon.org/@almalinux), and [X](https://twitter.com/almalinux).
+
+**Have a great time exploring AlmaLinux OS Kitten 10!**
diff --git a/content/blog/2025-01-10-event-wrapup.md b/content/blog/2025-01-10-event-wrapup.md
new file mode 100644
index 0000000..aa78a39
--- /dev/null
+++ b/content/blog/2025-01-10-event-wrapup.md
@@ -0,0 +1,97 @@
+---
+title: "Ending 2024 with 9 events in 4 months"
+type: blog
+author:
+ name: "benny Vasquez"
+ bio: "Chair, AlmaLinux OS Foundation"
+ image: /users/benny.jpeg
+date: '2025-01-10'
+images:
+ - /blog-images/2025/01-events.png
+post:
+ title: "Ending 2024 with 9 events in 4 months"
+ image: /blog-images/2025/01-events.png
+---
+
+
+The last quarter (plus the end of September) of 2024 was packed with big events for AlmaLinux, and we were so excited to join them all! Learn a bit more about each of them below, and then find out how YOU can help staff AlmaLinux booths for events just like these in 2025!
+
+### NERDEARLA
+
+[NERDEARLA](https://nerdear.la/en/) is an event by nerds, for nerds. We attended our first NERDEARLA in Buenos Aires in September last year, and we loved it! [Pavel shared his experience](https://almalinux.org/blog/2024-12-18-volunteering-at-nerdearla/) of staffing the booth for AlmaLinux, and he and I got to get to know our new friend Luis.
+
+{{< figure src="/blog-images/2025/nerdearla.jpg" width="45%" alt="the NERDEARLA crew and friends" >}}
+
+ I also gave a talk at this event! You can watch it below, if you'd like.
+
+{{< youtube id="BnahLVOhkzw" width="65%" height="36%" autoplay="false" controls="true" mute="false" alt="Choosing your open Source: Common Good or Corporate Good - benny Vasquez" >}}
+
+### All Things Open
+
+[All Things Open (ATO)](https://allthingsopen.org/) is the largest open source/tech/web event on the U.S. east coast, and we had a blast there again this year!
+
+While I was there, I spoke in [a panel session](https://2024.allthingsopen.org/sessions/freedom-vs-sustainable-a-candid-necessary-debate) with Paloma Oliveira, Jacob Greene, Emily Omier, and Chad Whitacre about the balance between freedom and sustainability within open source. I also had [a session dedicated to talking about AlmaLinux](https://2024.allthingsopen.org/sessions/the-state-of-almalinux), which you can [watch here](https://www.youtube.com/watch?v=KuNUUNQSriE)!
+
+We also had a lot of fun at our booth! Thank you to everyone who came by to see us. In case you missed it, we gave away a bunch of t-shirts and gave away some really cool prizes to people who showed up to our booth in their AlmaLinux swag.
+
+{{< figure src="/blog-images/2025/ato_2024.jpg" width="45%" alt="Some AlmaLinux fans" >}}
+{{< figure src="/blog-images/2025/ato_2024_winners.jpg" width="45%" alt="Raffle winners!" >}}
+
+### openSUSE.Asia and Open Source Summit Japan
+
+The AlmaLinux user group in Japan has been busy this year as well, attending all kinds of events and even organizing AlmaLinux Day, Tokyo. They represented AlmaLinux at both openSUSE.Asia and Open Source Summit Japan. You can see the talk from some of the members (who also work for one of our platinum sponsors: Cybertrust Japan) on the Linux Foundation youtube channel.
+
+{{< figure src="/blog-images/2025/opensuseasia.jpeg" width="45%" alt="AlmaLinux at openSUSE.Asia" >}}
+
+{{< youtube id="5AZ1CcrlT1E" width="65%" height="36%" autoplay="false" controls="true" mute="false" alt="AlmaLinux in Japan: Progress and Achievements Over the Past Year - Yohei Suzuki & Takanori Suzuki" >}}
+
+### SeaGL
+
+[SeaGL](https://seagl.org/) is a grassroots technical summit dedicated to spreading awareness and knowledge about FOSS, hardware, and culture. Jonathan, our Infrastructure Lead, had great time meeting up with folks at our booth!
+
+{{< figure src="/blog-images/2025/seagl_2024.jpg" width="45%" alt="AlmaLinux at SeaGL" >}}
+
+### SFSCON
+
+The South Tyrol Free Software Conference, [SFSCON](https://www.sfscon.it/), is one of Europe's most established annual conferences on Free Software. We had a great time meeting up with everyone who joined us there in Italy. I also participated in not 1, not 2, but 3 talks/workshops! One was [all about AlmaLinux](https://www.sfscon.it/talks/almalinux-in-brief/), the second was about [how to build a drama-free community](https://www.sfscon.it/talks/building-a-no-drama-community/), and the last was a [BOF workshop](https://www.sfscon.it/workshops/almalinux-bof/). We also got to enjoy some AlmaLinux cupcakes from Kiki Bakery Lab. Thank you to everyone who attended my sessions and came to say hi!
+
+{{< figure src="/blog-images/2025/sfs_con_cupcakes.jpg" width="45%" alt="AlmaLinux cupcakes at SFSCon" >}}
+
+### Ohio LinuxFest (OLF)
+
+[OLF](https://olfconference.org/about/) is a smaller grassroots conference for the GNU/Linux/Open Source Software/Free Software community. Jonathan Wright, our Infrastructure Lead, had a great time meeting up with everyone who showed up to this event in Ohio!
+
+{{< figure src="/blog-images/2025/olf_2024_booth.jpg" width="45%" alt="AlmaLinux at OLF" >}}
+
+Jonathan gave a talk in which he discussed the evolution of Enterprise Linux in the last decade, the life of AlmaLinux in its first 3 years, and why we think freedom drives innovation.
+
+{{< figure src="/blog-images/2025/olf_2024.jpg" width="45%" alt="Jonathan at OLF" >}}
+
+### SC '24
+
+[SC](https://sc24.supercomputing.org/) is an international conference for HPC, networking, storage, and analysis. We decided it was another great opportunity to spread the love with AlmaLinux swag, and some prizes! We gave away more than 800 t-shirts, and gave away more awesome prizes to folks who showed up to the booth in their swag.
+
+{{< figure src="/blog-images/2025/sc_2024.jpg" width="45%" alt="AlmaLinux at SC '24" >}}
+
+While we were there, I also gave [a talk about welcoming diversity and disagreement in your open source project](https://sc24.conference-program.com/presentation/?id=exforum103&sess=sess696). Thank you to everyone who showed up to my session and to the booth!
+
+### AlmaLinux Day: Tokyo
+
+This year's AlmaLinux Day: Tokyo was entirely arranged by the [Japanese AlmaLinux Users Group](https://almalinux.connpass.com/). We will have pictures and videos of the talks to share from them soon!
+
+## 2025 Events
+
+That's a wrap on events for us for this year, but don't worry! We've got some big plans for 2025. Here's a sneak peek. If you want to help us staff these events or have any others that you think we should cover, reach out to the [Marketing SIG](https://wiki.almalinux.org/sigs/Marketing.html), or sign up on [this form](https://docs.google.com/forms/d/e/1FAIpQLSeGkzJxrYX3PKWh9szmT0deV2ScumGpEOmmiAeevStYFpYkYw/viewform?usp=sf_link).
+
+- [CentOS Connect](https://connect.centos.org/) - Jan 30-31
+- [FOSDEM](https://fosdem.org/2025/) - Feb 1-2
+- [SCaLE](https://www.socallinuxexpo.org) - March 6-9
+- [FOSSAsia Summit](https://summit.fossasia.org/) - March 13-15
+- [CloudFest](https://www.cloudfest.com/) - March 17-20
+- [Linuxfest NW](https://linuxfestnorthwest.org/) - Apr 25 - 27
+
+## Keep in touch, and get involved!
+
+If you want to stay up-to-date, follow us on all of the various places: [our forum](https://almalinux.discourse.group/), [Reddit](https://www.reddit.com/r/AlmaLinux/), [X](https://twitter.com/AlmaLinux), [Mastodon](https://fosstodon.org/@almalinux/), [LinkedIn](https://www.linkedin.com/company/80320905/), and [YouTube](https://www.youtube.com/channel/UCt9lpkqUPp1FUEi9uqVlPQA). We also launched a newsletter this year, which you can [subscribe to on LinkedIn](https://www.linkedin.com/newsletters/almalinux-news-7123058222835376128/) or via email on [our mailing list](https://lists.almalinux.org/postorius/lists/newsletters.lists.almalinux.org/).
+
+And now... to go catch up on months of email. :D
\ No newline at end of file
diff --git a/content/blog/2025-01-13-benny-vasquez-qa.md b/content/blog/2025-01-13-benny-vasquez-qa.md
new file mode 100644
index 0000000..2486b8f
--- /dev/null
+++ b/content/blog/2025-01-13-benny-vasquez-qa.md
@@ -0,0 +1,70 @@
+---
+title: "Meet the board - benny Vasquez"
+type: blog
+author:
+ name: "benny Vasquez"
+ bio: "Chair, board of directors"
+ image: /users/benny.jpeg
+date: '2025-01-13'
+images:
+ - /blog-images/2025/bennyqa.png
+post:
+ title: "Meet the board - benny Vasquez"
+ image: /blog-images/2025/bennyqa.png
+---
+
+In 2023, we launched a series in which we have community members answer common questions we're seeing from the community. Last year we have started building another Q&A series - this time with the AlmaLinux OS Foundation board members! Our goal with this new board member Q&A series is to better introduce our board to the broader community.
+
+For our latest board member Q&A video, [Noam Alum](https://www.linkedin.com/in/noam-alum/?originalSubdomain=il) interviewed me, benny Vasquez. We talked about how I got started with Linux, my hopes for AlmaLinux, and some other fun things. Learn a bit more about me and my background by watching the video, or check out the transcript below!
+
+{{< youtube id="SFHTc4V2n_I" width="65%" height="36%" autoplay="false" controls="true" mute="false" title="Meet the board: benny Vasquez" >}}
+
+## Learn more
+
+The AlmaLinux OS Foundation's board is community elected, by members of the AlmaLinux OS Foundation. If you use AlmaLinux, contribute to AlmaLinux, or support AlmaLinux in some way, we encourage you to [join the foundation](/members/). Individual membership is free, because you shouldn't have to pay to have a voice in the future of something you care about.
+
+See the other interviews here:
+
+* In September, we interviewed [Jack Aboutboul](https://www.linkedin.com/in/jackaboutboul/): [Meet the board - Jack Aboutboul](/blog/2024-09-12-meet-the-board-jack/)
+* In September, we interviewed [Jun Yoshida](https://www.linkedin.com/in/jun-yoshida-6b4b5a16/): [Meet the board - Jun Yoshida](blog/2024-09-23-meet-the-board-jun/)
+* In October, we interviewed [Alex Iribarren](https://www.linkedin.com/in/iribarren/): [Meet the Board: Alex Iribarren](/blog/2024-10-08-meet-the-board-alex/)
+
+We also had a panel of board members at AlmaLinux Day: Germany in 2024 where board members talked about everything from how they got involved in AlmaLinux to their feelings about the future of open source, which you can watch on YouTube [Meet the board!](https://www.youtube.com/watch?v=PP3OPvmUwTs)
+
+If you'd like to learn more about our board and elections, you can check out [our Wiki](https://wiki.almalinux.org/election2023.html)! You can also watch the other videos in this series in [this YouTube playlist](https://www.youtube.com/playlist?list=PLqKzWfm6zyluP2R_6MTPvYJt20bwitQZJ).
+
+## Transcript
+
+_Note: This transcript has been edited for clarity and readability._
+
+Noam Alum: Hey everyone. I'm Noam Alum, a member of the AlmaLinux community. I'm here with benny from the AlmaLinux Foundation. And we are going to introduce you a bit more to the AlmaLinux community. How are you doing today, benny?
+
+benny Vasquez: I'm good. Thanks, Noam. I am very excited to be here.
+
+Noam Alum: Great. Let's jump right into it. What got you into open source in general and Linux specifically?
+
+benny Vasquez: So my first Linux distribution was CentOS. I guess technically, it was Ubuntu when I checked my email on my boyfriend's computer once. But when I got into web hosting, the primary OS that we used was CentOS, so that was my first. And it has had a very special place in my heart ever since then. Later on, when I started to learn about open source, I loved the community nature of open source in general, I loved the idea that just a bunch of people that care about something could work together on it and, like, allow your passion to drive something cool. And eventually that led me to AlmaLinux.
+
+Noam Alum: And that's why I'm talking to you today.
+
+benny Vasquez: Yeah!
+
+Noam Alum: I want to ask you, what are the most exciting things to you about AlmaLinux? And where do you see it in the next five years?
+
+benny Vasquez: I think the most exciting thing that we're working on for me is the foundation of what we're going to build on. I think CentOS was around for 20 years, like the historic CentOS was around for 20 years, and the project still exists. And for me, setting up a foundation that will allow this project to continue to thrive and continue to exist, outlast anybody who's involved in it right now, their interest, their abilities, their passion for it. I really want us to continue to be around as long as we can. So that's what's exciting for me. It's maybe not sexy, but it is the most important thing, from my perspective, to make sure that we're setting up a strong foundation.
+
+Noam Alum: Yeah. That's nice. You mentioned web hosting, and that's where I came to know you.
+
+benny Vasquez: Yeah.
+
+Noam Alum: Most people won't know your history. And I thought maybe you could expand a little bit.
+
+benny Vasquez: Yeah, absolutely, I forgot. Most people don't really know my background. So, I got started in tech in high school. I was helping my dad. He was an IT director at a really small school district, about 20 miles from here. And we would, over the summer, we would do complete rebuilds of all of the computer labs. So I got really familiar with all of that stuff, and really started to understand computing there. But after high school, I went to a local community college and tried a bunch of different majors, none of which were computers. I did archeology, biology, and a ton of things that none of which really stuck for me. None of them seemed to fit, but they were all interesting. And then, after failing out of college, I did some contract work that actually pulled on the knowledge that I had built with my dad, working with my dad and then started at a web hosting company called Liquid Web here in Michigan. I was employee number 33. I was the first girl. It was a very small company. But my A.D.D. ended up being the perfect way for me to enter that company, because there was a position that we called monitoring where you just stared at a screen that was full of alerts all day, and worked to resolve those. Me and my Nagios screen were best friends. And then I got to build the monitoring team and the infrastructure that we used and started to really understand a little bit more about open source there, and then got involved in the marketing side of things there, because I could speak tech and knew people. And I understood how to interact with people. And I started to understand the community a lot more there. And then I went to cPanel and worked there doing tech support and then doing community engagement and community building there. And what was really remarkable about that spot was that cPanel really cared about making sure they were giving back to the open source projects that they relied on. So I got to learn a lot more about what responsible open source consumption was. And, got to meet a bunch of people that were in open source and then moved to Chef to try to help them bounce back from some problems that they were having in their community with their engagements. And I then briefly worked at Microsoft on the open source ecosystem team, which really was my first, like, head first, deep into open source, outside of AlmaLinux. I had already joined the board, and so I was already active in the project, but that was a completely new approach to open source for me, because what Microsoft does is, employs people to work at open source projects pretty regularly. And for me, it was the OpenSSF. So I got to work at the Linux Foundation, but got paid by Microsoft, and that was fantastic. Then, when I got laid off from Microsoft last year, it was the perfect time for me to do AlmaLinux, full time, because there were a bunch of changes at Red Hat that impacted us. And so I got sponsored to do that, and I have been doing that for just over a year now, about fourteen months, and it's been awesome.
+
+Noam Alum: That's such an amazing journey. I hope mine would be somewhat like yours. And like it seems like you wouldn't know what would be, your life as an adult. And that brings for me, the question - what was your dream job was like as a kid?
+
+benny Vasquez: I've always liked fast things and adrenaline highs. And when I was a kid, I thought I wanted to be a fighter jet pilot. And then I realized that that would require military interaction. That's not really for me. That's not something that I'm good at. So then, I thought maybe I would use my ability to argue and reason to be a lawyer and help people specifically. But by the time I was an adult, none of those were really a fit for me. And all I knew was that I wanted to be able to help people and do something with technology. And honestly, I had no idea where that was going to take me. But yeah. That's the dream.
+
+Noam Alum: Well, thanks for joining me today. And thanks for letting the community know you a bit more.
+
+benny Vasquez: Thank you. Thank you, Noam!
diff --git a/content/blog/2025-01-14-elevate-updates.md b/content/blog/2025-01-14-elevate-updates.md
new file mode 100644
index 0000000..3421fb7
--- /dev/null
+++ b/content/blog/2025-01-14-elevate-updates.md
@@ -0,0 +1,48 @@
+---
+title: "ELevate Project Updates"
+type: blog
+author:
+ name: "Yuriy Kohut"
+ bio: "ELevate Project Engineer @ CloudLinux"
+ image: /users/yuriy-kohut.jpg
+date: 2025-01-14
+images:
+ - /blog-images/2025/2025-01-14-elevate-updates.png
+post:
+ title: "ELevate Project Updates"
+ image: /blog-images/2025/2025-01-14-elevate-updates.png
+---
+
+Hello everyone! We’ve got some updates about the ELevate Project to share with you today :)
+
+### New Upgrade Path Available
+
+We are excited to announce that the upgrade path from AlmaLinux OS 9 to AlmaLinux 10.0 beta is now available in ELevate NG.
+
+**Please note: This upgrade is for testing purposes only and is not intended for production environments.**
+
+The AlmaLinux 9 to AlmaLinux 10 beta upgrade is a crucial part of our ongoing preparations for the version 10.0 stable release, expected in Q2. Early testing allows us to identify and address potential issues and before the stable release ensuring the stable upgrade for users.
+
+We'd love the community to help us try and test this new upgrade path and share their experiences. Your input will directly contribute to the quality and development of the final release.
+
+Detailed instructions for testing this migration can be found [here](https://wiki.almalinux.org/elevate/ELevate-NG-testing-guide.html#prepare-the-system-for-upgrade-to-almalinux-10).
+
+Please, report any bugs you may see to the [ELevate leapp repository](https://github.com/AlmaLinux/leapp-repository).
+
+**"Will I be able to use ELevate to upgrade from 10 beta to 10 stable when it's released?"**
+
+When 10 stable is released, ELevate will support upgrades from version 9 to 10 stable. However, ELevate will not support upgrades from 10 beta to 10 stable. You can update systems running 10 beta using the regular update process with detailed instructions that will be provided in the release notes.
+
+### General Updates and Changelog
+
+We have made some adjustments to our supported distributions. As of October 23, 2024, [EuroLinux is no longer being distributed](https://docs.euro-linux.com/), and as a result the ELevate Project will no longer support upgrading to EuroLinux. This decision allows us to focus our resources on maintaining actively supported distributions.
+
+Additionally, we have updated the project to include the latest features, fixes, and updates. See the [changelog](https://wiki.almalinux.org/elevate/Changelog.html) to stay in the loop.
+
+### Contribute and Get Help
+
+We thank you for your continued support and contributions to the ELevate Project and AlmaLinux OS.
+
+Have feedback, questions, or just want to join the discussion? Join us in the ~migration channel on the [AlmaLinux Community Chat](https://chat.almalinux.org/almalinux/channels/migration).
+
+**Happy testing!**
diff --git a/content/blog/2025-01-17-rsync-vulnerabilities.md b/content/blog/2025-01-17-rsync-vulnerabilities.md
new file mode 100644
index 0000000..6d0e486
--- /dev/null
+++ b/content/blog/2025-01-17-rsync-vulnerabilities.md
@@ -0,0 +1,105 @@
+---
+title: "Rsync Vulnerabilities - Patching Status"
+type: blog
+author:
+ name: "Jonathan Wright"
+ bio: "Infrastructure SIG lead & ALESCo member"
+ image: /users/jonathan.jpg
+date: '2025-01-17'
+images:
+ - /blog-images/2025/2025-01-17-rsync-vulnerabilities.png
+post:
+ title: "Rsync Vulnerabilities - Patching Status"
+ image: /blog-images/2025/2025-01-17-rsync-vulnerabilities.png
+---
+Security researchers at Google, namely Pedro Gallegos, Simon Scannell, and Jasiel Spelman, identified vulnerabilities in both the rsync server and client. These vulnerabilities range from extremely concerning to just annoying, and are at different stages of being patched. This blog post will be updated as patches are released by us.
+
+## The Announcement
+The server vulnerabilities ([CVE-2024-12084](https://access.redhat.com/security/cve/CVE-2024-12084) and [CVE-2024-12085](https://access.redhat.com/security/cve/CVE-2024-12085)) can lead to remote code execution (RCE). On the client side, vulnerabilities allow a malicious server to read arbitrary files ([CVE-2024-12086](https://access.redhat.com/security/cve/CVE-2024-12086)), create unsafe symlinks ([CVE-2024-12087](https://access.redhat.com/security/cve/CVE-2024-12087)), and, under certain conditions, overwrite arbitrary files ([CVE-2024-12088](https://access.redhat.com/security/cve/CVE-2024-12088)). Additionally, during the coordinated response to these issues, Aleksei Gorban reported a sixth vulnerability ([CVE-2024-12747](https://access.redhat.com/security/cve/CVE-2024-12747)) related to how the rsync server manages symlinks.
+
+These vulnerabilities were responsibly disclosed to us through the CERT/CC Vulnerability Notes Database, ahead of the [public disclosure](https://www.kb.cert.org/vuls/id/952657) on January 14, 2025.
+
+# Impact and Mitigation:
+
+## AlmaLinux OS 8 & AlmaLinux OS 9
+AlmaLinux 8 and AlmaLinux 9 are vulnerable only to 5 of the 6 CVEs (CVE-2024-12085, CVE-2024-12086, CVE-2024-12087, CVE-2024-12088, and CVE-2024-12747). Red Hat has released patches addressing only CVE-2024-12085. That was promptly released for [AlmaLinux 8](https://errata.almalinux.org/8/ALSA-2025-0325.html) and [AlmaLinux 9](https://errata.almalinux.org/9/ALSA-2025-0324.html) as part of our normal patch and release workflow.
+
+We have also prepared packages with patches for the remaining vulnerabilities from upstream Rsync, but ALESCo is still discussing releasing those patches if Red Hat does not patch them. If these patches are important to you and your rsync use-cases please [let ALESCo know in the ALESCo room on the AlmaLinux community chat](https://chat.almalinux.org/almalinux/channels/alesco)!
+
+#### Vulnerabilitiy Status
+* CVE-2024-12084 - Not Affected on AlmaLinux 8 or 9
+* CVE-2024-12085 - Patched on AlmaLinux 8 and 9
+* CVE-2024-12086 - Vulnerable on AlmaLinux 8 and 9
+* CVE-2024-12087 - Vulnerable on AlmaLinux 8 and 9
+* CVE-2024-12088 - Vulnerable on AlmaLinux 8 and 9
+* CVE-2024-12747 - Vulnerable on AlmaLinux 8 and 9
+
+#### Patched Packages (CVE-2024-12085)
+* rsync-3.1.3-20.el8_10.x86_64.rpm
+* rsync-3.1.3-20.el8_10.aarch64.rpm
+* rsync-3.1.3-20.el8_10.ppc64le.rpm
+* rsync-3.1.3-20.el8_10.s390x.rpm
+* rsync-daemon-3.1.3-20.el8_10.x86_64.rpm
+* rsync-daemon-3.1.3-20.el8_10.aarch64.rpm
+* rsync-daemon-3.1.3-20.el8_10.ppc64le.rpm
+* rsync-daemon-3.1.3-20.el8_10.s390x.rpm
+* rsync-3.2.3-20.el9_5.1.x86_64.rpm
+* rsync-3.2.3-20.el9_5.1.aarch64.rpm
+* rsync-3.2.3-20.el9_5.1.ppc64le.rpm
+* rsync-3.2.3-20.el9_5.1.s390x.rpm
+* rsync-daemon-3.2.3-20.el9_5.1.x86_64.rpm
+* rsync-daemon-3.2.3-20.el9_5.1.aarch64.rpm
+* rsync-daemon-3.2.3-20.el9_5.1.ppc64le.rpm
+* rsync-daemon-3.2.3-20.el9_5.1.s390x.rpm
+
+## AlmaLinux OS Kitten 10
+On January 14, 2025 we released an updated package for AlmaLinux OS Kitten 10 addressing all six vulnerabilities without waiting for patches to be included in CentOS Stream 10. If Red Hat chooses to only patch some of the vulnerabilities we will carry patches for all of the vulnerabilities within AlmaLinux Kitten 10 (which would be a deviation from Red Hat).
+
+#### Vulnerabilitiy Status
+* CVE-2024-12084 - Patched on AlmaLinux OS Kitten 10
+* CVE-2024-12085 - Patched on AlmaLinux OS Kitten 10
+* CVE-2024-12086 - Patched on AlmaLinux OS Kitten 10
+* CVE-2024-12087 - Patched on AlmaLinux OS Kitten 10
+* CVE-2024-12088 - Patched on AlmaLinux OS Kitten 10
+* CVE-2024-12747 - Patched on AlmaLinux OS Kitten 10
+
+#### Patched Packages
+* rsync-3.3.0-6.el10.alma.1.x86_64.rpm
+* rsync-3.3.0-6.el10.alma.1.x86_64_v2.rpm
+* rsync-3.3.0-6.el10.alma.1.aarch64.rpm
+* rsync-3.3.0-6.el10.alma.1.ppc64le.rpm
+* rsync-3.3.0-6.el10.alma.1.s390x.rpm
+* rsync-daemon-3.3.0-6.el10.alma.1.x86_64.rpm
+* rsync-daemon-3.3.0-6.el10.alma.1.x86_64_v2.rpm
+* rsync-daemon-3.3.0-6.el10.alma.1.aarch64.rpm
+* rsync-daemon-3.3.0-6.el10.alma.1.ppc64le.rpm
+* rsync-daemon-3.3.0-6.el10.alma.1.s390x.rpm
+
+## AlmaLinx rsync Backport Package
+
+AlmaLinux maintains an optional Rsync package that is primarily used by AlmaLinux Mirror maintainers to allow for additional functionality and performance enhancements and is [suggested for our mirrors](https://lists.almalinux.org/hyperkitty/list/mirror-announce@lists.almalinux.org/thread/6QKFWQZV2XHDIZ4O4DUOHFFEWLJP47V3/).
+
+On January 14 we released updates for these backported rsync RPMs. rsync from this backport repo was at version 3.3.0, and we updated the repo to 3.4.0 and subsequently 3.4.1, as the updates were released upstream.
+
+#### Vulnerabilitiy Status
+* CVE-2024-12084 - Patched in rsync Backport Package
+* CVE-2024-12085 - Patched in rsync Backport Package
+* CVE-2024-12086 - Patched in rsync Backport Package
+* CVE-2024-12087 - Patched in rsync Backport Package
+* CVE-2024-12088 - Patched in rsync Backport Package
+* CVE-2024-12747 - Patched in rsync Backport Package
+
+#### Patched Packages
+* rsync-3.4.0-1.el8.x86_64.rpm (regressions fixed in rsync-3.4.1-1.el8.x86_64.rpm)
+* rsync-3.4.0-1.el9.x86_64.rpm (regressions fixed in rsync-3.4.1-1.el9.x86_64.rpm)
+* rsync-3.4.0-1.el8.aarch64.rpm (regressions fixed in rsync-3.4.1-1.el8.aarch64.rpm)
+* rsync-3.4.0-1.el9.aarch64.rpm (regressions fixed in rsync-3.4.1-1.el9.aarch64.rpm)
+* rsync-daemon-3.4.0-1.el8.x86_64.rpm (regressions fixed in rsync-daemon-3.4.1-1.el8.x86_64.rpm)
+* rsync-daemon-3.4.0-1.el9.x86_64.rpm (regressions fixed in rsync-daemon-3.4.1-1.el9.x86_64.rpm)
+* rsync-daemon-3.4.0-1.el8.aarch64.rpm (regressions fixed in rsync-daemon-3.4.1-1.el8.aarch64.rpm)
+* rsync-daemon-3.4.0-1.el9.aarch64.rpm (regressions fixed in rsync-daemon-3.4.1-1.el9.aarch64.rpm)
+
+## Further updates
+
+We will update this blog post as future updates are available. Please also sign up for the [AlmaLinux Announce mailing list](https://lists.almalinux.org/mailman3/lists/announce.lists.almalinux.org/) to make sure you don't miss any updates. If you have any questions or concerns, feel free to reach out in our [community chat](https://chat.almalinux.org)!
+
diff --git a/content/blog/2025-01-23-centos-connect-and-fosdem.md b/content/blog/2025-01-23-centos-connect-and-fosdem.md
new file mode 100644
index 0000000..eadb39c
--- /dev/null
+++ b/content/blog/2025-01-23-centos-connect-and-fosdem.md
@@ -0,0 +1,67 @@
+---
+title: "AlmaLinux at CentOS Connect and FOSDEM 2025"
+type: blog
+author:
+ name: "benny Vasquez"
+ bio: "Chair, board of directors"
+ image: /users/benny.jpeg
+date: '2025-01-23'
+images:
+ - /blog-images/2025/fosdemconnect.png
+post:
+ title: "AlmaLinux at CentOS Connect and FOSDEM 2025"
+ image: /blog-images/2025/fosdemconnect.png
+---
+
+
+In just one week we'll be kicking off our time in Brussels as we join both [CentOS Connect](https://connect.centos.org/) and [FOSDEM](https://fosdem.org/) for this year's events, and we are so excited. It always feels special for us this year, because this is the time of year that we celebrate the 4-year anniversary of our very first beta version release.
+
+If you are in the area already or were already planning to be at FOSDEM, we'd love to say hi!
+
+## At CentOS Connect - Meetup and a talk!
+
+At Connect, other than enjoying connecting with other parts of our fellow CentOS Stream community, we're also contributing to the content twice:
+
+### ELevate meetup
+
+9 to 10:45 local time on Thursday, January 30, we'll be hosting a [meetup around Project ELevate](https://cfp.fedoraproject.org/centos-connect-2025/talk/TKT8TH/) - the tool that opens up in-place migrations between major versions across the enterprise Linux ecosystem. Upgrading between major versions of CentOS Linux was always a pain, and required tons of manual labor.
+
+> Project ELevate is an open source upgrade tool that allows users to move between major versions of many of the most popular RHEL-equivalent operating systems without the tedium of moving content. Attendees will learn more about the project as well as how it can be used and improved.
+
+### AlmaLinux: the special derivative
+
+From 5 to 5:30 p.m. on Thursday Andrew will present, ["AlmaLinux: the special derivative"](https://cfp.fedoraproject.org/centos-connect-2025/talk/XTLCAX/). His talk will take everyone through the big differences that AlmaLinux brings to the enterprise linux world.
+
+> On the dates of CentOS Connect 2025, we get to celebrate exactly 4 years since the release of the very first beta version of AlmaLinux. While being RHEL (and later CentOS Stream) derivative AlmaLinux still does a lot of things differently both on the distribution and tooling sides. Our build system and mirror service are just the tip of the iceberg. In my talk I'd like to focus on more things we do differently, like:
+- How we build images
+- How we produce errata
+- How we do OpenSCAP profiles and OVAL data
+- How we support additional hardware and older CPUs
+- How we extend virtualization support
+
+> ... and many more.
+> This can be useful for users and developers to look at familiar features and processes from a new angle.
+
+
+## At FOSDEM - booth and Distros room and ANOTHER talk!
+
+At FOSDEM we'll be around to connect with folks at our booth on Saturday in building K, handing out some pens and stickers and saying hi to our friends.
+
+Sunday, we'll be helping out in the [Distributions Dev Room](https://fosdem.org/2025/schedule/track/distributions/), as we go through the incredible content that's laid out for the day there (take a look if you haven't yet).
+
+Andrew is again scheduled to give an AlmaLinux talk (from 12-12:30 p.m. local time): [“From Manul to Kitten: 4 years of AlmaLinux Development Evolution.”](https://fosdem.org/2025/schedule/track/distributions/)
+
+In this one Andrew will share our experience in developing AlmaLinux and the related services, while also outlining how we made certain decisions depending on emerging needs and external factors in order to continue to deliver and improve a high-quality distribution.
+
+## Other 2025 Events
+
+If you won't be at either of these, that's okay! We're already planning a huge event schedule this year. If you want to help us staff these events or have any others that you think we should cover, reach out to the [Marketing SIG](https://wiki.almalinux.org/sigs/Marketing.html), or fill out [this form](https://docs.google.com/forms/d/e/1FAIpQLSeGkzJxrYX3PKWh9szmT0deV2ScumGpEOmmiAeevStYFpYkYw/viewform?usp=sf_link).
+
+- [SCaLE](https://www.socallinuxexpo.org) - March 6-9
+- [FOSSAsia Summit](https://summit.fossasia.org/) - March 13-15
+- [CloudFest](https://www.cloudfest.com/) - March 17-20
+- [Linuxfest NW](https://linuxfestnorthwest.org/) - Apr 25 - 27
+
+## Keep in touch, and get involved!
+
+If you want to stay up-to-date, follow us on all of the various places: [our forum](https://almalinux.discourse.group/), [Reddit](https://www.reddit.com/r/AlmaLinux/), [X](https://twitter.com/AlmaLinux), [Mastodon](https://fosstodon.org/@almalinux/), [LinkedIn](https://www.linkedin.com/company/80320905/), and [YouTube](https://www.youtube.com/channel/UCt9lpkqUPp1FUEi9uqVlPQA). We also launched a newsletter this year, which you can [subscribe to on LinkedIn](https://www.linkedin.com/newsletters/almalinux-news-7123058222835376128/) or via email on [our mailing list](https://lists.almalinux.org/postorius/lists/newsletters.lists.almalinux.org/).
diff --git a/content/blog/2025-01-30-elevate-to-centos-stream-10.md b/content/blog/2025-01-30-elevate-to-centos-stream-10.md
new file mode 100644
index 0000000..3fdf9d0
--- /dev/null
+++ b/content/blog/2025-01-30-elevate-to-centos-stream-10.md
@@ -0,0 +1,34 @@
+---
+title: "ELevate to CentOS Stream 10!"
+type: blog
+author:
+ name: "Yuriy Kohut"
+ bio: "ELevate to CentOS Stream 10!"
+ image: /users/yuriy-kohut.jpg
+date: 2025-01-30
+images:
+ - /blog-images/2025/2025-01-30-elevate-to-centos-stream-10.png
+post:
+ title: "ELevate to CentOS Stream 10!"
+ image: /blog-images/2025/2025-01-30-elevate-to-centos-stream-10.png
+---
+
+Hello everyone! Following our [recent updates about the ELevate project](https://almalinux.org/blog/2025-01-14-elevate-updates/) and your feedback, we’ve added one more upgrade path. You can now upgrade from CentOS Stream 9 to CentOS Stream 10 as a part of ELevate NG!
+
+**Please note: This upgrade is currently for testing purposes only and is not intended for production environments.**
+
+## Get Testing
+
+We’d love for you all to help us test the upgrades to CentOS Stream 10 and share your feedback. Early testing allows us to identify and address potential issues and ensure a smoother upgrade for users.
+
+Testing instructions are similar to the previously announced upgrade to AlmaLinux 10.0 Beta and can be found [here](https://wiki.almalinux.org/elevate/ELevate-NG-testing-guide.html#upgrading-almalinux-9-to-almalinux-10). As defined in the wiki directions, **the only difference is the leapp-data package** that you use for the upgrade.
+
+Please, report any bugs you may see to the [ELevate leapp repository](https://github.com/AlmaLinux/leapp-repository).
+
+## Contribute and Get Help
+
+We thank you for your continued support and contributions to the ELevate Project and AlmaLinux OS.
+
+Do you have feedback, questions, or just want to join the discussion? Join us in the ~migration channel on the [AlmaLinux Community Chat](https://chat.almalinux.org/almalinux/channels/migration).
+
+**Happy testing and stay tuned for more updates!**
diff --git a/content/blog/2025-02-20-test-patches-for-CVE-2025-26465.md b/content/blog/2025-02-20-test-patches-for-CVE-2025-26465.md
new file mode 100644
index 0000000..8952af2
--- /dev/null
+++ b/content/blog/2025-02-20-test-patches-for-CVE-2025-26465.md
@@ -0,0 +1,63 @@
+---
+title: "Call for testing - OpenSSH CVE-2025-26465"
+type: blog
+author:
+ name: "Jonathan Wright"
+ bio: "Infrastructure SIG lead & ALESCo member"
+ image: /users/jonathan.jpg
+date: '2025-02-20'
+images:
+ - /blog-images/2025/2025-02-20-openssh-cve.png
+post:
+ title: "Help us test patches for CVE-2025-26465, and see the current status of those patches"
+ image: /blog-images/2025/2025-02-20-openssh-cve.png
+---
+
+Earlier this week [Qualys announced](https://blog.qualys.com/vulnerabilities-threat-research/2025/02/18/qualys-tru-discovers-two-vulnerabilities-in-openssh-cve-2025-26465-cve-2025-26466) two critical vulnerabilities for OpenSSH - CVE-2025-26465 and 2025-26466. We are looking for helping testing the patches for CVE-2025-26465.
+
+> The Qualys Threat Research Unit (TRU) has identified two vulnerabilities in OpenSSH. The first, tracked as CVE-2025-26465, allows an active machine-in-the-middle attack on the OpenSSH client when the VerifyHostKeyDNS option is enabled. The second, CVE-2025-26466, affects both the OpenSSH client and server, enabling a pre-authentication denial-of-service attack.
+
+**Neither RHEL nor AlmaLinux** is impacted by [CVE-2025-26466](https://access.redhat.com/security/cve/CVE-2025-26466) in any way.
+
+However, both AlmaLinux 8 and 9 are impacted by CVE-2025-26465. While it is not yet patched in [RHEL 9](https://access.redhat.com/security/cve/CVE-2025-26465), and is considered out of scope for RHEL 8, some of our users are asking us to patch this for their own security. As a result, we have pulled in the upstream patches and are asking users to test the updates.
+
+## Installing the patched versions of OpenSSH on AlmaLinux
+It only takes a few steps to install and test the patched version of OpenSSH in the testing repo.
+
+**Install the testing repo**
+
+```bash
+dnf install -y almalinux-release-testing
+```
+
+**Then update openssh:**
+
+```bash
+dnf update openssh
+```
+
+**Confirm you have the patched version of OpenSSH**
+
+```bash
+rpm -qa openssh
+```
+
+You should see a version matching or higher than the ones below, depending on when you do the installation of the patches.
+
+- AlmaLinux 8 - ```openssh-8.0p1-25.el8_10.alma.1 ```
+- AlmaLinux 9 - ```openssh-8.7p1-43.el9.alma.1 ```
+
+Note: We don't recommend that you keep the testing repo enabled after you've updated OpenSSH, unless you've done this on a truly non-production environment. If this is a production environment, you can disable the repo with this command:
+
+```bash
+dnf config-manager --disable almalinux-testing
+```
+
+If you encounter problems, please let us know as soon as you can, either in [AlmaLinux chat](https://chat.almalinux.org), on [bugs.almalinux.org](https://bugs.almalinux.org), or by emailing [packager@almalinux.org](packager@almalinux.org).
+
+
+## Thanks to our community
+
+Security is a priority at AlmaLinux, and once again we're patching something we know to be important to our community. This is part of the freedom that comes with being a community-powered Red Hat equivalent operating system. We appreciate the members of our community that reported their feelings about this and other updates, worked to fix the problems, and have ever participated in testing our security updates.
+
+If you have any interest in helping us test updates like this in the future, join our [chat](https://chat.almalinux.org), join our [forums](https://forums.almalinux.org/), and keep your eyes open! We'll be looking for contributions to our OpenQA testing later this year, too!
\ No newline at end of file
diff --git a/content/blog/first-almalinux-board-election-announces-7-new-seats.md b/content/blog/first-almalinux-board-election-announces-7-new-seats.md
index 1066a8c..e4322d5 100644
--- a/content/blog/first-almalinux-board-election-announces-7-new-seats.md
+++ b/content/blog/first-almalinux-board-election-announces-7-new-seats.md
@@ -3,17 +3,19 @@ title: "First AlmaLinux Board Election Announces 7 New Seats"
type: blog
author:
name: "benny Vasquez"
- bio: "- Chair, Board of Directors @AlmaLinux OS Foundation"
+ bio: "Chair, Board of Directors @AlmaLinux OS Foundation"
image: /users/benny.jpeg
date: '2022-09-20'
+images:
+ - /blog-images/2022-board-election-results.png
post:
title: "The AlmaLinux OS Foundation has completed its first election! See the results, and what's coming next."
- image:
+ image: /blog-images/2022-board-election-results.png
---
Over a month ago I announced that we would be holding our [first board election](/blog/first-almalinux-os-foundation-election/). Our nearly 300 members of the AlmaLinux OS Foundation have spent the last two weeks casting their votes for the new board, and I am very happy to announce the newest board. These seven nominees have been elected by the community to serve a three-year term as the AlmaLinux OS Foundation board members.
-**How the election worked**
+## How the election worked
The AlmaLinux bylaws were set up to include regular elections, to ensure AlmaLinux could achieve the goal of all foundation members having a voice.
@@ -23,47 +25,75 @@ The AlmaLinux bylaws were set up to include regular elections, to ensure AlmaLin
It was especially exciting for me to see us reach our quorum easily within the first week of the election. Our engaged community is one of the things that proves the worth of AlmaLinux to the world.
-**Meet the Board**
+## Meet the Board
The board has a lot of familiar faces, and a few new ones to meet! This team brings together highly motivated and engaged experts from across industries. This is the group of humans that will help AlmaLinux OS reach its full potential over the next three years.
-
+
+
+
+
+
[benny Vasquez](https://www.linkedin.com/in/bennyvasquez/)
benny is the current Chair of the board of AlmaLinux OS Foundation.
-
+
+
+
+
+
[Jack Aboutboul](https://www.linkedin.com/in/jackaboutboul/)
Jack is a current Director and Community Leader at AlmaLinux.
-
+
+
+
+
+
[Simon Phipps](https://en.wikipedia.org/wiki/Simon_Phipps_(programmer))
Simon is a current Director at AlmaLinux, former president of the Open Source Initiative.
-
+
+
+
+
+
[Jesse Asklund](https://www.linkedin.com/in/jessejester/)
Jesse is a current Director at AlmaLinux and the CXO at WebPros.
-
-
+
+
+
+
+
+
[Daniel Pearson](https://www.linkedin.com/in/daniel-pearson-b2559b60/)
Daniel is the CEO of KnownHost, LLC (promoted from COO during the election window), a current AlmaLinux Gold Sponsor, serves on the AlmaLinux OS Foundation membership committee, and is new to the AlmaLinux OS Foundation board.
-
+
+
+
+
+
[Moshe Bar](https://en.wikipedia.org/wiki/Moshe_Bar_(investor))
Moshe is the CEO of CodeNotary, Inc., an AlmaLinux Gold Sponsor, and is new to the AlmaLinux OS Foundation board.
-
+
+
+
+
+
[Cody Robertson](https://www.linkedin.com/in/cody-robertson-3b334575/)
diff --git a/content/blog/first-almalinux-os-foundation-election.md b/content/blog/first-almalinux-os-foundation-election.md
index 1fbe6c5..35e5d3e 100644
--- a/content/blog/first-almalinux-os-foundation-election.md
+++ b/content/blog/first-almalinux-os-foundation-election.md
@@ -3,11 +3,11 @@ title: "First AlmaLinux Community Election Coming Soon!"
type: blog
author:
name: "benny Vasquez"
- bio: "- Chair, Board of Directors @AlmaLinux OS Foundation"
+ bio: "Chair, Board of Directors @AlmaLinux OS Foundation"
image: /users/benny.jpeg
date: '2022-08-09'
post:
- title: "After a year and a half, the time has finally come! The first election for the AlmaLinux OS Foundation board of directors is set for September 4th - 19th, 2022. This is a big moment for us and for the community at large, so come see all the details!"
+ title: "After a year and a half, the time has finally come for the first AlmaLinux OS Foundation Election!"
image:
---
diff --git a/content/members.md b/content/members.md
index 1ffb4a2..a966c45 100644
--- a/content/members.md
+++ b/content/members.md
@@ -1,6 +1,7 @@
---
-title: "Members"
+title: "AlmaLinux OS Foundation Membership"
type: members
+images:
+ - /membership-images/og_ALOSFmembership.png
---
-
members content
\ No newline at end of file
diff --git a/content/p/foundation-bylaws.md b/content/p/foundation-bylaws.md
index ada183e..c60043c 100644
--- a/content/p/foundation-bylaws.md
+++ b/content/p/foundation-bylaws.md
@@ -2,6 +2,9 @@
title: "AlmaLinux Foundation Bylaws"
type: p
---
+
+These were adopted in August 2021 by email, and confirmed in the September 2021 meeting of the [Board of Directors](https://wiki.almalinux.org/Transparency.html#minutes-of-almalinux-os-foundation-board-meetings).
+
## AMENDED AND RESTATED BY-LAWS OF
## ALMALINUX OS FOUNDATION, INC.
_____________________________________________________________________________
diff --git a/content/p/vulnerability-disclosure-policy.md b/content/p/vulnerability-disclosure-policy.md
new file mode 100644
index 0000000..820b799
--- /dev/null
+++ b/content/p/vulnerability-disclosure-policy.md
@@ -0,0 +1,63 @@
+---
+title: "Vulnerability disclosure policy"
+type: p
+---
+
+Do you think you've found a security flaw in AlmaLinux OS or one of our related projects? Read below for how to responsibly report it!
+
+## Reporting a Vulnerability
+
+> - [Our security.txt file](/.well-known/security.txt).
+
+Taking the time to report a security vulnerability to us is greatly appreciated, and we will use every resource at our disposal to respect your time during the reporting process. When reporting an issue, please provide **as much information** as possible, but at least:
+
+- The project and version (even better if you can identify the specific commit) where you identified the vulnerability
+- A detailed description of the steps to reproduce
+- If appropriate, please include a proof of concept (plaintext only; no binaries)
+- Please also include your recommended remediation(s), if any, or any other concerns.
+
+> #### Do Not Send:
+> Sensitive or personal information.
+
+Our maintainers will attempt to respond to and confirm your report within 2-3 days, but if you believe your report to be *critical* to user safety and security, please note as such in the subject. We are fortunate enough to have hundreds of thousands of systems relying on the expertise of the AlmaLinux OS Team, and we take security very seriously.
+
+## Example Report
+
+```text
+- **Title**: Flaw in mouse_pretend_package prevents cat_catch_mouse from starting
+
+- **Environment** (list all tested or believed to be impacted): AlmaLinux 8, Platform: X86_64, OS Version: 8.5
+
+- **Description**:
+ I am unable to start cat_catch_mouse. When I try to start, I see the following error:
+
+ [root@localhost ~]# systemctl status cat_catch_mouse
+ Month 08 00:18:43 localhost.localdomain systemd[1]: cat_catch_mouse.service: Failed with result 'exit-code'.
+ Month 08 00:18:43 localhost.localdomain systemd[1]: cat_catch_mouse.service: Service RestartSec=100ms expired, scheduling restart.
+ Month 08 00:18:43 localhost.localdomain systemd[1]: cat_catch_mouse.service: Start request repeated too quickly.
+ Month 08 00:18:43 localhost.localdomain systemd[1]: Failed to start CatCatchMouse.
+
+- **Steps to Reproduce**:
+ < insert all the steps that are necessary to reproduce the error. For example: >
+
+ 1. Install AlmaLinux 8.4 and update to 8.5.
+ 2. Run `sudo dnf install mouse_pretend_package`.
+ 3. Run `sudo systemctl enable --now cat_catch_mouse`.
+ 4. Try running `./alma_cat --list-all-mice`
+
+- **Expected Result**: We catch all the mice and see an output of "below is a list of all mice that have been caught".
+
+- **Actual Result**: `cat_catch_mouse.service` stops immediately with an exit code error.
+
+- **Severity**: Urgent
+```
+
+## Where to Report
+
+- For any issue that requires a coordinated release, send your report to [security@almalinux.org](mailto:security@almalinux.org) directly so we can coordinate a responsible patch and release.
+
+- For issues that are directly related to the AlmaLinux operating system itself and do not require coordinated disclosure, please send your report to [bugs.almalinux.org](https://bugs.almalinux.org), this ensures that your report is received by the right people.
+
+- For **non OS-related** reports (.e.g Elevate, almalinux.org website, etc), open an issue on the GitHub repo for that part of the project.
+
+> Feel free to stay connected via our [security channel](https://chat.almalinux.org/almalinux/channels/security) on Mattermost, or join the [Testing & QA channel](https://chat.almalinux.org/almalinux/channels/testing) to get involved in further testing activities.
diff --git a/content/support.md b/content/support.md
new file mode 100644
index 0000000..27c4860
--- /dev/null
+++ b/content/support.md
@@ -0,0 +1,5 @@
+---
+title: "Support"
+date: 2025-01-11T02:50:10+06:00
+type: support
+---
diff --git a/i18n/ar.json b/i18n/ar.json
index 61ba69b..85ee71a 100644
--- a/i18n/ar.json
+++ b/i18n/ar.json
@@ -159,7 +159,7 @@
"Making the build pipeline more secure like ensuring that only trusted sources are used for builds, avoiding attack consequences, etc": "جعل مسار البناء أكثر أمانًا مثل ضمان استخدام المصادر الموثوقة فقط للبنيات، وتجنب عواقب الهجوم، وما إلى ذلك",
"AlmaLinux is leveraging Codenotary’s open source": "تستفيد AlmaLinux من المصدر المفتوح لـ Codenotary",
"to provide administrators with authentication, verification and full SBOM visibility.": "لتزويد المسؤولين بالمصادقة والتحقق والرؤية الكاملة لـ SBOM.",
- "immudb is protected against tampering.": "",
+ "immudb is protected against tampering.": "immudb محمي ضد العبث.",
"Getting Started": "ابدء",
"For more information, see the Almalinux wiki:": "لمزيد من المعلومات، راجع ويكي Almalinux:",
"It wasn't possible--until now.": "ولم يكن ذلك ممكنا - حتى الآن.",
@@ -225,7 +225,7 @@
"No.": "رقم.",
"An Open Source, community owned and governed, forever-free enterprise Linux distribution, focused on long-term stability, providing a robust production-grade platform. AlmaLinux OS is 1:1 binary compatible with RHEL® and pre-Stream CentOS.": "توزيعة Linux للمؤسسات مفتوحة المصدر ، مملوكة للمجتمع ويحكمها ، وخالية إلى الأبد ، تركز على الاستقرار على المدى الطويل ، وتوفر نظاما أساسيا قويا على مستوى الإنتاج. نظام التشغيل AlmaLinux هو ثنائي 1: 1 متوافق مع RHEL® و CentOS قبل الدفق.",
"We've developed this project in good faith in the hope that everyone in the community can use and contribute to, no matter which distro you prefer.": "لقد قمنا بتطوير هذا المشروع بحسن نية على أمل أن يتمكن كل فرد في المجتمع من استخدامه والمساهمة فيه، بغض النظر عن التوزيعة التي تفضلها.",
- "All attestation data is integrity-checked and cryptographically verified by clients.": "",
+ "All attestation data is integrity-checked and cryptographically verified by clients.": "يتم فحص سلامة جميع بيانات التصديق والتحقق من تشفيرها من قبل العملاء.",
"Opportunity to nominate someone for election to the board of directors": "\"فرصة ترشيح شخص ما لانتخابه لعضوية مجلس الإدارة\"",
"Users and maintainers can both utilize the PES to help make migrations smooth and easy.": "يمكن للمستخدمين والمشرفين الاستفادة من PES للمساعدة في جعل عمليات الترحيل سلسة وسهلة.",
"Join the": "انضم الي",
@@ -234,7 +234,7 @@
"ELevate enables migration between major versions of RHEL® derivatives.": "",
"Global head of customer experience for": "",
"How can I contribute?": "كيف يمكنني المساهمة؟",
- "The AlmaLinux Build System stores SBOM data inside of immudb": "",
+ "The AlmaLinux Build System stores SBOM data inside of immudb": "يقوم نظام AlmaLinux Build System بتخزين بيانات SBOM داخل immudb",
"If you are using CentOS 7 or 8 and need help upgrading and migrating, check out [ELevate](https://almalinux.org/elevate).": "",
"Switching distributions is usually costly and time-consuming, but that’s not the case when switching from CentOS and other RHEL® derivatives to AlmaLinux OS.\"}} {{ i18n \"Switching is easy": "",
"Why did we call it AlmaLinux OS?": "لم نسميها ألما لينكس؟",
@@ -280,7 +280,7 @@
"...And the president himself": "...والرئيس نفسه",
"An individual or entity that provides the project with mirror(s) for content distribution.": "فرد أو كيان يزود المشروع بمرآة (مرايا) لتوزيع المحتوى.",
"sponsored webinars per year": "ندوات عبر الإنترنت برعاية سنويا",
- "immudb is also protected against MITM attacks.": "",
+ "immudb is also protected against MITM attacks.": "immudb محمي أيضًا ضد هجمات MITM(الرجل في الوسط).",
"Your company logo on AlmaLinux website in up two sections/categories": "شعار شركتك على موقع AlmaLinux مقسم إلى قسمين/فئتين",
"Membership guidelines are": "إرشادات العضوية هي",
"Official AlmaLinux mirror logo": "شعار مرآة AlmaLinux الرسمي",
@@ -431,7 +431,7 @@
"The AlmaLinux OS Foundation is a 501(c)(6) that was founded in March of 2021 to own and manage the AlmaLinux OS project. We have been involving the community since the beginning, and the governing board is chosen by members of the foundation. At all times, AlmaLinux OS will be free and open.": "مؤسسة AlmaLinux OS هي مؤسسة 501(c)(6) تأسست في مارس 2021 لامتلاك وإدارة مشروع AlmaLinux OS. لقد قمنا بإشراك المجتمع منذ البداية، ويتم اختيار مجلس الإدارة من قبل أعضاء المؤسسة. سيكون نظام AlmaLinux OS مجانيًا ومفتوحًا في جميع الأوقات.",
"(AlmaLinux and MiracleLinux Developer - Matthias Kruk)": "(مطور AlmaLinux وMiracleLinux - ماتياس كروك)",
"150 guests, 7 speakers, 1 amazing day": "150 ضيفًا و7 متحدثين ويومًا رائعًا",
- "about SBOM integration in AlmaLinux.": "",
+ "about SBOM integration in AlmaLinux.": "حول تكامل SBOM في AlmaLinux.",
"AlmaLinux-deploy": "نشر AlmaLinux",
"Expanded Platform Support": "دعم النظام الأساسي الموسع",
"AlmaLinux OS provides SCAP and SCAP Workbench packages to audit your AlmaLinux system for security compliance alongside OVAL streams.": "يوفر نظام AlmaLinux OS حزم SCAP وSCAP Workbench لمراجعة نظام AlmaLinux الخاص بك من أجل الامتثال الأمني إلى جانب تدفقات OVAL.",
@@ -613,15 +613,15 @@
"General Counsel": "مستشار عام",
"See the full Hackathon agenda": "",
"IT Infrastructure & Security Director": "",
- "March 18th, 2024": "",
- "AlmaLinux Day: Germany": "",
- "Header image:": "",
- "See the schedule": "",
- "Europa Park": "",
- "Simon Phipps": "",
- "Jesse Asklund": "",
- "Alex Iribarren": "",
- "Kenneth Tan, PhD": "",
+ "March 18th, 2024": "18 مارس 2024",
+ "AlmaLinux Day: Germany": "يوم AlmaLinux : المانيا",
+ "Header image:": "صورة الرأس:",
+ "See the schedule": "انظر للجدول الزمني",
+ "Europa Park": "أوروبا بارك",
+ "Simon Phipps": "سايمون فيلبس",
+ "Jesse Asklund": "جيسي اسكلوند",
+ "Alex Iribarren": "الكس اريبارين",
+ "Kenneth Tan, PhD": "كينيث تان, PhD",
"Hidenori Ishikawa": "",
"While the event is free, registration is required for attendance. Register before March 1st to reserve your AlmaLinux Day: Germany swag bag.": "",
"On stage at AlmaLinux Day": "",
@@ -637,8 +637,8 @@
"Leader of Cloud IaaS and Linux Platform Engineering teams": "",
"Chieko Aihara": "",
"Join us March 18th for ": "",
- "Keynotes": "",
- "AlmaLinux: Built to Last": "",
+ "Keynotes": "الكلمات الأساسية",
+ "AlmaLinux: Built to Last": "AlmaLinux : صُمم ليدوم طويلاً",
"AlmaLinux Day: Germany @ CloudFest": "",
"Rust, Germany": "",
"Executive Director": "",
@@ -648,9 +648,9 @@
"Save your spot and get your swag!": "",
"Chair, Board of Directors": "",
"10:00 am: Hackathon kicks off!": "",
- "Track 2": "",
- "This event will forever hold a place in my heart. We could not have hoped for a more engaged and enthusiastic audience, and we continue to be grateful for the AlmaLinux community in Japan.": "",
- "Building AlmaLinux OS": "",
+ "Track 2": "المسار 2",
+ "This event will forever hold a place in my heart. We could not have hoped for a more engaged and enthusiastic audience, and we continue to be grateful for the AlmaLinux community in Japan.": "هذا الحدث سيبقى إلى الأبد في قلبي. لم نكن نأمل في وجود جمهور أكثر تفاعلاً وحماسًا، وما زلنا نشعر بالامتنان لمجتمع AlmaLinux في اليابان.",
+ "Building AlmaLinux OS": "بناء AlmaLinux OS",
"Chief Experience Officer": "",
"Securing more infrastructure by": "",
"CloudFest Hackathon": "",
@@ -660,25 +660,26 @@
"10:30 am": "",
"Meet the Board: AlmaLinux OS Foundation Board": "",
"security of infrastructure globally": "",
- "Corporate Officer": "",
+ "Corporate Officer": "موظف الشركة",
"9:00 am": "",
"Vice President / Product Manager": "",
"March 16-17": "",
"Learn more about the project": "",
"Stability, security, and the strength of the AlmaLinux Community": "",
"No drama, just linux.": "",
- "AlmaLinux offers AlmaLinux OS 8 and AlmaLinux OS 9 images for Azure across all Azure regions via the ": "",
- "Never has there been a better gathering of AlmaLinux experts. Hear all of the latest about the project, hear from industry experts about the current trends in the enterprise Linux ecosystem, and make connections with the people who can help solve every technology problem you're facing.": "",
- "The Forefront of AlmaLinux on ARM Server Infrastructure": "",
+ "AlmaLinux offers AlmaLinux OS 8 and AlmaLinux OS 9 images for Azure across all Azure regions via the ": "تقدم AlmaLinux صور AlmaLinux OS 8 وAlmaLinux OS 9 لـ Azure عبر جميع مناطق Azure عبر ",
+ "Never has there been a better gathering of AlmaLinux experts. Hear all of the latest about the project, hear from industry experts about the current trends in the enterprise Linux ecosystem, and make connections with the people who can help solve every technology problem you're facing.": "لم يكن هناك تجمع أفضل لخبراء AlmaLinux من قبل. استمع إلى أحدث المعلومات حول المشروع، واستمع إلى خبراء الصناعة حول الاتجاهات الحالية في نظام Linux البيئي للمؤسسة، وقم بإجراء اتصالات مع الأشخاص الذين يمكنهم المساعدة في حل كل مشكلة تقنية تواجهها.",
+ "The Forefront of AlmaLinux on ARM Server Infrastructure": "طليعة AlmaLinux في البنية التحتية لخادم ARM",
"Hear from the experts": "",
- "The Evolution of SBOMs in AlmaLinux": "",
- "View on YouTube": "",
- "AlmaLinux Community Activities in Japan": "",
- "(AlmaLinux and MIRACLE LINUX Developer - Matthias Kruk)": "",
- "Penguin Wrangler and Cloud Watcher": "",
- "Track 1": "",
+ "The Evolution of SBOMs in AlmaLinux": "تطور SBOMs في AlmaLinux",
+ "View on YouTube": "عرض على يوتيوب",
+ "AlmaLinux Community Activities in Japan": "أنشطة مجتمع AlmaLinux في اليابان",
+ "(AlmaLinux and MIRACLE LINUX Developer - Matthias Kruk)": "(مطور AlmaLinux وMIRACLE LINUX - ماتياس كروك)",
+ "Penguin Wrangler and Cloud Watcher": "بينجوين ورانجلر و كلاود واتشر",
+ "Track 1": "المسار 1",
"Jonas Trüstedt": "",
"Senior orcharhino Architect": "",
"Tristan Theroux": "",
- "Manager / Product Development Engineer": ""
+ "Manager / Product Development Engineer": "",
+ "AlmaLinux OS provides a set of security features: Errata, GPG keys, Mailing Lists, OpenSCAP, OVAL, SBOM, and Secure Boot": "يوفر نظام AlmaLinux OS مجموعة من ميزات الأمان: Errata، ومفاتيح GPG، والقوائم البريدية، وOpenSCAP، وOVAL، وSBOM، والتمهيد الآمن"
}
diff --git a/i18n/cs.json b/i18n/cs.json
index 34f78fc..f03dbef 100644
--- a/i18n/cs.json
+++ b/i18n/cs.json
@@ -683,5 +683,7 @@
"Get OCI Image from GitHub": "Získejte OCI Image z GitHubu",
"The AlmaLinux OS Foundation is a registered 501(c)(6) organization under US law": "Nadace AlmaLinux OS je registrovaná organizace 501(c)(6) podle amerického práva",
"11:00 am": "11:00",
- "The next AlmaLinux betas are ready for testing! Checkout ": "Další betaverze AlmaLinuxu jsou připraveny k testování! Podívejte se na "
+ "The next AlmaLinux betas are ready for testing! Checkout ": "Další betaverze AlmaLinuxu jsou připraveny k testování! Podívejte se na ",
+ "AlmaLinux images are available for Incus and LXC.": "AlmaLinux nabízí obrazy pro Incus a LXC.",
+ "Get Incus and LXC Images": "Získejte obrazy pro Incus a LXC"
}
diff --git a/i18n/en.json b/i18n/en.json
index 43932b7..4a9cfe5 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -49,15 +49,10 @@
"What license is your metadata under?": "What license is your metadata under?",
"The metadata is provided under an Apache License.": "The metadata is provided under an Apache License.",
"Why are you supporting migration to other distributions?": "Why are you supporting migration to other distributions?",
- "Apply for membership": "Apply for membership",
"Contributor Member": "Contributor Member",
- "An individual application for anyone who uses AlmaLinux OS, contributes to AlmaLinux OS, provides services to the AlmaLinux OS community or otherwise supports the AlmaLinux OS.": "An individual application for anyone who uses AlmaLinux OS, contributes to AlmaLinux OS, provides services to the AlmaLinux OS community or otherwise supports the AlmaLinux OS.",
"Apply": "Apply",
- "Mirror Member": "Mirror Member",
"Sponsor Member": "Sponsor Member",
- "Entities who wish to contribute funding for the project through sponsorship.": "Entities who wish to contribute funding for the project through sponsorship.",
"Do you have membership related questions?": "Do you have membership related questions?",
- "Contact us": "Contact us",
"Board of Directors": "Board of Directors",
"Free Linux OS for the community, by the community": "Free Linux OS for the community, by the community",
"Contribute": "Contribute",
@@ -84,9 +79,9 @@
"AlmaLinux builds Live Media images for GNOME, GNOME Mini, KDE, XFCE and MATE options.": "AlmaLinux builds Live Media images for GNOME, GNOME Mini, KDE, XFCE and MATE options.",
"Get Live Media Image": "Get Live Media Image",
"AlmaLinux provides official images for Vagrant:": "AlmaLinux provides official images for Vagrant:",
- "Get AlmaLinux on Vagrant Cloud": "Get AlmaLinux on Vagrant Cloud",
- "AlmaLinux images are available for LXC/LXD.": "AlmaLinux images are available for LXC/LXD.",
- "Get LXC/LXD Images": "Get LXC/LXD Images",
+ "Get AlmaLinux on HCP Vagrant Registry": "Get AlmaLinux on HCP Vagrant Registry",
+ "AlmaLinux images are available for Incus and LXC.": "AlmaLinux images are available for Incus and LXC.",
+ "Get Incus and LXC Images": "Get Incus and LXC Images",
"AlmaLinux builds Raspberry Pi images, and also with GNOME desktop environment.": "AlmaLinux builds Raspberry Pi images, and also with GNOME desktop environment.",
"Get Raspberry Pi Image": "Get Raspberry Pi Image",
"Run the AlmaLinux terminal environment on Windows.": "Run the AlmaLinux terminal environment on Windows.",
@@ -180,61 +175,16 @@
"We respect RedHat’s work and our initial data set was provided by the AlmaLinux Foundation and contributions from Oracle.": "We respect RedHat’s work and our initial data set was provided by the AlmaLinux Foundation and contributions from Oracle.",
"That’s the open source way.": "That’s the open source way.",
"Join the": "Join the",
- "Be heard!": "Be heard!",
- "as a Member or Sponsor.": "as a Member or Sponsor.",
- "Own and vote on shaping the future of AlmaLinux OS!": "Own and vote on shaping the future of AlmaLinux OS!",
- "The AlmaLinux Foundation is the entity behind AlmaLinux OS, the forever-free Enterprise-grade Linux distribution.": "The AlmaLinux Foundation is the entity behind AlmaLinux OS, the forever-free Enterprise-grade Linux distribution.",
- "As a member, you will have a voice in the direction of the project, and can vote for and be voted into the Board of Directors by other members.": "As a member, you will have a voice in the direction of the project, and can vote for and be voted into the Board of Directors by other members.",
- "There are several pathways available for becoming a member, including project contributors, mirror maintainers/sponsors and service providers to the community, as well as official sponsors for the project.": "There are several pathways available for becoming a member, including project contributors, mirror maintainers/sponsors and service providers to the community, as well as official sponsors for the project.",
- "Membership guidelines are": "Membership guidelines are",
- "available here": "available here",
- "Contributor Membership": "Contributor Membership",
- "Qualification": "Qualification",
- "anyone approved as a contributing member by membership committee based on their contribution to AlmaLinux": "anyone approved as a contributing member by membership committee based on their contribution to AlmaLinux",
"Term": "Term",
"re-qualified annually": "re-qualified annually",
"Benefits": "Benefits",
- "listing on our website in a contributing member list": "listing on our website in a contributing member list",
- "contributing member AlmaLinux logo": "contributing member AlmaLinux logo",
"1 vote for a board seat": "1 vote for a board seat",
- "Official Mirror Membership": "Official Mirror Membership",
- "acceptance as AlmaLinux mirror by tech committee": "acceptance as AlmaLinux mirror by tech committee",
- "as long as mirror is operational": "as long as mirror is operational",
- "All contributor membership benefits and": "All contributor membership benefits and",
- "Listing as an official AlmaLinux mirror": "Listing as an official AlmaLinux mirror",
"Official AlmaLinux mirror logo": "Official AlmaLinux mirror logo",
- "All of the": "All of the",
- "benefits, plus...": "benefits, plus...",
"Voting benefits": "Voting benefits",
- "a potential seat on the board of directors": "a potential seat on the board of directors",
- "Opportunity to nominate someone for election to the board of directors": "Opportunity to nominate someone for election to the board of directors",
"votes for each open board seat": "votes for each open board seat",
"Opportunity to nominate someone for election to the board of directors": "Opportunity to nominate someone for election to the board of directors",
"Marketing Benefits": "Marketing Benefits",
- "Your company logo on AlmaLinux website (in one section/category of the website only)": "Your company logo on AlmaLinux website (in one section/category of the website only)",
- "Have your company's events featured on our events.almalinux.org community calendar": "Have your company's events featured on our events.almalinux.org community calendar",
- "Exposure through new Silver member group press releases with social media promotion": "Exposure through new Silver member group press releases with social media promotion",
- "AlmaLinux member logo on your site": "AlmaLinux member logo on your site",
- "Inclusion in a round-up of new members": "Inclusion in a round-up of new members",
- "Priority access to sponsorship at any AlmaLinux organized events": "Priority access to sponsorship at any AlmaLinux organized events",
- "Your company logo on AlmaLinux website in up two sections/categories": "Your company logo on AlmaLinux website in up two sections/categories",
- "sponsored webinar per year": "sponsored webinar per year",
- "four sponsored blog posts per year": "four sponsored blog posts per year",
"AlmaLinux will assist in promoting your appropriate social media for Linux-related content (e.g. tweets and retweets)": "AlmaLinux will assist in promoting your appropriate social media for Linux-related content (e.g. tweets and retweets)",
- "Membership launch blog announcing your Gold/Platinum membership": "Membership launch blog announcing your Gold/Platinum membership",
- "Your company logo on AlmaLinux website in up three sections/categories": "Your company logo on AlmaLinux website in up three sections/categories",
- "sponsored webinars per year": "sponsored webinars per year",
- "Dedicated press release announcing membership": "Dedicated press release announcing membership",
- "Additional Benefits": "Additional Benefits",
- "Direct access to AlmaLinux executives and staff to help with consultation, planning, and engagement opportunities, including advance information on upcoming announcements and projects": "Direct access to AlmaLinux executives and staff to help with consultation, planning, and engagement opportunities, including advance information on upcoming announcements and projects",
- "Fees (Annual)": "Fees (Annual)",
- "Alternative contribution": "Alternative contribution",
- "per membership committee confirmation: Any contribution of hardware or services based on board approval": "per membership committee confirmation: Any contribution of hardware or services based on board approval",
- "per board of directors confirmation:": "per board of directors confirmation:",
- "One dedicated FTE working on AlmaLinux": "One dedicated FTE working on AlmaLinux",
- "or": "or",
- "annual service credits or hardware donation valued at $20,000 or more": "annual service credits or hardware donation valued at $20,000 or more",
- "Three dedicated FTE working on AlmaLinux": "Three dedicated FTE working on AlmaLinux",
"An individual or entity that provides the project with mirror(s) for content distribution.": "An individual or entity that provides the project with mirror(s) for content distribution.",
"Only one member application per individual or entity will be accepted, irrespective of contributed number of mirrors.": "Only one member application per individual or entity will be accepted, irrespective of contributed number of mirrors.",
"open source advocate and a former president of the": "open source advocate and a former president of the",
@@ -340,8 +290,7 @@
"AlmaLinux OS UBI-alternatives:": "AlmaLinux OS UBI-alternatives:",
"The guide on how to use Live Media images can be found on the ": "The guide on how to use Live Media images can be found on the ",
"AlmaLinux Live Media Wiki Page": "AlmaLinux Live Media Wiki Page",
- "AlmaLinux provides official AlmaLinux OS 8 and AlmaLinux OS 9 images for Vagrant:": "AlmaLinux provides official AlmaLinux OS 8 and AlmaLinux OS 9 images for Vagrant:",
- "You can get AlmaLinux OS images on Vagrant Cloud at the link provided: ": "You can get AlmaLinux OS images on Vagrant Cloud at the link provided: ",
+ "You can get AlmaLinux OS images on HCP Vagrant Registry at the link provided: ": "You can get AlmaLinux OS images on HCP Vagrant Registry at the link provided: ",
"You can get official AlmaLinux OS images at the link provided: ": "You can get official AlmaLinux OS images at the link provided: ",
"Windows Subsystem for Linux (WSL) is designed as an integration between Windows and Linux. You can run the AlmaLinux terminal environment on a Windows machine.": "Windows Subsystem for Linux (WSL) is designed as an integration between Windows and Linux. You can run the AlmaLinux terminal environment on a Windows machine.",
"More details and guidance steps can be found on the ": "More details and guidance steps can be found on the ",
@@ -349,7 +298,7 @@
"AlmaLinux builds standard Raspberry Pi images and images with GNOME desktop environment.": "AlmaLinux builds standard Raspberry Pi images and images with GNOME desktop environment.",
"More details can be found on the": "More details can be found on the",
"AlmaLinux Raspberry Pi Wiki Page": "AlmaLinux Raspberry Pi Wiki Page",
- "AlmaLinux provides official AlmaLinux OS 9 images for Vagrant:": "AlmaLinux provides official AlmaLinux OS 9 images for Vagrant:",
+ "AlmaLinux provides official AlmaLinux OS 9.5 images for Vagrant:": "AlmaLinux provides official AlmaLinux OS 9.5 images for Vagrant:",
"Build System": "Build System",
"openQA": "openQA",
"AlmaLinux OS Foundation publishes Errata to help users to determine what updates such as security issues and fixed bugs are available and their importance based on analysis.": "AlmaLinux OS Foundation publishes Errata to help users to determine what updates such as security issues and fixed bugs are available and their importance based on analysis.",
@@ -456,10 +405,6 @@
"Reception with light food and beverages": "Reception with light food and beverages",
"and to the rest of our project backers!": "and to the rest of our project backers!",
"Global head of Customer Experience": "Global head of Customer Experience",
- "The acceptance of each application will be reviewed on a case-by-case basis by the ": "The acceptance of each application will be reviewed on a case-by-case basis by the ",
- ", in accordance with the ": ", in accordance with the ",
- "Bylaws": "Bylaws",
- " established by the Board.": " established by the Board.",
"AlmaLinux Day Tokyo 2023 is the world's first official AlmaLinux OS Foundation event. This event will be a gathering of some of the most engaged people in the AlmaLinux community, as well as technology partners from all over the world. This is the best place to engage and meet some of the people who care most about the success of AlmaLinux.": "AlmaLinux Day Tokyo 2023 is the world's first official AlmaLinux OS Foundation event. This event will be a gathering of some of the most engaged people in the AlmaLinux community, as well as technology partners from all over the world. This is the best place to engage and meet some of the people who care most about the success of AlmaLinux.",
"As CentOS Linux enters its final 6 months support, AlmaLinux OS is attracting the most attention as a RHEL-compatible Linux.": "As CentOS Linux enters its final 6 months support, AlmaLinux OS is attracting the most attention as a RHEL-compatible Linux.",
"At this event, speakers from the AlmaLinux OS Foundation will come to Japan to introduce everyone who touches Linux, from trends in the Linux industry to technical information needed when choosing the next Linux to use.": "At this event, speakers from the AlmaLinux OS Foundation will come to Japan to introduce everyone who touches Linux, from trends in the Linux industry to technical information needed when choosing the next Linux to use.",
@@ -481,7 +426,7 @@
"Matthias Kruk": "Matthias Kruk",
"Masazumi Koga": "Masazumi Koga",
"Kimiyoshi Ohno": "Kimiyoshi Ohno",
- "AlmaLinux offers AlmaLinux OS 8 and AlmaLinux OS 9 images for Azure across all Azure regions via the ": "AlmaLinux offers AlmaLinux OS 8 and AlmaLinux OS 9 images for Azure across all Azure regions via the ",
+ "AlmaLinux offers AlmaLinux OS 8.10 and AlmaLinux OS 9.5 images for Azure across all Azure regions via the ": "AlmaLinux offers AlmaLinux OS 8.10 and AlmaLinux OS 9.5 images for Azure across all Azure regions via the ",
"Keynotes": "Keynotes",
"Track 1": "Track 1",
"Track 2": "Track 2",
@@ -575,7 +520,6 @@
"Members of ALESCo": "Members of ALESCo",
"Principal Research Infrastructure Developer": "Principal Research Infrastructure Developer",
"CTO": "CTO",
- "Cloud Engineer": "Cloud Engineer",
"AlmaLinux Evangelist": "AlmaLinux Evangelist",
"Principal Consultant": "Principal Consultant",
"ALESCo acts as the central meeting point for collaboration between everyone working on anything related to the AlmaLinux Project. By having open discussions and inviting viewpoints from everyone that touches AlmaLinux, we ensure AlmaLinux continues to serve its community.": "ALESCo acts as the central meeting point for collaboration between everyone working on anything related to the AlmaLinux Project. By having open discussions and inviting viewpoints from everyone that touches AlmaLinux, we ensure AlmaLinux continues to serve its community.",
@@ -601,7 +545,6 @@
"This looks awesome! How do I get involved?": "This looks awesome! How do I get involved?",
"You can find the LEAPP code ": "You can find the LEAPP code ",
"in the AlmaLinux GitHub organization.": "in the AlmaLinux GitHub organization.",
- "The enterprise linux ecosystem is a very large and diverse community, and we have developed this project in good faith as members of what ecosystem.": "The enterprise linux ecosystem is a very large and diverse community, and we have developed this project in good faith as members of what ecosystem.",
"We hope that everyone in the community can use and contribute to ELevate, no matter which distro you prefer. That is the open source way.": "We hope that everyone in the community can use and contribute to ELevate, no matter which distro you prefer. That is the open source way.",
"Answers to Frequent Questions": "Answers to Frequent Questions",
"ELevate is a project aimed to provide the ability to upgrade between major versions of RHEL-based distributions. First announced by AlmaLinux in 2021, ELevate combines two key components: updates to ": "ELevate is a project aimed to provide the ability to upgrade between major versions of RHEL-based distributions. First announced by AlmaLinux in 2021, ELevate combines two key components: updates to ",
@@ -691,8 +634,6 @@
"we shifted": "we shifted",
" our goal from being a downstream rebuild of RHEL to maintaining compatibility with RHEL. That means everything from software applications to kernel modules that work on RHEL will work on AlmaLinux. If not, we consider that a bug.": " our goal from being a downstream rebuild of RHEL to maintaining compatibility with RHEL. That means everything from software applications to kernel modules that work on RHEL will work on AlmaLinux. If not, we consider that a bug.",
"Is AlmaLinux OS FIPS-140 compliant?": "Is AlmaLinux OS FIPS-140 compliant?",
- "AlmaLinux OS 9.2 is in the processes of becoming FIPS-140 compliant. Read more in this blog post: ": "AlmaLinux OS 9.2 is in the processes of becoming FIPS-140 compliant. Read more in this blog post: ",
- "FIPS Validation for AlmaLinux OS.": "FIPS Validation for AlmaLinux OS.",
"Alma means soul in Spanish and other Latin languages. Looking back, it is easy to see that Linux is as popular and pervasive as it is thanks to the efforts of a passionate, diverse developer community. That community is the soul of Linux, and everyone that relies on a Linux distribution is indebted to the efforts of the Linux community. That is why we called our distribution AlmaLinux OS.": "Alma means soul in Spanish and other Latin languages. Looking back, it is easy to see that Linux is as popular and pervasive as it is thanks to the efforts of a passionate, diverse developer community. That community is the soul of Linux, and everyone that relies on a Linux distribution is indebted to the efforts of the Linux community. That is why we called our distribution AlmaLinux OS.",
"The initial backers and supporters for AlmaLinux OS were already extremely active in the enterprise Linux ecosystem, and had significant experience with RHEL forks. They knew the impact that the loss of CentOS Linux would have across all industries, and had the means and knowledge and need to help the community move forward.": "The initial backers and supporters for AlmaLinux OS were already extremely active in the enterprise Linux ecosystem, and had significant experience with RHEL forks. They knew the impact that the loss of CentOS Linux would have across all industries, and had the means and knowledge and need to help the community move forward.",
"The AlmaLinux OS Foundation is a 501(c)(6) that was founded in March of 2021 to own and manage the AlmaLinux OS project. We have been involving the community since the beginning, and the governing board is chosen by members of the foundation. For as long as our community needs a free operating system in the RHEL ecosystem, AlmaLinux OS will be free and open.": "The AlmaLinux OS Foundation is a 501(c)(6) that was founded in March of 2021 to own and manage the AlmaLinux OS project. We have been involving the community since the beginning, and the governing board is chosen by members of the foundation. For as long as our community needs a free operating system in the RHEL ecosystem, AlmaLinux OS will be free and open.",
@@ -767,5 +708,120 @@
"Date and time:": "Date and time:",
"Saturday, December 14, 2024, 13:00-20:00 (doors open at 12:30)": "Saturday, December 14, 2024, 13:00-20:00 (doors open at 12:30)",
"AlmaLinux Day Welcome and Introduction": "AlmaLinux Day Welcome and Introduction",
- "Cybertrust's AlmaLinux efforts and contributions - from last year's AlmaLinux Day: Tokyo to now": "Cybertrust's AlmaLinux efforts and contributions - from last year's AlmaLinux Day: Tokyo to now"
-}
+ "Cybertrust's AlmaLinux efforts and contributions - from last year's AlmaLinux Day: Tokyo to now": "Cybertrust's AlmaLinux efforts and contributions - from last year's AlmaLinux Day: Tokyo to now",
+ "AlmaLinux provides official AlmaLinux OS 8.10 and AlmaLinux OS 9.5 images for Vagrant:": "AlmaLinux provides official AlmaLinux OS 8.10 and AlmaLinux OS 9.5 images for Vagrant:",
+ "Get Support": "Get Support",
+ "AlmaLinux is a community-driven, open-source operating system built to provide a reliable and stable platform for enterprises and developers alike. Whether you’re running mission-critical applications or experimenting with development environments, having access to quality support is crucial for success.": "AlmaLinux is a community-driven, open-source operating system built to provide a reliable and stable platform for enterprises and developers alike. Whether you’re running mission-critical applications or experimenting with development environments, having access to quality support is crucial for success.",
+ "Community Support": "Community Support",
+ "Community Chat": "Community Chat",
+ "Community Forums": "Community Forums",
+ "GitHub": "GitHub",
+ "Reddit": "Reddit",
+ "AlmaLinux Wiki": "AlmaLinux Wiki",
+ "Join Mailing Lists": "Join Mailing Lists",
+ "Platinum Sponsor + Founder": "Platinum Sponsor + Founder",
+ "TuxCare, a division of CloudLinux Inc., the founding sponsor of the AlmaLinux OS Project, provides tailored support to enhance the performance, security, and reliability of your AlmaLinux workloads.": "TuxCare, a division of CloudLinux Inc., the founding sponsor of the AlmaLinux OS Project, provides tailored support to enhance the performance, security, and reliability of your AlmaLinux workloads.",
+ "TuxCare’s Enterprise Support for AlmaLinux": "TuxCare’s Enterprise Support for AlmaLinux",
+ "Get Technical Support": "Get Technical Support",
+ "Get Help with Certification": "Get Help with Certification",
+ "Get FIPS 140-3 Compliance": "Get FIPS 140-3 Compliance",
+ "Get Security Hardening": "Get Security Hardening",
+ "Buy Support Online Now": "Buy Support Online Now",
+ "For Japan-based AlmaLinux users:": "For Japan-based AlmaLinux users:",
+ "Platinum Sponsor": "Platinum Sponsor",
+ "Cybertrust Japan is a provider of comprehensive security certification services to various public and private entities globally, and offers comprehensive support for AlmaLinux users – having also produced MIRACLE LINUX for nearly 20 years.": "Cybertrust Japan is a provider of comprehensive security certification services to various public and private entities globally, and offers comprehensive support for AlmaLinux users – having also produced MIRACLE LINUX for nearly 20 years.",
+ "The AlmaLinux community is vibrant, highly active, large, and deeply committed to supporting each other at every level of expertise. We serve each other like an online village of knowledge-sharing and collaboration, providing an invaluable network for troubleshooting, exchanging advice, and discussing best practices.": "The AlmaLinux community is vibrant, highly active, large, and deeply committed to supporting each other at every level of expertise. We serve each other like an online village of knowledge-sharing and collaboration, providing an invaluable network for troubleshooting, exchanging advice, and discussing best practices.",
+ "Join the conversation! Real time discussion with other AlmaLinux community members, the governance team, and AlmaLinux OS developers.": "Join the conversation! Real time discussion with other AlmaLinux community members, the governance team, and AlmaLinux OS developers.",
+ "Chat": "Chat",
+ "Ask questions, get answers, and help us support others in the AlmaLinux OS community.": "Ask questions, get answers, and help us support others in the AlmaLinux OS community.",
+ "Sign up": "Sign up",
+ "Our GitHub organization contains the source code and tools used to build AlmaLinux OS and all related infrastructure.": "Our GitHub organization contains the source code and tools used to build AlmaLinux OS and all related infrastructure.",
+ "Join our vibrant Reddit subreddit to interact with current and potential AlmaLinux users.": "Join our vibrant Reddit subreddit to interact with current and potential AlmaLinux users.",
+ "The AlmaLinux Wiki is a comprehensive resource hub with detailed information on the project’s history, development, installation, migration, the Foundation, and houses all of the OS and ELevate release notes. We also invite community contributions to continually expand its wealth of knowledge!": "The AlmaLinux Wiki is a comprehensive resource hub with detailed information on the project’s history, development, installation, migration, the Foundation, and houses all of the OS and ELevate release notes. We also invite community contributions to continually expand its wealth of knowledge!",
+ "Subscribe to a variety of specific mailing lists including Announcements (for OS and project updates), SIG-specific mailing lists, Mirror-hosts, security discussions, and our monthly newsletter.": "Subscribe to a variety of specific mailing lists including Announcements (for OS and project updates), SIG-specific mailing lists, Mirror-hosts, security discussions, and our monthly newsletter.",
+ "For organizations that require dedicated, enterprise-grade assistance, we recommend choosing one of the options for paid AlmaLinux support. These providers ensure you always have fast support tailored for your environment and business needs.": "For organizations that require dedicated, enterprise-grade assistance, we recommend choosing one of the options for paid AlmaLinux support. These providers ensure you always have fast support tailored for your environment and business needs.",
+ "If your company would like to be added to this list, reach out to the Membership Committee about joining the Foundation as a sponsor": "If your company would like to be added to this list, reach out to the Membership Committee about joining the Foundation as a sponsor",
+ "Migration, Applications, and General support": "Migration, Applications, and General support",
+ "FedRAMP, ISO-27001, SOC2, NIS 2, CC, software, hardware": "FedRAMP, ISO-27001, SOC2, NIS 2, CC, software, hardware",
+ "CIS, STIG, and more": "CIS, STIG, and more",
+ "Fortunately, all AlmaLinux users have access to a wealth of options when it comes to community-powered support resources, and have options for incredible third-party commercial support.": "Fortunately, all AlmaLinux users have access to a wealth of options when it comes to community-powered support resources, and have options for incredible third-party commercial support.",
+ "as an individual member or Sponsor member, and own a vote in shaping the future of AlmaLinux OS!": "as an individual member or Sponsor member, and own a vote in shaping the future of AlmaLinux OS!",
+ "Membership levels and benefits are": "Membership levels and benefits are",
+ "described below.": "described below.",
+ "Mirror Sponsor Member": "Mirror Sponsor Member",
+ "An individual application for anyone who uses AlmaLinux OS, contributes to AlmaLinux OS, provides services to the AlmaLinux OS community, or otherwise supports the AlmaLinux Project.": "An individual application for anyone who uses AlmaLinux OS, contributes to AlmaLinux OS, provides services to the AlmaLinux OS community, or otherwise supports the AlmaLinux Project.",
+ "Email the membership committee": "Email the membership committee",
+ "The AlmaLinux OS Foundation's membership structure is intentionally permissive, because it is important for us that anyone who has a stake in the future of AlmaLinux is allowed to have a voice in the future of AlmaLinux. Whether you join as a sponsor member or an individual contributor or a mirror host, your support of AlmaLinux and your opinion deserves to be heard.": "The AlmaLinux OS Foundation's membership structure is intentionally permissive, because it is important for us that anyone who has a stake in the future of AlmaLinux is allowed to have a voice in the future of AlmaLinux. Whether you join as a sponsor member or an individual contributor or a mirror host, your support of AlmaLinux and your opinion deserves to be heard.",
+ "Membership of the foundation is determined and managed by the Membership Committee. The membership committee meets regularly to review applications and welcome new members to the foundation. The qualifications for each type of membership are below. If you have any intersest in joining the membership committee, reach out to the committee directly via email": "Membership of the foundation is determined and managed by the Membership Committee. The membership committee meets regularly to review applications and welcome new members to the foundation. The qualifications for each type of membership are below. If you have any intersest in joining the membership committee, reach out to the committee directly via email",
+ "anyone approved as a contributing member by membership committee based on their contribution to the AlmaLinux project": "anyone approved as a contributing member by membership committee based on their contribution to the AlmaLinux project",
+ "acceptance as AlmaLinux mirror by the infrastructure SIG, and approval by the membership committee": "acceptance as AlmaLinux mirror by the infrastructure SIG, and approval by the membership committee",
+ "as long as the mirror is operational, reviewed annually": "as long as the mirror is operational, reviewed annually",
+ "Contributor (individual) Member": "Contributor (individual) Member",
+ "Mirror Member": "Mirror Member",
+ "For an independent open source project, maintaining funding through a variety of sponsor members is key to our ability to remain impartial, and is key to our long-term goal of achieving 501(c)(3) status. We remain grateful to our entire community for their support, and are especially grateful for the sponsor members who support the project with funds or resources that are critical to helping us keep up with our explosive growth.": "For an independent open source project, maintaining funding through a variety of sponsor members is key to our ability to remain impartial, and is key to our long-term goal of achieving 501(c)(3) status. We remain grateful to our entire community for their support, and are especially grateful for the sponsor members who support the project with funds or resources that are critical to helping us keep up with our explosive growth.",
+ "Silver Sponsor Member": "Silver Sponsor Member",
+ "AlmaLinux OS Foundation ByLaws": "AlmaLinux OS Foundation ByLaws",
+ "All of the information below is pulled directly from where it was defined in the": "All of the information below is pulled directly from where it was defined in the",
+ "Benefits for this level of membership are broken into three groups": "Benefits for this level of membership are broken into three groups",
+ "Inclusion in a round-up blog post of new members": "Inclusion in a round-up blog post of new members",
+ "Ruby Sponsor Member": "Ruby Sponsor Member",
+ "Ruby Sponsor Members are primarily companies that want to be able to": "Ruby Sponsor Members are primarily companies that want to be able to",
+ "support AlmaLinux users' use of secure boot": "support AlmaLinux users' use of secure boot",
+ "Benefits for this level of membership are broken into two groups": "Benefits for this level of membership are broken into two groups",
+ "Additional benefits": "Additional benefits",
+ "The opportunity to have up to 3 kernel modules signed by AlmaLinux, allowing your application to work with secure boot on AlmaLinux servers. Listing on a 'signed kernel modules' documentation page.": "The opportunity to have up to 3 kernel modules signed by AlmaLinux, allowing your application to work with secure boot on AlmaLinux servers. Listing on a 'signed kernel modules' documentation page.",
+ "Gold Sponsor Member": "Gold Sponsor Member",
+ "Gold Sponsor Members are established companies who believe in the importance of open source and free operating systems, and see the value in AlmaLinux continuing to serve its users.": "Gold Sponsor Members are established companies who believe in the importance of open source and free operating systems, and see the value in AlmaLinux continuing to serve its users.",
+ "The opportunity to have up to 3 kernel modules signed by AlmaLinux, allowing your application to work with secure boot on AlmaLinux servers. Listing on a “signed kernel modules” documentation page.": "The opportunity to have up to 3 kernel modules signed by AlmaLinux, allowing your application to work with secure boot on AlmaLinux servers. Listing on a “signed kernel modules” documentation page.",
+ "and the expanded membership document adopted by the board of directors in": "and the expanded membership document adopted by the board of directors in",
+ "April of 2024": "April of 2024",
+ "Exposure through new ruby member a group press release with social media promotion": "Exposure through new ruby member a group press release with social media promotion",
+ "Exposure through new gold member group press releases with social media promotion": "Exposure through new gold member group press releases with social media promotion",
+ "Up to four sponsored blog posts per year to be posted on the AlmaLinux blog": "Up to four sponsored blog posts per year to be posted on the AlmaLinux blog",
+ "Inclusion in a round-up blog post of new Gold members": "Inclusion in a round-up blog post of new Gold members",
+ "The": "The",
+ "is a US-based non-profit that stewards the AlmaLinux project and allows anyone to join!": "is a US-based non-profit that stewards the AlmaLinux project and allows anyone to join!",
+ "Platinum Sponsor Member": "Platinum Sponsor Member",
+ "Current platinum sponsor members": "Current platinum sponsor members",
+ "community events calendar": "community events calendar",
+ "Membership Fee": "Membership Fee",
+ "Membership fees are charged annually on the date of your membership acceptance. All in-kind sponsorships require approval of the board of directors in addition to the membership committee.": "Membership fees are charged annually on the date of your membership acceptance. All in-kind sponsorships require approval of the board of directors in addition to the membership committee.",
+ "Direct access to AlmaLinux executives and experts to help with consultation, planning, and engagement opportunities, including advance information on upcoming announcements and projects.": "Direct access to AlmaLinux executives and experts to help with consultation, planning, and engagement opportunities, including advance information on upcoming announcements and projects.",
+ "Three dedicated full-time employees working on AlmaLinux": "Three dedicated full-time employees working on AlmaLinux",
+ "An equivalent contribution of hardware or services": "An equivalent contribution of hardware or services",
+ "One dedicated full-time employee working on AlmaLinux OR": "One dedicated full-time employee working on AlmaLinux OR",
+ "Ideal for companies or organizations who want to support the AlmaLinux project. These non-profit organizations and companies contribute funding or resources to the project, and receive benefits from the foundation for that support.": "Ideal for companies or organizations who want to support the AlmaLinux project. These non-profit organizations and companies contribute funding or resources to the project, and receive benefits from the foundation for that support.",
+ "AlmaLinux member logo for your site": "AlmaLinux member logo for your site",
+ "1 sponsor webinar per year": "1 sponsor webinar per year",
+ "Free member qualifications and benefits": "Free member qualifications and benefits",
+ "Sponsor member qualifications and benefits": "Sponsor member qualifications and benefits",
+ "election candidates and processes": "election candidates and processes",
+ "The board, once elected, chooses its offices, including the chair of the board. Elections are held as regularly as needed to fill vacancies. The wiki also houses historical details about the": "The board, once elected, chooses its offices, including the chair of the board. Elections are held as regularly as needed to fill vacancies. The wiki also houses historical details about the",
+ "The AlmaLinux OS Foundation is lead by a community elected board of directors who hold regular meetings. Agendas and minutes for those meetings are shared with the public on": "The AlmaLinux OS Foundation is lead by a community elected board of directors who hold regular meetings. Agendas and minutes for those meetings are shared with the public on",
+ "the AlmaLinux Wiki": "the AlmaLinux Wiki",
+ "Mirror membership is specifically for those who support AlmaLinux by hosting any one of the devices in our our 400+ mirror network.": "Mirror membership is specifically for those who support AlmaLinux by hosting any one of the devices in our our 400+ mirror network.",
+ "Qualifications": "Qualifications",
+ "Qualifications and Term": "Qualifications and Term",
+ "Each of the sponsor memberships are renewed annually, and require the approval of the membership committee.": "Each of the sponsor memberships are renewed annually, and require the approval of the membership committee.",
+ "Platinum membership is a our highest tier and is tailor-made for companies who understand the importance of heavily sponsoring open source projects that the world relies on, and who want to ensure that the AlmaLinux project is able to continue to deliver on its promise of long-term stability.": "Platinum membership is a our highest tier and is tailor-made for companies who understand the importance of heavily sponsoring open source projects that the world relies on, and who want to ensure that the AlmaLinux project is able to continue to deliver on its promise of long-term stability.",
+ "Be listed on our website in a contributing member list": "Be listed on our website in a contributing member list",
+ "Contributing member AlmaLinux logo": "Contributing member AlmaLinux logo",
+ "Be listed as an official AlmaLinux mirror": "Be listed as an official AlmaLinux mirror",
+ "Dedicated press release and blog post with social media promotion": "Dedicated press release and blog post with social media promotion",
+ "Priority access to sponsor any AlmaLinux-organized events": "Priority access to sponsor any AlmaLinux-organized events",
+ "Company logo on AlmaLinux.org in up-to three sections/categories": "Company logo on AlmaLinux.org in up-to three sections/categories",
+ "Up to 2 sponsor webinars per year": "Up to 2 sponsor webinars per year",
+ "Up to 4 sponsor blog posts per year": "Up to 4 sponsor blog posts per year",
+ "Your company's events featured on our": "Your company's events featured on our",
+ "Have up to 3 kernel modules signed by AlmaLinux, allowing your application to work with secure boot on AlmaLinux servers.": "Have up to 3 kernel modules signed by AlmaLinux, allowing your application to work with secure boot on AlmaLinux servers.",
+ "Be listed on a “signed kernel modules” documentation page.": "Be listed on a “signed kernel modules” documentation page.",
+ "Company logo on AlmaLinux website in one section/category": "Company logo on AlmaLinux website in one section/category",
+ "Inclusion in a silver member group press releases with social media promotion": "Inclusion in a silver member group press releases with social media promotion",
+ "Company logo on AlmaLinux website in two sections/categories": "Company logo on AlmaLinux website in two sections/categories",
+ "Annual service credits or hardware donations valued at $20,000 or more": "Annual service credits or hardware donations valued at $20,000 or more",
+ "The enterprise linux ecosystem is a very large and diverse community, and we have developed this project in good faith as members of that ecosystem.": "The enterprise linux ecosystem is a very large and diverse community, and we have developed this project in good faith as members of that ecosystem.",
+ "AlmaLinux OS 9.2 is FIPS 140-3 validated and on the NIST Active list. Read more in this blog post: ": "AlmaLinux OS 9.2 is FIPS 140-3 validated and on the NIST Active list. Read more in this blog post: ",
+ "AlmaLinux 9.2 FIPS Validation Update": "AlmaLinux 9.2 FIPS Validation Update",
+ "Expired but remains a trusted key.": "Expired but remains a trusted key.",
+ "Expired:": "Expired:"
+}
\ No newline at end of file
diff --git a/i18n/es.json b/i18n/es.json
index c8b0663..e96674a 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -36,7 +36,7 @@
"Previous": "Anterior",
"Next": "Siguiente",
"AlmaLinux OS - Contribute": "AlmaLinux OS - Contribuir",
- "Contribute to AlmaLinux OS development": "Contribuir al desarrollo de AlmaLinux OS",
+ "Contribute to AlmaLinux OS development": "Contribuir al desarrollo de AlmaLinux SO",
"AlmaLinux OS and infrastructure development are organized using our community chat. There are many ways to contribute to AlmaLinux OS - testing, quality assurance, documentation, and more.": "AlmaLinux OS y el desarrollo de la infraestructura se organizan utilizando nuestro chat comunitario. Hay muchas formas de contribuir a AlmaLinux OS: pruebas, control de calidad, documentación y más.",
"Introduce yourself or join one of the topical channels below to find out more!": "¡Preséntate o únete a uno de los siguientes canales temáticos para obtener más información!",
"General chat": "Chat general",
@@ -46,10 +46,10 @@
"Documentation": "Documentación",
"Marketing": "Marketing",
"Web presence": "Presencia en la red",
- "Join AlmaLinux OS community chat": "Únase al chat de la comunidad AlmaLinux OS",
+ "Join AlmaLinux OS community chat": "Unirse al chat de la comunidad AlmaLinux OS",
"AlmaLinux OS - ELevate Your Distribution": "AlmaLinux OS - ELevate Tu Distribución",
"ELevate enables migration between major versions of RHEL(r) derivatives. Easily go from CentOS 7.x to any 8.x of your choice": "ELevate habilita la migración entre versiones principales de distribuciones derivadas de RHEL®. Cambie fácilmente de CentOS 7.x a cualquier 8.x que haya escogido",
- "ELevate Your Distribution": "ELevate, su distribución",
+ "ELevate Your Distribution": "ELevate tu distro",
"ELevate enables migration between major versions of RHEL® derivatives. Easily go from CentOS 7.x to any 8.x of your choice": "ELevate habilita la migración entre versiones principales de distribuciones derivadas de RHEL®. Cambie fácilmente de CentOS 7.x a cualquier 8.x que haya escogido",
"Get Started": "Cómo empezar",
"Discuss": "Debatir",
@@ -58,7 +58,7 @@
"It wasn't possible--until now. Easily migrate between major versions of RHEL-based distributions from 7.x to 8.x. Preserve your applications, your data, and your sanity. Run the most recent version of the OS and software you need.": "No era posible… hasta ahora. Migre fácilmente entre versiones 7.x a 8.x de distribuciones basadas en RHEL. Conserve sus aplicaciones, su información y su salud mental. Ejecute la versión más reciente del SO y los programas que necesita.",
"Package Evolution Service": "Servicio de evolución de paquetes",
"The beating heart of ELevate is the Package Evolution Service (PES) which allows you to download, customize and even submit new data sets for packages. Users and maintainers can both utilize the PES to help make migrations smooth and easy.": "El corazón de ELevate es el Servicio de evolución de paquetes (PES, siglas en inglés), que permite descargar, personalizar e incluso enviar conjuntos de datos nuevos para cada paquete. Usuarios y responsables de mantenimiento pueden servirse del PES para ayudar a crear migraciones fluidas y sencillas.",
- "Community-wide Project": "Proyecto a escala comunitaria",
+ "Community-wide Project": "Proyecto comunitario",
"ELevate is developed in a distribution agnostic way and is built as a tool for the whole ecosystem, not just AlmaLinux. ELevate supports migrating to/from other distributions and is open for all to contribute to and enhance.": "ELevate se desarrolla de manera independiente a la distribución y se crea como una herramienta para todo el ecosistema, no solo para AlmaLinux. ELevate admite la migración hacia/desde otras distribuciones y está abierto para que todos contribuyan y mejoren.",
"FAQ": "Preguntas frecuentes",
"What is ELevate?": "¿Qué es ELevate?",
@@ -239,7 +239,7 @@
"How are we doing this?": "¿Cómo estamos haciendo esto?",
"Qualification": "Cualificación",
"You can find the tool code here:": "Puede encontrar el código de la herramienta aquí:",
- "For more information, see the Almalinux wiki:": "Para más información, consulte la wiki de Almalinux:",
+ "For more information, see the Almalinux wiki:": "Para más información, ver la wiki de Almalinux:",
"Run the most recent version of the OS and software you need.": "Ejecute la versión más reciente del sistema operativo y el software que necesita.",
"Become a Member": "Conviértase en miembro",
"CPU stress": "Estrés de la CPU",
@@ -299,7 +299,7 @@
"The SBOM is the “ingredient list”, the code are the ingredients, the build system is the “kitchen” where those ingredients get built into the final piece of software which you consume.": "La SBOM es la «lista de ingredientes», el código son los ingredientes y el sistema de construcción es la «cocina» donde esos ingredientes se construyen en la pieza final de software que usa.",
"Why are SBOMs important?": "¿Por qué las SBOM son importantes?",
"Open source software is used extensively in applications, but it has led to the discovery of high-profile hacks and vulnerabilities.": "El software de código abierto se usa ampliamente en aplicaciones, pero ha llevado al descubrimiento de vulnerabilidades de perfil alto.",
- "thinks so too…": "también lo piensa…",
+ "thinks so too…": "piensa también …",
"...And the president himself": "...Y el propio presidente",
"An SBOM has been spotlighted as a key part of the solution presented by the president in the": "Se ha subrayado una SBOM como una parte clave de la solución presentada por el presidente en el",
"What AlmaLinux Provides": "Qué ofrece AlmaLinux",
@@ -332,7 +332,7 @@
"Currently ELevate provides Leapp data for migration from CentOS 7 to the following OS:": "",
"PES supports several classes of rules for packages such as added, removed, renamed, split, merged, and so on.": "PES admite varias clases de actuaciones para paquetes, tales como añadir, eliminar, renombrar, dividir, fusionar, etc.",
"The service also allows everyone to improve the data by adding new actions or even create a custom dataset for packages from third-party or private repositories.": "El servicio también permite a todos mejorar los datos añadiendo nuevas acciones o incluso crear un conjunto de datos personalizado para paquetes de repositorios privados o de terceros.",
- "RedHat offers a data set which is non-freely licensed. Are you using this same data set?": "Red Hat ofrece un conjunto de datos con licencia no libre. ¿Está utilizando este mismo conjunto de datos?",
+ "RedHat offers a data set which is non-freely licensed. Are you using this same data set?": "RedHat ofrece un conjunto de datos con licencia no libre. ¿Está utilizando este mismo conjunto de datos?",
"The CentOS ecosystem is a very large and diverse community.": "El ecosistema de CentOS es una comunidad muy grande y diversa.",
"We've developed this project in good faith in the hope that everyone in the community can use and contribute to, no matter which distro you prefer.": "Hemos desarrollado este proyecto de buena fe con la esperanza de que todos en la comunidad puedan usarlo y contribuir, sin importar la distribución que prefiera.",
"That's the open source way.": "Ese es el estilo del código abierto.",
@@ -429,7 +429,7 @@
"AlmaLinux OS also provides ": "AlmaLinux OS también ofrece ",
"AlmaLinux OVAL Wiki Page": "wiki de AlmaLinux OVAL",
"AlmaLinux SBOM User Guide": "guía del usuario para AlmaLinux SBOM",
- "AlmaLinux Errata": "Errata para AlmaLinux",
+ "AlmaLinux Errata": "Errata de AlmaLinux",
"AlmaLinux Build System has implemented SBOM into its pipeline for security purposes, such as tracing the build process, making it more secure, and reducing the risk of data corruption. ": "AlmaLinux Build System ha implementado SBOM en su canal con fines de seguridad, tales como el rastrear el proceso de compilación, para hacerlo más seguro, y reducir el riesgo de la corrupción de los datos. ",
"Switching distributions is usually costly and time-consuming, but that's not the case when switching from CentOS and other RHEL® derivatives to AlmaLinux OS.": "El cambio de distribución suele ser costoso y requiere mucho tiempo, pero ese no es el caso cuando se cambia de CentOS y otros derivados de RHEL® a AlmaLinux OS.",
"Boot": "Boot",
@@ -437,14 +437,14 @@
"The AlmaLinux OS Foundation's": "La Fundación AlmaLinux OS",
"a minimal self-containing DVD image that makes possible offline installation.": "una imagen reducida para DVD que hace posible la instalación sin conexión.",
"Download .torrent file": "Descargar el archivo .torrent",
- "All AlmaLinux OS AMIs are completely free of charge.": "Todos los AMI para AlmaLinux OS son totalmente gratuitos.",
+ "All AlmaLinux OS AMIs are completely free of charge.": "Todos los AMI para AlmaLinux OS son totalmente gratis.",
"Download ISOs from mirrors": "Descargar las ISO desde los réplicas",
" and from the main AlmaLinux OS repositories:": " y desde los repositorios principales de AlmaLinux OS:",
"effortless installation with all packages included, no additional repositories required.": "La instalación es sencilla con todos los paquetes incluidos, no se necesitan repositorios adicionales.",
"AlmaLinux provides official images for various cloud providers.": "AlmaLinux proporciona imágenes oficiales para varios proveedores en la nube.",
- "More information about AlmaLinux AWS images is available on the": "Más información sobre las imágenes para AlmaLinux AWS están disponible en el",
+ "More information about AlmaLinux AWS images is available on the": "Más información sobre las imágenes para AlmaLinux AWS están disponible en la",
"Download CHECKSUM": "Descargar CHECKSUM",
- "Minimal": "Minimal",
+ "Minimal": "Mínima",
"a single network installation CD image that downloads packages over the Internet.": "Una única imagen para un CD de instalación en red que descarga los paquetes a través de Internet.",
"are available via the AWS Marketplace at the links provided:": "están disponibles a través de AWS Marketplace en los enlaces siguientes:",
"AlmaLinux AWS Wiki Page": "Página de la wiki de AlmaLinux AWS",
@@ -474,7 +474,7 @@
"Board Operations and Code of Ethics": "Funcionamiento del Consejo y Código Ético",
"is available via the Azure Marketplace at the link provided.": "está disponible a través de Azure Marketplace en el siguiente enlace.",
"AlmaLinux provides official AlmaLinux OS 8 and AlmaLinux OS 9 images for Vagrant:": "AlmaLinux proporciona imágenes oficiales de AlmaLinux OS 8 y AlmaLinux OS 9 para Vagrant:",
- "AlmaLinux OS Images are also available via the": "Las imágenes del sistema operativo AlmaLinux también están disponibles a través de la página",
+ "AlmaLinux OS Images are also available via the": "Las imágenes del sistema operativo AlmaLinux también están disponibles a través de",
"The": "La",
"AlmaLinux Raspberry Pi Wiki Page": "wiki de AlmaLinux Raspberry Pi",
"AlmaLinux offers images for Oracle Cloud Infrastructure across all OCI regions via the ": "AlmaLinux ofrece imágenes para la infraestructura de Oracle Cloud en todas las regiones OCI a través de la plataforma ",
@@ -517,7 +517,7 @@
"When we got our start we were a downstream rebuild of Red Hat Enterprise Linux, but earlier this year we shifted to": "Cuando comenzamos, éramos una reconstrucción posterior de Red Hat Enterprise Linux, pero a principios de este año cambiamos a",
"Contributors": "Colaboradores",
"Come hang out with us!": "¡Venga a pasar un rato con nosotros!",
- "Find us right outside Ballroom B, and while you’re there grab some stickers and swag, and sign up for your free t-shirt for AlmaLinux merch at ": "Encuéntrenos justo fuera del salón B y, mientras esté allí, tome algunas calcomanías y regalos, e inscríbase para recibir su camiseta gratis para los productos de AlmaLinux en ",
+ "Find us right outside Ballroom B, and while you’re there grab some stickers and swag, and sign up for your free t-shirt for AlmaLinux merch at ": "Encuéntrenos justo fuera del salón B y, mientras esté allí, tome algunas pegatnas y regalos, e inscríbase para recibir su camiseta gratis para los productos de AlmaLinux en ",
"Expanded Platform Support": "Soporte de la plataforma ampliado",
"1 Million+": "Más de 1 millón",
"Whether it's with financial support, hosting a mirror, an s390x server, an ARM server, bandwidth, or just employing folks who get to work on our project as part of their job, our sponsors keep the lights on and keep us moving forward. The sponsors below have joined us as a Platinum, Gold, or Silver sponsor, and are listed below. We also have over 130": "Ya sea con apoyo económico, alojando una réplica, un servidor s390x, un servidor ARM, ancho de banda, o simplemente empleando a personas que trabajan en nuestro proyecto como parte de su trabajo, nuestros patrocinadores siguen en pie y nos hacen seguir adelante. Los siguientes patrocinadores se han unido a nosotros como patrocinadores Platino, Oro o Plata, y se enumeran a continuación. También contamos con más de 130",
@@ -534,13 +534,13 @@
"As users of the historic CentOS, we have been working diligently to solve the problems and pain points that we all experienced, and one way we’ve done that is with": "Como usuarios del histórico CentOS, hemos estado trabajando diligentemente para resolver los problemas y puntos débiles que todos experimentamos, y una manera de hacerlo es con el",
"DockerHub Pulls": "Descargas de DockerHub",
"500,000+ Servers": "Más de 500.000 servidores",
- "Enterprise Linux, Free Forever, Community-Owned and RHEL": "Enterprise Linux, gratuito para siempre, de propiedad comunitaria y RHEL",
+ "Enterprise Linux, Free Forever, Community-Owned and RHEL": "Enterprise Linux, libre para siempre, de propiedad comunitaria y RHEL",
"compatible.": "compatible.",
- "every night, the adoption of AlmaLinux since our inception just over 2.5 years ago has both humbled and ignited us.": "cada noche, la adopción de AlmaLinux desde nuestra creación hace poco más de dos años y medio nos ha llenado de humildad y nos ha activado.",
+ "every night, the adoption of AlmaLinux since our inception just over 2.5 years ago has both humbled and ignited us.": "cada noche, la adopción de AlmaLinux desde nuestra creación hace poco más de dos años y medio nos da tanto una lección de humildad y como que nos anima.",
"AlmaLinux OS is an enterprise Linux operating system that is used across the globe for enterprise and hobbyist needs alike.": "AlmaLinux OS es un sistema operativo Linux empresarial que se utiliza en todo el mundo para las necesidades empresariales y de aficionados por igual.",
- "Abstract: AlmaLinux OS has historically been built to be an exact copy of RHEL, using RHEL's provided resources. With RedHat's shift away from sharing the full building blocks on git.centos.org, the AlmaLinux team has been hard at work to find a new, reliable path forward. Come hear about what we've been doing since June, and what we're planning for the future.": "Resumen: AlmaLinux OS ha sido históricamente construido para ser una copia exacta de RHEL, utilizando los recursos proporcionados por RHEL. Con el cambio de RedHat lejos de compartir los bloques completos en git.centos.org, el equipo de AlmaLinux ha estado trabajando duro para encontrar un nuevo camino fiable hacia adelante. Ven a escuchar acerca de lo que hemos estado haciendo desde junio, y lo que estamos planeando para el futuro.",
+ "Abstract: AlmaLinux OS has historically been built to be an exact copy of RHEL, using RHEL's provided resources. With RedHat's shift away from sharing the full building blocks on git.centos.org, the AlmaLinux team has been hard at work to find a new, reliable path forward. Come hear about what we've been doing since June, and what we're planning for the future.": "Resumen: AlmaLinux OS se ha construido históricamente como una copia exacta de RHEL, utilizando los recursos proporcionados por RHEL. Con el cambio de RedHat lejos de compartir los bloques completos en git.centos.org, el equipo de AlmaLinux ha estado trabajando intensamente para encontrar un nuevo camino fiable hacia adelante. Ven a escuchar lo que hemos estado haciendo desde junio, y lo que estamos planeando para el futuro.",
"AlmaLinux OS has committed to supporting AlmaLinux OS 8 until 2029, including stable and thoroughly tested updates and security patches.": "AlmaLinux OS se ha comprometido a apoyar AlmaLinux OS 8 hasta 2029, incluyendo las actualizaciones estables y probadas a fondo y los parches de seguridad.",
- "ELevate allows you to upgrade your enterprise linux operating system between major versions in place. No more having to migrate all of your data, instead ELevate your distribution!": "ELevate le permite actualizar el sistema operativo Linux de tu empresa entre las principales versiones «in situ». Ya no tendrá que migrar todos sus datos, ¡en su lugar ELevate es su distribución!",
+ "ELevate allows you to upgrade your enterprise linux operating system between major versions in place. No more having to migrate all of your data, instead ELevate your distribution!": "ELevate permite actualizar el sistema operativo Linux de la empresa entre las principales versiones «in situ». Ya no hay que migrar todos los datos, ¡en su lugar ELevate es su distribución!",
"Since AlmaLinux is binary compatible with RHEL®, your applications and services should be completely interoperable. You can rapidly migrate any number of servers using the [migration tool](https://github.com/AlmaLinux/almalinux-deploy).": "Desde que AlmaLinux es compatible con RHEL®, tus aplicaciones y servicios deben ser completamente interoperables. Puedes migrar rápidamente cualquier número de servidores utilizando la [herramienta de migración](https://github.com/AlmaLinux/almalinux-deploy).",
"AlmaLinux OS is an open-source, community-driven Linux operating system that fills the gap left by the discontinuation of the CentOS Linux stable release. AlmaLinux OS is an Enterprise Linux distro, binary compatible with RHEL®, and guided and built by the community.": "AlmaLinux OS es un sistema operativo Linux de código abierto, dirigido por la comunidad que llena el vacío dejado por la interrupción de la versión estable de CentOS Linux. AlmaLinux OS es una distribución Linux Enterprise, compatible con RHEL®, y guiado y construido por la comunidad.",
"Project ELevate": "Proyecto ELevate",
@@ -565,7 +565,7 @@
" (developed and maintained by the AlmaLinux Community) allows you to migrate to, and upgrade AlmaLinux in-place.": " (desarrollado y mantenido por la Comunidad AlmaLinux) le permite migrar y actualizar AlmaLinux «in situ».",
"AlmaLinux OS 9.2 is FIPS-140 compliant. Read more in this blog post: ": "AlmaLinux OS 9.2 es compatible con FIPS-140. Más información en esta entrada del blog: ",
"Individuals and organizations that require an enterprise-grade linux distribution, without the need for a commercial license agreement. AlmaLinux OS is also a perfect replacement for anyone who has historically relied on the CentOS Linux releases to achieve computing objectives, and for whom CentOS Stream is not the right solution.": "Las personas y las organizaciones que requieren una distribución linux empresarial, sin la necesidad de un acuerdo de licencia comercial. AlmaLinux OS es también el reemplazo perfecto para cualquier persona que históricamente ha confiado en las versiones de CentOS Linux para lograr los objetivos informáticos, y para quien CentOS Stream no es la solución adecuada.",
- "Since AlmaLinux is binary compatible with RHEL®, your applications and services should be completely interoperable. You can rapidly migrate any number of servers using ": "Desde AlmaLinux es compatible con RHEL®, tus aplicaciones y servicios deben ser completamente interoperables. Puede migrar rápidamente cualquier número de servidores utilizando ",
+ "Since AlmaLinux is binary compatible with RHEL®, your applications and services should be completely interoperable. You can rapidly migrate any number of servers using ": "Desde que AlmaLinux es compatible con RHEL®, tus aplicaciones y servicios deben ser completamente interoperables. Puede migrar rápidamente cualquier número de servidores utilizando ",
"Subscribe to our mailing lists and never miss out on the latest in AlmaLinux OS development!": "¡Suscríbase a nuestras listas de correo y no se pierda nunca lo último en el desarrollo del sistema operativo AlmaLinux!",
"whole": "completo",
"Register now to save your spot!": "¡Inscríbase ahora para reservar su plaza!",
@@ -582,10 +582,10 @@
"everyone who touches Linux, from trends in the Linux industry to technical information": "todo lo que cierne a Linux, desde tendencias en la industria para Linux hasta la información técnica",
"As CentOS Linux enters its final 6 months support, AlmaLinux OS is attracting": "A medida que CentOS Linux entra en sus últimos 6 meses de soporte, AlmaLinux OS está atrayendo",
"break": "pausa",
- "We'll miss you, but if you can't make it to AlmaLinux Day Tokyo, you can join us online! We'll be posting the videos from the talks at the event to share with everyone.": "Te echaremos de menos, pero si no puedes asistir al Día de AlmaLinux en Tokyo, ¡puedes unirte a nosotros online! Iremos colgando los vídeos de las charlas del evento para compartirlos con todos.",
+ "We'll miss you, but if you can't make it to AlmaLinux Day Tokyo, you can join us online! We'll be posting the videos from the talks at the event to share with everyone.": "Te echaremos de menos, pero si no puedes asistir al Día de AlmaLinux en Tokyo, ¡puedes unirte a nosotros online! Iremos colgando los vídeos de las charlas del acto para compartirlos con todos.",
"User session ② (under adjustment)": "Sesión de usuario ② (en preparación)",
"Sponsored session ② (currently being arranged)": "Sesión patrocinada ② (en preparación)",
- "If you come to one event this year, this is the one for you.": "Si vas a un evento este año, éste es el indicado.",
+ "If you come to one event this year, this is the one for you.": "Si vas a un acto este año, éste es el indicado.",
"Never has the been a better gathering of AlmaLinux experts. Hear all of the latest about the project, hear from industry experts about the current frends in the enterprise Linux ecosystem, and make connections with the people who can help solve every technology problem you're facing.": "Nunca ha habido una mejor reunión de expertos de AlmaLinux. Escuche todo lo último sobre el proyecto, escuche a los expertos de la industria acerca de las tendencias actuales en el ecosistema Linux empresarial, y haga conexiones con las personas que pueden ayudar a resolver todos los problemas tecnológicos a los que se enfrenta.",
"Can't make it?": "¿No puede asistir?",
"Meet the Experts": "Conozca a los expertos",
@@ -601,7 +601,7 @@
"Speakers from across industries": "Ponentes de todos los sectores",
"13th floor, Iidabashi Grand Bloom, 2-10-2 Fujimi, Chiyoda-ku, Tokyo": "Planta 13, Iidabashi Grand Bloom, 2-10-2 Fujimi, Chiyoda-ku, Tokio",
"Program": "Programa",
- "While the event is free, registration is required for attendance and space is limited!": "¡Aunque el acto es gratuito, es necesario inscribirse para asistir y las plazas son limitadas!",
+ "While the event is free, registration is required for attendance and space is limited!": "¡Aunque el acto es libre, es necesario inscribirse para asistir y las plazas son limitadas!",
"Keynote speech": "Discurso inaugural",
"reception": "recepción",
"AlmaLinux Day: Tokyo": "El día de AlmaLinux: Tokio",
@@ -627,9 +627,9 @@
"Breakout Track": "Sesión de trabajo",
"150 guests, 7 speakers, 1 amazing day": "150 invitados, 7 oradores, 1 día increíble",
"Time": "Tiempo",
- "AlmaLinux Day Tokyo 2023 is the world's first official AlmaLinux OS Foundation event. This event will be a gathering of some of the most engaged people in the AlmaLinux community, as well as technology partners from all over the world. This is the best place to engage and meet some of the people who care most about the success of AlmaLinux.": "El día de AlmaLinux en Tokyo 2023 es el primer evento oficial de la Fundación AlmaLinux OS. Este evento será una reunión de algunas de las personas más comprometidas en la comunidad AlmaLinux, así como los socios tecnológicos de todo el mundo. Este es el mejor lugar para participar y conocer a algunas de las personas que más se preocupan por el éxito de AlmaLinux.",
+ "AlmaLinux Day Tokyo 2023 is the world's first official AlmaLinux OS Foundation event. This event will be a gathering of some of the most engaged people in the AlmaLinux community, as well as technology partners from all over the world. This is the best place to engage and meet some of the people who care most about the success of AlmaLinux.": "El día de AlmaLinux en Tokyo 2023 es el primer acto oficial de la Fundación AlmaLinux OS. Que será una reunión de algunas de las personas más comprometidas en la comunidad AlmaLinux, así como los socios tecnológicos de todo el mundo. Este es el mejor lugar para participar y conocer a algunas de las personas que más se preocupan por el éxito de AlmaLinux.",
"Main Track": "Tema principal",
- "The world's first event focused entirely on AlmaLinux": "El primer evento mundial centrado íntegramente en AlmaLinux",
+ "The world's first event focused entirely on AlmaLinux": "El primer acto mundial centrado íntegramente en AlmaLinux",
"As CentOS Linux enters its final 6 months support, AlmaLinux OS is attracting the most attention as a RHEL-compatible Linux.": "A medida que CentOS Linux entra en sus últimos 6 meses de soporte, AlmaLinux OS está atrayendo la mayor atención como un Linux compatible con RHEL.",
"Join us for the very first AlmaLinux Day! December 9th in Tokyo, Japan.": "¡Únete a nosotros en el primer día de AlmaLinux! 9 de diciembre en Tokio, Japón.",
"Masazumi Koga OpenSource/Linux Technology Evangelist, Hewlett Packard Japan, G.K.": "Masazumi Koga OpenSource/Linux Technology Evangelist, Hewlett Packard Japan, G.K.",
@@ -662,7 +662,7 @@
"General Counsel": "Consejo General",
"Track 1": "Pista 1",
"AlmaLinux: Built to Last": "AlmaLinux: Construido para durar",
- "Keynotes": "Apertura",
+ "Keynotes": "Notas",
"The Forefront of AlmaLinux on ARM Server Infrastructure": "La vanguardia de AlmaLinux en la infraestructura de servidores ARM",
"The Evolution of SBOMs in AlmaLinux": "Evolución de los SBOM en AlmaLinux",
"Building AlmaLinux OS": "Creación del SO AlmaLinux",
@@ -674,9 +674,9 @@
"View on YouTube": "Ver en YouTube",
"AlmaLinux Community Activities in Japan": "Actividades de la comunidad AlmaLinux en Japón",
"Thank you, Tokyo!": "¡Gracias, Tokio!",
- "See the recordings on Youtube": "Vea las grabaciones en Youtube",
- "Never has there been a better gathering of AlmaLinux experts. Hear all of the latest about the project, hear from industry experts about the current trends in the enterprise Linux ecosystem, and make connections with the people who can help solve every technology problem you're facing.": "Nunca ha habido una mejor reunión de expertos de AlmaLinux. Escuche todo lo último sobre el proyecto, escuche a los expertos de la industria acerca de las tendencias actuales en el ecosistema emprensarial Linux, y haga conexiones con las personas que pueden ayudar a resolver todos los problemas tecnológicos a los que se enfrenta.",
- "This event will forever hold a place in my heart. We could not have hoped for a more engaged and enthusiastic audience, and we continue to be grateful for the AlmaLinux community in Japan.": "Este evento siempre tendrá un lugar en mi corazón. No podríamos haber esperado un público más comprometido y entusiasta, y seguimos estando agradecidos a la comunidad de AlmaLinux de Japón.",
+ "See the recordings on Youtube": "Ver las grabaciones en Youtube",
+ "Never has there been a better gathering of AlmaLinux experts. Hear all of the latest about the project, hear from industry experts about the current trends in the enterprise Linux ecosystem, and make connections with the people who can help solve every technology problem you're facing.": "Nunca ha habido una mejor reunión de expertos de AlmaLinux. Escuche todo lo último sobre el proyecto, escuche a los expertos de la industria acerca de las tendencias actuales en el ecosistema empresarial Linux, y haga conexiones con las personas que le pueden ayudar a resolver todos los problemas tecnológicos a los que se enfrenta.",
+ "This event will forever hold a place in my heart. We could not have hoped for a more engaged and enthusiastic audience, and we continue to be grateful for the AlmaLinux community in Japan.": "Esta jornada siempre tendrá un lugar en mi corazón. No podríamos haber esperado un público más comprometido y entusiasta, y seguimos estando agradecidos a la comunidad de AlmaLinux de Japón.",
"AlmaLinux Day: Germany": "Día de AlmaLinux: Alemania",
"March 18th, 2024": "18 de marzo de 2024",
"Header image:": "Imagen de la portada:",
@@ -692,16 +692,16 @@
"Learn, build, engage, and connect": "Aprenda, desarrolle, interactúe y conéctese",
"No drama, just linux.": "Sin problemas, solo Linux.",
"On stage at AlmaLinux Day": "En el escenario el Día de AlmaLinux",
- "While the event is free, registration is required for attendance. Register before March 1st to reserve your AlmaLinux Day: Germany swag bag.": "Aunque el evento es gratuito, es necesario inscribirse para asistir. Inscríbete antes del 1 de marzo para reservar tu bolsa del día de AlmaLinux: Alemania.",
+ "While the event is free, registration is required for attendance. Register before March 1st to reserve your AlmaLinux Day: Germany swag bag.": "Aunque el acto es gratuito, es necesario inscribirse para asistir. Inscríbete antes del 1 de marzo para reservar tu bolsa del día de AlmaLinux: Alemania.",
"The event for you.": "Un acontecimiento para usted.",
"Rust, Germany": "En Rust (Alemania)",
"Hear from the experts": "Escucha a los expertos",
"Save your spot and get your swag!": "¡Reserva tu plaza y consigue tu botín!",
"Hackathon and AlmaLinux Day!": "¡Hackathon y Día de AlmaLinux!",
"Thank you to our sponsors!": "¡Gracias a nuestros patrocinadores!",
- "We'll miss you, but if you can't make it to AlmaLinux Day: Germany, you can join us online! We'll be posting the videos from the talks at the event to share with everyone.": "Te echaremos de menos, pero si no puedes asistir al día de AlmaLinux: Alemania, ¡puedes unirte a nosotros online! Publicaremos los vídeos de las charlas del evento para compartirlos con todos.",
+ "We'll miss you, but if you can't make it to AlmaLinux Day: Germany, you can join us online! We'll be posting the videos from the talks at the event to share with everyone.": "Te echaremos de menos, pero si no puedes asistir al día de AlmaLinux: Alemania, ¡puedes unirte a nosotros online! Publicaremos los vídeos de las charlas de la jornada para compartirlos con todos.",
"As CentOS Linux enters its final 6 months of support, the whole world is looking at where they go next. The AlmaLinux community benefits from the stability and intentionality that we take to building a stable, free operating system. Come hear all about what we do and how we're supporting our community at AlmaLinux Day: Germany": "Como CentOS Linux entra en sus últimos 6 meses de apoyo, todo el mundo está mirando hacia dónde van a continuación. La comunidad AlmaLinux se beneficia de la estabilidad y la intencionalidad que tomamos para construir un sistema operativo estable y libre. Venga a escuchar todo acerca de lo que hacemos y cómo estamos apoyando a nuestra comunidad en el día de AlmaLinux: Alemania",
- "Hear all of the latest about the project, listen as industry experts talk about what they're doing with AlmaLinux, and find out what we're doing to make this the most stable free enterprise linux distribution in the world.": "Escuche todo lo último sobre el proyecto, escuche a los expertos de la industria hablar de lo que están haciendo con AlmaLinux, y descubra lo que estamos haciendo para que esta sea la distribución de linux libre empresarial más estable del mundo.",
+ "Hear all of the latest about the project, listen as industry experts talk about what they're doing with AlmaLinux, and find out what we're doing to make this the most stable free enterprise linux distribution in the world.": "Escuche todo lo último sobre el proyecto, escuche a los expertos de la industria hablar de lo que están haciendo con AlmaLinux, y descubra lo que estamos haciendo para que esta sea la distribución de Linux libre empresarial más estable del mundo.",
"Check back soon for the schedule!": "¡Vuelva pronto para conocer el programa!",
"March 16-17": "16 y 17 de Marzo",
"CloudFest Hackathon": "CloudFest Hackathon",
@@ -897,5 +897,102 @@
"It is the direct upstream for AlmaLinux OS 10 and is the primary point for the AlmaLinux community to engage and influence the future of AlmaLinux OS. Fixes and features land here first and trickle down into AlmaLinux OS as appropriate. It is the integration and collaboration point for AlmaLinux to its upstreams as well, such as CentOS Stream and Fedora. You can read more about it: ": "Es el upstream directo para AlmaLinux OS 10 y es el punto principal para la comunidad AlmaLinux para participar e influir en el futuro de AlmaLinux OS. Correcciones y características aterrizan aquí primero y se filtran en AlmaLinux OS según corresponda. Es el punto de integración y colaboración para AlmaLinux a sus corrientes ascendentes, así, como CentOS Stream y Fedora. Puede leer más sobre él: ",
"AlmaLinux Kitten OS": "AlmaLinux Kitten OS",
"What is AlmaLinux OS Kitten?": "¿Qué es AlmaLinux OS Kitten?",
- "AlmaLinux 9.5 is live! Find the details and more here:": "¡AlmaLinux 9.5 ya está disponible! Encuentra los detalles y más información aquí:"
+ "AlmaLinux 9.5 is live! Find the details and more here:": "¡AlmaLinux 9.5 ya está disponible! Encuentra los detalles y más información aquí:",
+ "Tokyo Port City Takeshiba Office Tower 30F": "Torre de oficinas Takeshiba, 30º piso, en el puerto de Tokio",
+ "Registration and checkin opens": "Apertura del plazo de inscripción y registro",
+ "The AlmaLinux Build Pipeline": "El proceso de compilación de AlmaLinux",
+ "AlmaLinux OS Foundation": "Fundación AlmaLinux OS",
+ "Cybertrust Japan Co., Ltd.": "Cybertrust Japan Co., Ltd.",
+ "Jonathan Wright": "Jonathan Wright",
+ "Thank you to our event sponsors and platinum sponsor members!": "¡Gracias a nuestros patrocinadores del evento y a los miembros patrocinadores platino!",
+ "Header image by ": "Imagen de cabecera de ",
+ "Cafe Shiba - WORLD SPACE": "Cafe Shiba - WORLD SPACE",
+ "AlmaLinux Infrastructure Team Lead": "Jefe de equipo de infraestructura AlmaLinux",
+ "Schedule of lectures": "Calendario de conferencias",
+ "Next-generation digital social infrastructure and generative AI": "Infraestructura social digital de nueva generación e IA generativa",
+ "Daiki Orihara": "Daiki Orihara",
+ "Ryota Imamura": "Ryota Imamura",
+ "DesigNET": "DesigNET",
+ "Naoki Watanabe": "Naoki Watanabe",
+ "Prime Strategy Co., Ltd.": "Prime Strategy Co., Ltd.",
+ "Hewlett Packard Japan, G.K.": "Hewlett Packard Japan, G.K.",
+ "Yuichi Aoyama": "Yuichi Aoyama",
+ "Challenges to automatic OS and middleware updates for safer and more flexible operations with AlmaLinux": "Desafíos a las actualizaciones automáticas de SO y middleware para operaciones más seguras y flexibles con AlmaLinux",
+ "Event Details": "Detalles del evento",
+ "Share your story with a lightning talk at the Social!": "¡Comparta su historia con una charla relámpago en el Social!",
+ "Lead AlmaLinux OS Architect": "Arquitecto jefe del SO AlmaLinux",
+ "The author of 'AlmaLinux 9 Practical Guide' talks about the front line of Arm servers.": "El autor de 'La practica guía de AlmaLinux 9' habla de la primera línea de los servidores Arm.",
+ "Closing Remarks": "Observaciones finales",
+ "Social Gathering and Lightning talks!": "¡Reunión social y charlas relámpago!",
+ "Venue:": "Evento:",
+ "Host:": "Anfitrión:",
+ "Japan AlmaLinux Users Group": "Grupo de usuarios de AlmaLinux en Japón",
+ "Co-host:": "Coanfitrión:",
+ "Sponsors:": "Patrocinadores:",
+ "Free": "Gratis",
+ "Participation fee:": "Entrada:",
+ "Social gathering participation fee:": "Precio de reuniones:",
+ "2000 yen": "2000 yenes",
+ "Lead Architect & ALESCo Member": "Arquitecto principal y miembro de ALESCo",
+ "Infra, Certification SIG Lead, & ALESCo Member": "Líder de SIG de certificación e infraestructura y miembro de ALESCo",
+ "Date and time:": "Fecha y hora:",
+ "Introducing the AlmaLinux Certification SIG": "Presentación del SIG de certificación AlmaLinux",
+ "Join us December 14th for AlmaLinux Day: Tokyo!": "Únete a nosotros el 14 de diciembre para el AlmaLinux Day: ¡Tokio!",
+ "Join us to learn from each other in an amazing city.": "Únase a nosotros para aprender unos de otros en una ciudad increíble.",
+ "SIGs, ALESCo and other events": "SIG, ALESCo y otros eventos",
+ "AlmaLinux OS Foundation Chair": "Presidente de la Fundación AlmaLinux OS",
+ "Linux and open source experts will gather for a day of learning and sharing our experiences using AlmaLinux in enterprise environments, and then make connections with the people who can help solve every technology problem you're facing.": "Expertos en Linux y código abierto se reunirán para un día de aprendizaje y compartir nuestras experiencias utilizando AlmaLinux en entornos empresariales, y luego hacer conexiones con las personas que pueden ayudar a resolver todos los problemas de tecnología que está enfrentando.",
+ "Cybertrust's AlmaLinux efforts and contributions - from last year's AlmaLinux Day Tokyo to now": "Los esfuerzos y contribuciones de Cybertrust a AlmaLinux - desde el AlmaLinux Day Tokyo del año pasado hasta ahora",
+ "We'll miss you, but if you can't make it to AlmaLinux Day Tokyo, you can still enjoy the day! Just like last year, we'll be posting the videos from the talks at the event to share with everyone. Sign up for the AlmaLinux Newsletter below, so you don't miss the announcement!": "Te echaremos de menos, pero si no puedes asistir al AlmaLinux Day Tokyo, ¡todavía puedes disfrutar del día! Al igual que el año pasado, publicaremos los vídeos de las charlas del evento para compartirlos con todo el mundo. ¡Suscríbete al boletín de AlmaLinux a continuación, para que no te pierdas el anuncio!",
+ "AlmaLinux for Enterprise!": "¡AlmaLinux para empresas!",
+ "December 14th, 2024": "14 de diciembre de 2024",
+ "1-7-1 Kaigan, Minato-ku, Tokyo": "1-7-1 Kaigan, Minato-ku, Tokyo",
+ "AlmaLinux and Compatibility with RHEL": "AlmaLinux y compatibilidad con RHEL",
+ "From hyperscale and supercomputers to single board computers, from desktop to cloud - AlmaLinux is a great choice wherever you need it!": "Desde hiperescala y superordenadores a ordenadores de placa única, desde el escritorio a la nube - ¡AlmaLinux es una gran elección donde quiera que lo necesite!",
+ "SB Intuitions Corp., SoftBank Corp.": "SB Intuitions Corp., SoftBank Corp.",
+ "Successful Cases and Know-How of Utilizing Open Source Software with AlmaLinux": "Casos de éxito y conocimientos sobre el uso de software de código abierto con AlmaLinux",
+ "Navigating the open source world can be harrowing for businesses, but AlmaLinux is ready to solve your operating system needs!": "¡Navegar por el mundo del código abierto puede ser angustioso para las empresas, pero AlmaLinux está listo para resolver sus necesidades de sistema operativo!",
+ "ALD Tokyo 2024": "ALD Tokyo 2024",
+ "Social gathering is free for students! (Please bring your student ID)": "¡La reunión social es gratuita para los estudiantes! (Por favor, trae tu carné de estudiante)",
+ "Presentations are also possible at the social gathering after the seminar. You can freely give a presentation on anything related to AlmaLinux. You can also advertise your company. Since this is a social gathering, please use LT format and limit your presentation to about 3 to 5 minutes per person.": "Las presentaciones también son posibles en la reunión social después del seminario. Usted puede dar libremente una presentación sobre cualquier cosa relacionada con AlmaLinux. También puede anunciar su empresa. Dado que se trata de una reunión social, por favor, utilice el formato LT y limite su presentación a unos 3 a 5 minutos por persona.",
+ "If you would like to make a presentation, please let us know during the announcements on the day.": "Si desea hacer una presentación, le rogamos que nos lo comunique durante los anuncios del día.",
+ "ALD Germany 2024": "ALD Alemania 2024",
+ "ALD Tokyo 2023": "ALD Tokyo 2023",
+ "SIG and ALESCo meetings": "Reuniones de SIG y ALESCo",
+ "Cafe Shiba WORLD SPACE": "Cafe Shiba WORLD SPACE",
+ "Open Source People Network https://ospn.jp/, and more below.": "Red de personas de código abierto https://ospn.jp/, y más a continuación.",
+ "Saturday, December 14, 2024, 13:00-20:00 (doors open at 12:30)": "Sábado 14 de diciembre de 2024, 13:00-20:00 (apertura de puertas a las 12:30)",
+ "Upgrade from CentOS 7 to AlmaLinux 8, CentOS Stream 8, Oracle Linux 8, or Rocky Linux 8": "Actualización de CentOS 7 a AlmaLinux 8, CentOS Stream 8, Oracle Linux 8 o Rocky Linux 8",
+ "Cybertrust's AlmaLinux efforts and contributions - from last year's AlmaLinux Day: Tokyo to now": "Esfuerzos y colaboraciones de Cybertrust a AlmaLinux - desde el Día AlmaLinux del año pasado: en Tokio hasta ahora",
+ "AlmaLinux Day Welcome and Introduction": "Bienvenida y presentación del día de AlmaLinux",
+ "AlmaLinux images are available for Incus and LXC.": "Las imágenes de Alma Linux están disponibles para Incus y LXC.",
+ "Get Incus and LXC Images": "Obtener imágenes Incus y LXC",
+ "Get AlmaLinux on HCP Vagrant Registry": "Obtenga Alma Linux en Vagrant Registry de HCP",
+ "You can get AlmaLinux OS images on HCP Vagrant Registry at the link provided: ": "Puede obtener imágenes del SO Alma Linux en Vagrant Registry HCP en el enlace siguiente: ",
+ "AlmaLinux provides official AlmaLinux OS 9.5 images for Vagrant:": "Alma Linux proporciona imágenes oficiales de AlmaLinux OS 9.5 para Vagrant:",
+ "AlmaLinux offers AlmaLinux OS 8.10 and AlmaLinux OS 9.5 images for Azure across all Azure regions via the ": "AlmaLinux ofrece imágenes de Alma Linux OS 8.10 y AlmaLinux OS 9.5 para Azure en todas las regiones de Azure a través de ",
+ "AlmaLinux provides official AlmaLinux OS 8.10 and AlmaLinux OS 9.5 images for Vagrant:": "AlmaLinux proporciona imágenes oficiales de AlmaLinux OS 8.10 y AlmaLinux OS 9.5 para Vagrant:",
+ "Get Support": "Obtenga ayuda",
+ "GitHub": "GitHub",
+ "Community Support": "Apoyo de la Comunidad",
+ "Community Forums": "Foros de la comunidad",
+ "Community Chat": "Chat de la comunidad",
+ "Reddit": "Reddit",
+ "Get Technical Support": "Consiga soporte técnico",
+ "TuxCare’s Enterprise Support for AlmaLinux": "Apoyo empresarial de TuxCare para AlmaLinux",
+ "Buy Support Online Now": "Pague por soporte online ahora",
+ "Join the conversation! Real time discussion with other AlmaLinux community members, the governance team, and AlmaLinux OS developers.": "¡Únete a la conversación! Discusiones en tiempo real con otros miembros de la comunidad de AlmaLinux, el equipo de coordinación, y los desarrolladores de AlmaLinux OS.",
+ "Ask questions, get answers, and help us support others in the AlmaLinux OS community.": "Pregunta, consigue respuestas, ayúdanos apoyando a otros en la comunidad de AlmaLinux OS.",
+ "Sign up": "Registro",
+ "Our GitHub organization contains the source code and tools used to build AlmaLinux OS and all related infrastructure.": "Nuestra organización en GitHub tiene el código fuente y las herramientas utilizadas para hacer AlmaLinux OS y toda la infraestructura relacionada.",
+ "Join our vibrant Reddit subreddit to interact with current and potential AlmaLinux users.": "Únete a nuestro hilo vibrante en Reddit para interactuar con actuales y potenciales usuarios de AlmaLinux.",
+ "Join Mailing Lists": "Suscríbete al boletín",
+ "AlmaLinux Wiki": "Wiki de AlmaLinux",
+ "TuxCare, a division of CloudLinux Inc., the founding sponsor of the AlmaLinux OS Project, provides tailored support to enhance the performance, security, and reliability of your AlmaLinux workloads.": "TuxCare, una división de CloudLinux Inc., el contribuyente fundador de AlmaLinux OS Project, proporciona soporte personalizado para mejorar el rendimiento, seguridad y confiabilidad de las cargas de trabajo de AlmaLinux.",
+ "Cybertrust Japan is a provider of comprehensive security certification services to various public and private entities globally, and offers comprehensive support for AlmaLinux users – having also produced MIRACLE LINUX for nearly 20 years.": "Cybertrust Japan es un proveedor de servicios integrales de certificación de seguridad para varias entidades públicas y privadas a nivel mundial, y ofrece soporte integral para usuarios de AlmaLinux, habiendo también producido MIRACLE LINUX durante casi 20 años.",
+ "Platinum Sponsor + Founder": "Contribuyente Platinium + Fundador",
+ "Get Help with Certification": "Consiga ayuda con la certificación",
+ "For Japan-based AlmaLinux users:": "Para usuarios AlmaLinux en Japón:",
+ "Platinum Sponsor": "Contribuyente Platinum",
+ "The AlmaLinux community is vibrant, highly active, large, and deeply committed to supporting each other at every level of expertise. We serve each other like an online village of knowledge-sharing and collaboration, providing an invaluable network for troubleshooting, exchanging advice, and discussing best practices.": "La comunidad de AlmaLinux es una dinámica, muy activa, grande y profundamente comprometida con el apoyo mutuo en todos los niveles de especialización. Nos servimos mutuamente como una aldea virtual de intercambio de conocimientos y colaboración, brindando una red invaluable para la resolución de problemas, intercambio de consejos y hablando de buenas prácticas."
}
diff --git a/i18n/fi.json b/i18n/fi.json
index 4cb79ec..518d3f3 100644
--- a/i18n/fi.json
+++ b/i18n/fi.json
@@ -6,28 +6,28 @@
"Sorry, but the page you were trying to access could not be found.": "Haluamaasi sivua ei valitettavasti löytynyt.",
"Resources": "Resurssit",
"Wiki": "Wiki",
- "Bugs": "",
- "Repository": "",
+ "Bugs": "Ohjelmointivirheet",
+ "Repository": "Tietovarasto",
"Downloads": "Lataukset",
"Membership": "Jäsenyys",
"ELevate": "ELevate",
"Mailing Lists": "Postituslistat",
"Community": "Yhteisö",
"Chat": "",
- "Forums": "Keskustelufoorumit",
+ "Forums": "Keskustelupalstat",
"Legal": "",
"Legal Notice": "Oikeudellinen huomautus",
"Privacy Policy": "Tietosuojakäytäntö",
"Terms of Service": "Palveluehdot",
"Licensing Policy": "Lisenssikäytännöt",
"Trademark Usage Policy": "Tavaramerkkien käyttökäytännöt",
- "Foundation Bylaws": "",
+ "Foundation Bylaws": "Säätiön säännöt",
"AlmaLinux OS logo": "AlmaLinux OS -logo",
"Toggle navigation": "",
"Blog": "Blogi",
"Migrate from CentOS 8": "Siirry CentOS 8:sta",
- "Report Bugs": "",
- "Shop": "",
+ "Report Bugs": "Ilmoita ohjelmointivirheistä",
+ "Shop": "Kauppa",
"Language": "Kieli",
"Translate": "Käännä",
"Download": "Lataa",
@@ -45,16 +45,16 @@
"Security": "Tietoturva",
"Documentation": "Asiakirjat",
"Marketing": "Markkinointi",
- "Web presence": "",
- "Join AlmaLinux OS community chat": "",
+ "Web presence": "Toiminta verkossa",
+ "Join AlmaLinux OS community chat": "Liity AlmaLinux-käyttöjärjestelmän keskustelukanavalle",
"AlmaLinux OS - ELevate Your Distribution": "",
"ELevate enables migration between major versions of RHEL(r) derivatives. Easily go from CentOS 7.x to any 8.x of your choice": "",
- "ELevate Your Distribution": "",
+ "ELevate Your Distribution": "Nosta jakeluasi",
"ELevate enables migration between major versions of RHEL® derivatives. Easily go from CentOS 7.x to any 8.x of your choice": "",
"Get Started": "Aloittaminen",
"Discuss": "Keskustele",
"About": "Tietoja",
- "Major Version Upgrades": "",
+ "Major Version Upgrades": "Pääversiopäivitykset",
"It wasn't possible--until now. Easily migrate between major versions of RHEL-based distributions from 7.x to 8.x. Preserve your applications, your data, and your sanity. Run the most recent version of the OS and software you need.": "",
"Package Evolution Service": "",
"The beating heart of ELevate is the Package Evolution Service (PES) which allows you to download, customize and even submit new data sets for packages. Users and maintainers can both utilize the PES to help make migrations smooth and easy.": "",
@@ -65,15 +65,15 @@
"ELevate is a project aimed to provide the ability to migrate between major versions of RHEL-based distributions from 7.x to 8.x. It combines Red Hat's Leapp framework with a community created library and service for the migration metadata set required for it.": "",
"This looks awesome. How can I contribute?": "Vaikuttaa hienolta. Miten voin osallistua?",
"First join us at #migration Mattermost channel. You can find the tool code here: %(github_link)s and you can add/edit/interact with package metadata at %(pes_link)s.": "",
- "Is this ready for production?": "",
+ "Is this ready for production?": "Onko tämä valmis tuotantoon?",
"YMMV. Every environment is different and unique based on applications and configurations. Since this is still under development, to avoid any surprises, we highly recommend that you test migrations scenarios in a VM or sandbox before running a migration in production.": "",
"What operating systems does ELevate support?": "Mitä käyttöjärjestelmiä ELevate tukee?",
"Currently ELevate provides Leapp data for migration from CentOS 7 to the following OS:
@@ -220,4 +218,4 @@
-{{ end }}
\ No newline at end of file
+{{ end }}
diff --git a/layouts/almalinux-day-germany-2024/single.html b/layouts/almalinux-day-germany-2024/single.html
index 4a73213..b5c3ddf 100644
--- a/layouts/almalinux-day-germany-2024/single.html
+++ b/layouts/almalinux-day-germany-2024/single.html
@@ -594,9 +594,9 @@
-
+
@@ -124,7 +124,7 @@ add new preview image for link previews
{{ i18n "Community-wide Project" }}
- {{ i18n "ELevate is developed in a distribution agnostic way and is built as a tool for the whole ecosystem, not just AlmaLinux." }} {{ i18n "The enterprise linux ecosystem is a very large and diverse community, and we have developed this project in good faith as members of what ecosystem." }} {{ i18n "We hope that everyone in the community can use and contribute to ELevate, no matter which distro you prefer. That is the open source way." }}
+ {{ i18n "ELevate is developed in a distribution agnostic way and is built as a tool for the whole ecosystem, not just AlmaLinux." }} {{ i18n "The enterprise linux ecosystem is a very large and diverse community, and we have developed this project in good faith as members of that ecosystem." }} {{ i18n "We hope that everyone in the community can use and contribute to ELevate, no matter which distro you prefer. That is the open source way." }}
- {{ i18n "AlmaLinux provides official AlmaLinux OS 8 and AlmaLinux OS 9 images for Vagrant:" }}
+ {{ i18n "AlmaLinux provides official AlmaLinux OS 8.10 and AlmaLinux OS 9.5 images for Vagrant:" }}
- {{ i18n "AlmaLinux images are available for LXC/LXD." }}
+ {{ i18n "AlmaLinux images are available for Incus and LXC." }}
{{ i18n "Supported AlmaLinux OS versions:" }}
- {{ i18n "AlmaLinux offers AlmaLinux OS 8 and AlmaLinux OS 9 images for Azure across all Azure regions via the " }}
+ {{ i18n "AlmaLinux offers AlmaLinux OS 8.10 and AlmaLinux OS 9.5 images for Azure across all Azure regions via the " }}
{{ i18n "Azure Marketplace" }}.
{{ i18n "Images are deployable via the marketplace, portal and CLI." }}
@@ -1331,7 +1331,7 @@
- {{ i18n "AlmaLinux provides official AlmaLinux OS 9 images for Vagrant:" }}
+ {{ i18n "AlmaLinux provides official AlmaLinux OS 9.5 images for Vagrant:" }}
- {{ i18n "AlmaLinux images are available for LXC/LXD." }}
+ {{ i18n "AlmaLinux images are available for Incus and LXC." }}
{{ i18n "Supported AlmaLinux OS versions:" }}
Cybertrust Japan is a provider of a comprehensive security certification services to various public and private entities globally, and offers comprehensive support for AlmaLinux users. Have also produced MIRACLE LINUX for nearly 20 years.
Confidently deploy AlmaLinux and all your open source packages with enterprise-grade, 24/7/365 support backed by guaranteed SLAs. Keep your mission-critical apps running smoothly with unlimited tickets and direct access to experienced enterprise architects who put your business first.
{{ i18n "The" }} AlmaLinux OS Foundation {{ i18n "is a US-based non-profit that stewards the AlmaLinux project and allows anyone to join!" }} {{ i18n "Join the" }} AlmaLinux OS Foundation {{ i18n "as an individual member or Sponsor member, and own a vote in shaping the future of AlmaLinux OS!" }}
+ {{ i18n "An individual application for anyone who uses AlmaLinux OS, contributes to AlmaLinux OS, provides services to the AlmaLinux OS community, or otherwise supports the AlmaLinux Project." }}
+
+ {{ i18n "An individual or entity that provides the project with mirror(s) for content distribution." }} {{ i18n "Only one member application per individual or entity will be accepted, irrespective of contributed number of mirrors." }}
+
+ {{ i18n "Ideal for companies or organizations who want to support the AlmaLinux project. These non-profit organizations and companies contribute funding or resources to the project, and receive benefits from the foundation for that support." }}
+
- {{ i18n "acceptance as AlmaLinux mirror by tech committee" }}
-
-
-
-
{{ i18n "Term" }}
-
{{ i18n "as long as mirror is operational" }}
-
-
-
{{ i18n "Benefits" }}
-
- {{ i18n "All contributor membership benefits and" }}
-
-
{{ i18n "Listing as an official AlmaLinux mirror" }}
-
{{ i18n "Official AlmaLinux mirror logo" }}
-
-
-
-
-
-
-
+
+
{{ i18n "Join the" }} AlmaLinux OS Foundation
+
{{ i18n "The AlmaLinux OS Foundation's membership structure is intentionally permissive, because it is important for us that anyone who has a stake in the future of AlmaLinux is allowed to have a voice in the future of AlmaLinux. Whether you join as a sponsor member or an individual contributor or a mirror host, your support of AlmaLinux and your opinion deserves to be heard." }}
+
{{ i18n "Membership of the foundation is determined and managed by the Membership Committee. The membership committee meets regularly to review applications and welcome new members to the foundation. The qualifications for each type of membership are below. If you have any intersest in joining the membership committee, reach out to the committee directly via email" }}! {{ i18n "Email the membership committee" }}
+
+
{{ i18n "Free member qualifications and benefits" }}
Contributor membership is perfect for any individual contributor to the AlmaLinux project or user of AlmaLinux who wishes to support the AlmaLinux OS Foundation by joining.
-
-
-
-
-
-
-
Silver Membership
-
Gold Membership
-
Platinum Membership
-
-
-
-
-
-
-
{{ i18n "All of the" }} Silver membership {{ i18n "benefits, plus..." }}
-
{{ i18n "All of the" }} Gold membership {{ i18n "benefits, plus..." }}
-
-
-
{{ i18n "Voting benefits" }}
-
{{ i18n "a potential seat on the board of directors" }}
-
-
{{ i18n "Opportunity to nominate someone for election to the board of directors" }}
-
5 {{ i18n "votes for each open board seat" }}
-
-
-
{{ i18n "a potential seat on the board of directors" }}
-
-
{{ i18n "Opportunity to nominate someone for election to the board of directors" }}
-
15 {{ i18n "votes for each open board seat" }}
-
-
-
{{ i18n "a potential seat on the board of directors" }}
-
-
{{ i18n "Opportunity to nominate someone for election to the board of directors" }}
-
50 {{ i18n "votes for each open board seat" }}
-
-
-
-
-
{{ i18n "Marketing Benefits" }}
-
-
-
- {{ i18n "Your company logo on AlmaLinux website (in one section/category of the website only)" }}
-
-
- {{ i18n "Have your company's events featured on our events.almalinux.org community calendar" }}
-
-
- {{ i18n "Exposure through new Silver member group press releases with social media promotion" }}
-
-
{{ i18n "AlmaLinux member logo on your site" }}
-
{{ i18n "Inclusion in a round-up of new members" }}
-
-
-
-
-
{{ i18n "Priority access to sponsorship at any AlmaLinux organized events" }}
-
-
- {{ i18n "Your company logo on AlmaLinux website in up two sections/categories" }}
-
-
1 {{ i18n "sponsored webinar per year" }}1
-
{{ i18n "four sponsored blog posts per year" }}1
-
- {{ i18n "AlmaLinux will assist in promoting your appropriate social media for Linux-related content (e.g. tweets and retweets)" }}1
-
-
- {{ i18n "Membership launch blog announcing your Gold/Platinum membership" }}
-
-
-
-
-
-
- {{ i18n "Your company logo on AlmaLinux website in up three sections/categories" }}
-
- {{ i18n "Direct access to AlmaLinux executives and staff to help with consultation, planning, and engagement opportunities, including advance information on upcoming announcements and projects" }}
-
-
-
-
-
-
-
{{ i18n "Fees (Annual)" }}
-
$2,500
-
$20,000
-
$100,000
-
-
-
{{ i18n "Alternative contribution" }}
-
- {{ i18n "per membership committee confirmation: Any contribution of hardware or services based on board approval" }}
-
-
{{ i18n "per board of directors confirmation:" }}
-
-
{{ i18n "One dedicated FTE working on AlmaLinux" }}
- {{ i18n "or" }}
-
- {{ i18n "annual service credits or hardware donation valued at $20,000 or more" }}
-
-
-
-
- {{ i18n "per board of directors confirmation:" }}
-
-
{{ i18n "Three dedicated FTE working on AlmaLinux" }}
- {{ i18n "An individual application for anyone who uses AlmaLinux OS, contributes to AlmaLinux OS, provides services to the AlmaLinux OS community or otherwise supports the AlmaLinux OS." }}
-
- {{ i18n "An individual or entity that provides the project with mirror(s) for content distribution." }} {{ i18n "Only one member application per individual or entity will be accepted, irrespective of contributed number of mirrors." }}
-
{{ i18n "Sponsor member qualifications and benefits" }}
+
{{ i18n "For an independent open source project, maintaining funding through a variety of sponsor members is key to our ability to remain impartial, and is key to our long-term goal of achieving 501(c)(3) status. We remain grateful to our entire community for their support, and are especially grateful for the sponsor members who support the project with funds or resources that are critical to helping us keep up with our explosive growth." }}
+
{{ i18n "Qualifications and Term" }}
+
{{ i18n "Each of the sponsor memberships are renewed annually, and require the approval of the membership committee." }}
+
{{ i18n "Membership fees are charged annually on the date of your membership acceptance. All in-kind sponsorships require approval of the board of directors in addition to the membership committee." }}
+
+
+
+
{{ i18n "Platinum Sponsor Member" }}
+
+
+
+
+
+
+
+
{{ i18n "Platinum membership is a our highest tier and is tailor-made for companies who understand the importance of heavily sponsoring open source projects that the world relies on, and who want to ensure that the AlmaLinux project is able to continue to deliver on its promise of long-term stability." }}
{{ i18n "AlmaLinux will assist in promoting your appropriate social media for Linux-related content (e.g. tweets and retweets)" }}
+
+
+
+
{{ i18n "Voting benefits" }}
+
+
{{ i18n "Opportunity to nominate someone for election to the board of directors" }}
+
50 {{ i18n "votes for each open board seat" }}
+
+
{{ i18n "Additional benefits" }}
+
+
{{ i18n "Have up to 3 kernel modules signed by AlmaLinux, allowing your application to work with secure boot on AlmaLinux servers." }}
+
{{ i18n "Be listed on a “signed kernel modules” documentation page." }}
+
{{ i18n "Direct access to AlmaLinux executives and experts to help with consultation, planning, and engagement opportunities, including advance information on upcoming announcements and projects." }}
+
+
{{ i18n "Membership Fee" }}
+
+
$100,000 OR
+
{{ i18n "Three dedicated full-time employees working on AlmaLinux" }}
Silver Sponsor Members tend to be startups or companies who are compelled to show their support for AlmaLinux, but don't find that a larger investment meets their needs.
+
{{ i18n "Benefits" }}
+
{{ i18n "Benefits for this level of membership are broken into two groups" }}
+
{{ i18n "Voting benefits" }}
+
+
{{ i18n "Opportunity to nominate someone for election to the board of directors" }}
+
5 {{ i18n "votes for each open board seat" }}
+
+
+
{{ i18n "Marketing Benefits" }}
+
+
{{ i18n "Company logo on AlmaLinux website in one section/category" }}
+
{{ i18n "Inclusion in a silver member group press releases with social media promotion" }}
{{ i18n "Exposure through new ruby member a group press release with social media promotion" }}
+
{{ i18n "Inclusion in a round-up blog post of new members" }}
+
{{ i18n "AlmaLinux member logo for your site" }}
+
+
{{ i18n "Additional benefits" }}
+
{{ i18n "The opportunity to have up to 3 kernel modules signed by AlmaLinux, allowing your application to work with secure boot on AlmaLinux servers. Listing on a 'signed kernel modules' documentation page." }}
+
{{ i18n "Membership Fee" }}
+
+
$5,000 OR
+
{{ i18n "An equivalent contribution of hardware or services" }}
{{ i18n "Gold Sponsor Members are established companies who believe in the importance of open source and free operating systems, and see the value in AlmaLinux continuing to serve its users." }}
+
{{ i18n "Benefits" }}
+
{{ i18n "Benefits for this level of membership are broken into three groups" }}
+
{{ i18n "Voting benefits" }}
+
+
{{ i18n "Opportunity to nominate someone for election to the board of directors" }}
+
15 {{ i18n "votes for each open board seat" }}
+
+
{{ i18n "Marketing Benefits" }}
+
+
{{ i18n "Company logo on AlmaLinux website in two sections/categories" }}
+
{{ i18n "Exposure through new gold member group press releases with social media promotion" }}
+
{{ i18n "Priority access to sponsor any AlmaLinux-organized events" }}
+
{{ i18n "1 sponsor webinar per year" }}
+
{{ i18n "Up to four sponsored blog posts per year to be posted on the AlmaLinux blog" }}
+
{{ i18n "AlmaLinux will assist in promoting your appropriate social media for Linux-related content (e.g. tweets and retweets)" }}
+
{{ i18n "Inclusion in a round-up blog post of new Gold members" }}
{{ i18n "The opportunity to have up to 3 kernel modules signed by AlmaLinux, allowing your application to work with secure boot on AlmaLinux servers. Listing on a “signed kernel modules” documentation page." }}
+
{{ i18n "Membership Fee" }}
+
+
$20,000 OR
+
{{ i18n "One dedicated full-time employee working on AlmaLinux OR" }}
+
{{ i18n "Annual service credits or hardware donations valued at $20,000 or more" }}
{{ i18n "The AlmaLinux OS Foundation is lead by a community elected board of directors who hold regular meetings. Agendas and minutes for those meetings are shared with the public on" }} {{ i18n "the AlmaLinux Wiki" }}. {{ i18n "The board, once elected, chooses its offices, including the chair of the board. Elections are held as regularly as needed to fill vacancies. The wiki also houses historical details about the" }} {{ i18n "election candidates and processes" }}.
+
+
-
-
-
-
-
-
benny Vasquez
-
Chair, Board of Directors
-
AlmaLinux OS Foundation
-
+
+
+
+
+
benny Vasquez
+
Chair, Board of Directors
+
AlmaLinux OS Foundation
+
+
-
-
-
-
-
-
Jack Aboutboul
-
AlmaLinux OS Community Manager
-
Microsoft, Inc
-
+
+
+
+
+
Jack Aboutboul
+
AlmaLinux OS Community Manager
+
Microsoft, Inc
+
+
-
-
-
-
-
-
Jesse Asklund
-
{{ i18n "Global head of Customer Experience" }}
-
WebPros
-
+
+
+
+
+
Jesse Asklund
+
{{ i18n "Global head of Customer Experience" }}
+
WebPros
+
+
-
-
-
-
-
-
Simon Phipps
-
{{ i18n "open source advocate and a former president of the" }} Open Source Initiative
-
-
+
+
+
+
+
Simon Phipps
+
{{ i18n "open source advocate and a former president of the" }} Open Source Initiative
+
+
+
-
-
-
-
-
-
Moshe Bar
-
{{ i18n "CEO" }}
-
Codenotary Inc.
-
-
+
+
+
+
+
+
Moshe Bar
+
{{ i18n "CEO" }}
+
Codenotary Inc.
+
+
-
-
-
-
-
-
Daniel Pearson
-
{{ i18n "CEO" }}
-
KnownHost
-
-
+
+
+
+
+
+
Daniel Pearson
+
{{ i18n "CEO" }}
+
KnownHost
+
+
-
-
-
-
-
-
Jun Yoshida
-
{{ i18n "Corporate Officer" }}
-
Cybertrust Japan
-
-
+
+
+
+
+
+
Jun Yoshida
+
{{ i18n "Corporate Officer" }}
+
Cybertrust Japan
+
+
-
-
-
-
-
-
Alex Iribarren
-
{{ i18n "Penguin Wrangler and Cloud Watcher" }}
-
CERN
-
-
+
+
+
+
+
+
Alex Iribarren
+
{{ i18n "Penguin Wrangler and Cloud Watcher" }}
+
CERN
+
+
-
-
-
-
-
-
David Snead
-
{{ i18n "General Counsel" }}
-
Webpros
-
Non-voting Invited Expert
-
-
-
+
+
+
+
+
+
David Snead
+
{{ i18n "General Counsel" }}
+
Webpros
+
Non-voting Invited Expert
-
-
-
-
-
-
+
+
+
+
+
{{ end }}
diff --git a/layouts/partials/common/footer.html b/layouts/partials/common/footer.html
index 2704479..05759f3 100644
--- a/layouts/partials/common/footer.html
+++ b/layouts/partials/common/footer.html
@@ -19,6 +19,7 @@