Showing entries with tag "CentOS".

Found 6 entries

CentOS Stream and Rocky Linux End of Life

CentOS and Rocky end of life:

Distro Active Support Security
Centos 7 Aug 6, 2020 Jun 30, 2024
Centos 8 Stream May 31, 2024 May 31, 2024
Centos 9 Stream May 31, 2027 May 31, 2027
Rocky Linux 8 May 31, 2024 May 31, 2029
Rocky Linux 9 May 31, 2025 May 31, 2032
Leave A Reply

Linux: CentOS 8 major package versions

CentOS 8 has these versions of some core packages:

Package Version
Apache 2.4.37
GCC 8.2.1
Kernel 4.18.0
Perl 5.26.3
PHP 7.2.11
Vim 8.0.1763
Git 2.18.1
Leave A Reply

CentOS: Multiple static IPV6 addresses

I needed to apply multiple static IPV6 addresses to a single interface under Fedora/CentOS. To do this you'll need to add an IPV6ADDR_SECONDARIES line to your /etc/sysconfig/network-scripts/ifcfg-eth0 so that it looks like this:

IPV6_DEFAULTGW=2001:db8::1
IPV6_AUTOCONF=no
IPV6ADDR=2001:db8::50/64
IPV6ADDR_SECONDARIES="2001:db8::40/64 2001:db8::30/64"

Note: Addresses are added in reverse order. Outbound traffic will use the last secondary IP added.

Leave A Reply

Linux: CentOS 6.6 Major Package versions

CentOS 6.6 ships with these versions of some core packages:

Package Version
Perl 5.10.1 (bleh)
PHP 5.3.3
Vim 7.2.411
Firefox 31.2.0
Apache 2.2.15
Leave A Reply

Linux: CentOS 7 major package versions

CentOS 7.0 has been released and I gathered the versions of some core packages:

Package Version
Perl 5.16.3
PHP 5.4.16
Vim 7.4.160
Firefox 24.6.0
Apache 2.4.6
Leave A Reply

Fedora desktop RPM list

Quick list of RPMs I install on my desktop after a fresh Fedora install.

yum install dstat filelight firefox gkrellm mc ncdu nmap openvpn perl-core pidgin pv qalculate-kde screen thunderbird vim-enhanced zstd perl-App-cpanminus

Server:

yum install dstat mc ncdu nmap perl-core pv screen vim-enhanced perl-App-cpanminus tree iptables-services wget bzip2 epel-release
Leave A Reply