CentOS 8 ออกแล้วมาเล่นกัน


แทน iptable ด้วย nftable


 YUM    มี DNF  มาเพิ่มอีกตัว ทดสอบแล้วก็ใช้ได้ดี

dnf group install "Development Tools"




DNF and repositories

CentOS offers a bit of a different take on installing and updating packages. First off, the default package manager has migrated from YUM to DNF. The command structure for each is quite similar, so instead of running a command like:
sudo yum install httpd
You'd issue the command:
sudo dnf install httpd
For more information on DNF, see How to use the DNF package manager.

Component updates

There are plenty of updates to be found in CentOS 8. The highlight reel looks something like this:
  • Python 3.6
  • MariaDB 10.3, MySQL 8.0, PostgreSQL 9.6 and 10
  • Redis 4.0
  • HTTPD 2.4 and NGINX 1.14
  • OpenLDAP has been replaced by 369 LDAP Server
  • Varnish Cache 6.0
  • Git 2.17
  • Maven 3.5
  • Perl 5.24 and 5.26
  • PHP 7.1 and 7.2
  • Ruby 2.5
  • Node.js 8 and 10
  • Rust Toolset 1.26
  • Scala 2.10
  • Go Toolset 1.10
  • GCC System Compiler 8.1
  • .NET Core 2.1
  • Java 8 and 11
  • Pacemaker Cluster Resource Manager 2.0.0
  • Kernel 4.18.0-80

ความคิดเห็น

โพสต์ยอดนิยมจากบล็อกนี้

ulimit on CentOS 8.1