Moving into the future is not without hurdles with 10 years of #TechnicalDebt. A couple of shiny new #AlmaLinux9 installations at a time is a much anticipated goal going from #CentOS7, but old apps, headaches and firefighting since last Wednesday's #ServiceWindow, whilst certainly keeping you on your toes have their towes on you as well, racing past deadlines and other obligations like wind in a tube #PainfullyExhausted

Facing this error

`Error: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found `

on #CentOS7 try this site

https://jdhao.github.io/2017/09/04/install-gcc-newer-version-on-centos/

Let's you install a new version on #GCC compiler. Hope helps you

How to Compile and Install Latest Version of GCC on CentOS 7

The default GCC that comes with the CentOS 7.2 is GCC 4.8.5, which does not support the complete C++11 standard, for example, it does not fully support regular expressions. In order to use regular expression functions, we need to install at least GCC 4.9.0. The following installation procedure is applicable to CentOS 7 and are not tested on other Linux systems. Also you have to make sure that you have root privelege.

обновление 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 (у меня отработало).

https://habr.com/ru/articles/869722/

#centos7 #python

Mailserver migrated.. goodbye #CentOS7 👋 , just kidding, it's still running one server on my homelab which I plan to migrate during next week.. :) #homelab #selfhosted #mailserver

CentOS EOL.... Waiting for first critical CVE to patch manually. #Cybersecurity #EOL #CentOS7

But hey management wanted to run it after EOL. We take the risk. Lol

@underseamonkey Well done, good and faithful servant #CentOS7

@bagder 7.29.0 is the version included in #RHEL7 (and thus #CentOS7), which is very common in enterprise systems. The binary still report 7.29.0, but the RPM has had 59 patch releases since the initial release.

RHEL 7 is EOL on Sunday this week, so numbers might start to decline soon.

În cazul în care ai amânat migrarea de la CentOS Linux 7, este mai puțin de o săptămână până la sfârșitul ciclului de viață.

https://rootlinux.ro/centos-linux-7-ajunge-la-sfarsitul-ciclului-de-viata/

#centos7 #centoslinux #redhat

În cazul în care ai amânat migrarea de la CentOS Linux 7, este mai puțin de o săptămână până la sfârșitul ciclului de viață.

Data de expirare a CentOS Linux 7 este încă programată pentru 30 iunie. Ca parte a schimbării obiectivului asupra CentOS Stream, Red Hat a făcut o mișcare controversată în 2020 pentru a se concentra pe CentOS Stream […]

https://rootlinux.ro/centos-linux-7-ajunge-la-sfarsitul-ciclului-de-viata/

#CentOS7#サポート は今月(2024年6月)末で終了に。 #SUSE が来月以降もサポートを継続する「SUSE Linux Liberty Lite for CentOS 7」発表」: Publickey

https://www.publickey1.jp/blog/24/centos_720246susesuse_linux_liberty_lite_for_centos_7.html

#prattohome #Publickey

CentOS 7のサポートは今月(2024年6月)末で終了に。SUSEが来月以降もサポートを継続する「SUSE Linux Liberty Lite for CentOS 7」発表

CentOSは無料で使えるRed Hat Enteprirse Linux(RHEL)互換OSとして広く使われてきましたが、2020年12月にCentOS ProjectがCentOS8のサポートを2021年12月末で終了し、CentOS ...