Search
1000 results for “centos”
-
Going to FOSDEM? Troy Dawson will be presenting in the Distros Devroom about CentOS and the amazing work in our SIGs.
-
Going to FOSDEM? Troy Dawson will be presenting in the Distros Devroom about CentOS and the amazing work in our SIGs.
-
Going to FOSDEM? Troy Dawson will be presenting in the Distros Devroom about CentOS and the amazing work in our SIGs.
-
#CentOSStream 10 vs. #AlmaLinux 10 Beta vs. #RHEL 10 Beta Performance Benchmarks on AMD EPYC. #CentOSStream10 as upstream to #RedHat #EnterpriseLinux 10 is largely similar to what's found in the #RHEL10 beta but one of the key differences is being powered by #Linux 6.12 LTS rather than Linux 6.11. #CentOS Stream 10 tended to perform either on-par with AlmaLinux 10 and RHEL 10 or slightly ahead in some cases thanks to the slightly newer kernel and other software upgrades.
https://www.phoronix.com/review/centos-stream-10-benchmarks -
#CentOSStream 10 vs. #AlmaLinux 10 Beta vs. #RHEL 10 Beta Performance Benchmarks on AMD EPYC. #CentOSStream10 as upstream to #RedHat #EnterpriseLinux 10 is largely similar to what's found in the #RHEL10 beta but one of the key differences is being powered by #Linux 6.12 LTS rather than Linux 6.11. #CentOS Stream 10 tended to perform either on-par with AlmaLinux 10 and RHEL 10 or slightly ahead in some cases thanks to the slightly newer kernel and other software upgrades.
https://www.phoronix.com/review/centos-stream-10-benchmarks -
#CentOSStream 10 vs. #AlmaLinux 10 Beta vs. #RHEL 10 Beta Performance Benchmarks on AMD EPYC. #CentOSStream10 as upstream to #RedHat #EnterpriseLinux 10 is largely similar to what's found in the #RHEL10 beta but one of the key differences is being powered by #Linux 6.12 LTS rather than Linux 6.11. #CentOS Stream 10 tended to perform either on-par with AlmaLinux 10 and RHEL 10 or slightly ahead in some cases thanks to the slightly newer kernel and other software upgrades.
https://www.phoronix.com/review/centos-stream-10-benchmarks -
#CentOSStream 10 vs. #AlmaLinux 10 Beta vs. #RHEL 10 Beta Performance Benchmarks on AMD EPYC. #CentOSStream10 as upstream to #RedHat #EnterpriseLinux 10 is largely similar to what's found in the #RHEL10 beta but one of the key differences is being powered by #Linux 6.12 LTS rather than Linux 6.11. #CentOS Stream 10 tended to perform either on-par with AlmaLinux 10 and RHEL 10 or slightly ahead in some cases thanks to the slightly newer kernel and other software upgrades.
https://www.phoronix.com/review/centos-stream-10-benchmarks -
#CentOSStream 10 vs. #AlmaLinux 10 Beta vs. #RHEL 10 Beta Performance Benchmarks on AMD EPYC. #CentOSStream10 as upstream to #RedHat #EnterpriseLinux 10 is largely similar to what's found in the #RHEL10 beta but one of the key differences is being powered by #Linux 6.12 LTS rather than Linux 6.11. #CentOS Stream 10 tended to perform either on-par with AlmaLinux 10 and RHEL 10 or slightly ahead in some cases thanks to the slightly newer kernel and other software upgrades.
https://www.phoronix.com/review/centos-stream-10-benchmarks -
#RedHat #EnterpriseLinux 10 Beta Performance Looks Great - Initial #RHEL 9 vs. #RHEL10 #Benchmarks
#RHEL10Beta is on Linux 6.11 (though #CentOSStream 10 has moved to# Linux 6.12 LTS), GCC 14.2 is default compiler, XFS the default file-system, and there is a wealth of other package updates like moving to Python 3.12 by default and OpenJDK Java 21 as its default version. RHEL 10 also goes Wayland-only with GNOME Shell.
10 Beta was on average 10% faster than current RHEL 9.5
https://www.phoronix.com/review/rhel-10-beta-benchmarks -
Well, this is cool. @jorge shows a prototype of building a Bluefin LTS on top of CentOS Stream 10 with bootc.
-
обновление python на centos 7
Плейбук ансибл завершался с ошибкой >>The module failed to execute correctly, you probably need to set the interpreter.\nSee stdout/stderr for the exact error на целевом узле установлен Python 3.6.8, а ошибка связана с функциональностью, введенной в Python 3.7 и выше.Решение этой задачи осложнялось, так как обновить Python на CentOS 7 невозможно из-за EOL (End of Life) статуса. Шаги для установки Python 3.8 из исходников: Установите необходимые зависимости: sudo yum groupinstall "Development Tools" sudo yum install gcc openssl-devel bzip2-devel libffi-devel zlib-devel wget make Скачайте исходный код Python 3.8: wget https://www.python.org/ftp/python/3.8.10/Python-3.8.10.tgz После того как файл скачан, распакуйте его: tar -xvzf Python-3.8.10.tgz cd Python-3.8.10 Теперь нужно настроить сборку с нужными параметрами. Запустите команду ./configure, чтобы подготовить исходный код Python для сборки: ./configure --enable-optimizations --prefix=/usr/local --enable-optimizations включает дополнительные оптимизации для ускорения Python. --prefix=/usr/local указывает, куда установить Python (по умолчанию это будет /usr/local/bin/python3.8). После конфигурации можно начать процесс сборки: make -j$(nproc) sudo make altinstall После завершения установки, убедитесь, что Python 3.8 установлен корректно: python3.8 --version Добавьте Python 3.8 в PATH (если нужно). Чтобы сделать Python 3.8 доступным через команду python (если вы не используете полную команду python3.8), можно создать символическую ссылку: sudo ln -s /usr/local/bin/python3.8 /usr/bin/python3.8 sudo ln -s /usr/local/bin/pip3.8 /usr/bin/pip3.8 PS: Решение получил от chatGPT (у меня отработало).
-
Our December newsletter is now available for some light holiday reading:
https://blog.centos.org/2024/12/december-2024-news/
This month: CentOS Stream 10, EPEL 10, new website and docs, GitLab use, Connect, Cloud, NFV, and Automotive.
#CentOS #CentOSStream #FedoraEPEL #CentOSCloud #CentOSNFV #CentOSAutomotive
-
#CentOS Stream 10 wirft Xorg über Bord | heise online https://www.heise.de/news/CentOS-Stream-10-Rolling-Release-mit-aktueller-Software-und-ohne-Xorg-10200762.html #Linux :tux: #OpenSource #CentOSstream #CentOSstream10
-
#CentOS Stream 10 wirft Xorg über Bord | heise online https://www.heise.de/news/CentOS-Stream-10-Rolling-Release-mit-aktueller-Software-und-ohne-Xorg-10200762.html #Linux :tux: #OpenSource #CentOSstream #CentOSstream10
-
#CentOS Stream 10 wirft Xorg über Bord | heise online https://www.heise.de/news/CentOS-Stream-10-Rolling-Release-mit-aktueller-Software-und-ohne-Xorg-10200762.html #Linux :tux: #OpenSource #CentOSstream #CentOSstream10
-
#CentOS Stream 10 wirft Xorg über Bord | heise online https://www.heise.de/news/CentOS-Stream-10-Rolling-Release-mit-aktueller-Software-und-ohne-Xorg-10200762.html #Linux :tux: #OpenSource #CentOSstream #CentOSstream10
-
#CentOS Stream 10 wirft Xorg über Bord | heise online https://www.heise.de/news/CentOS-Stream-10-Rolling-Release-mit-aktueller-Software-und-ohne-Xorg-10200762.html #Linux :tux: #OpenSource #CentOSstream #CentOSstream10
-
#CentOSStream10 and #EPEL10 released
The #CentOS Project has announced the general availability of CentOS Stream 10. See the release notes for information on new features, changes, and removed software. The Extra Packages for Enterprise Linux (#EPEL) 10 repository is also available
https://lwn.net/Articles/1002044/ -
#CentOSStream10 and #EPEL10 released
The #CentOS Project has announced the general availability of CentOS Stream 10. See the release notes for information on new features, changes, and removed software. The Extra Packages for Enterprise Linux (#EPEL) 10 repository is also available
https://lwn.net/Articles/1002044/ -
#CentOSStream10 and #EPEL10 released
The #CentOS Project has announced the general availability of CentOS Stream 10. See the release notes for information on new features, changes, and removed software. The Extra Packages for Enterprise Linux (#EPEL) 10 repository is also available
https://lwn.net/Articles/1002044/ -
#CentOSStream10 and #EPEL10 released
The #CentOS Project has announced the general availability of CentOS Stream 10. See the release notes for information on new features, changes, and removed software. The Extra Packages for Enterprise Linux (#EPEL) 10 repository is also available
https://lwn.net/Articles/1002044/ -
#CentOSStream10 and #EPEL10 released
The #CentOS Project has announced the general availability of CentOS Stream 10. See the release notes for information on new features, changes, and removed software. The Extra Packages for Enterprise Linux (#EPEL) 10 repository is also available
https://lwn.net/Articles/1002044/ -
Big kudos to @areguera of our Artwork SIG for all his hard work on our website.
-
Big kudos to @areguera of our Artwork SIG for all his hard work on our website.
-
Big kudos to @areguera of our Artwork SIG for all his hard work on our website.
-
Big kudos to @areguera of our Artwork SIG for all his hard work on our website.
-
Big kudos to @areguera of our Artwork SIG for all his hard work on our website.
-
We're excited to announce CentOS Stream 10, the latest in Enterprise Linux:
https://blog.centos.org/2024/12/introducing-centos-stream-10/
Not enough newness? EPEL 10 is now also available with over 10k packages:
https://communityblog.fedoraproject.org/epel-10-is-now-available/
-
From #CentOSShowcase: Troy Dawson showed off CentOS Stream running on Windows WSL.
-
From #CentOSShowcase: @michelin showed how the CentOS Hyperscale SIG can actually be a staging ground for Fedora.