Red Hat Enterprise Linux 8 released
redhat.com
Red Hat Enterprise Linux 8 released
1–10 of 150 posts
Re: Red Hat Enterprise Linux 8 released
#2Re: Red Hat Enterprise Linux 8 released
#3https://access.redhat.com/documentation/en-us/red_hat_enterp...
Re: Red Hat Enterprise Linux 8 released
#4Just installed it in a VM, changes that jumped out at me:
• No Python (that you should develop against) installed out of the box. There's a /usr/libexec/platform-python (3.6) that yum (dnf) runs against, and then python2/python3 packages you can optionally install if you want to run python scripts.
• Kernel 4.18
• No more ntpd, chrony only
• /etc/sysconfig/network-scripts is a ghost town, save for a lonely ifcfg file for my network adapter. No more /etc/init.d/network, so /etc/init.d is finally cleaned out. It looks like static routes still go in route- and you ifdown/ifup to pull those in (it calls nmcli).
• Pretty colors when running dmesg!
Re: Red Hat Enterprise Linux 8 released
#5Wrote this comment a while ago for anyone wondering about this: Just installed it in a VM, changes that jumped out at me: • No Python (that you should develop against) installed out of the box. There's a /usr/libexec/platform-python (3.6) that yum (dnf) runs against, and then python2/python3 packages you can optionally install if you want to run python scripts. • Kernel 4.18 • No more ntpd, chrony only • /etc/sysconf…
Re: Red Hat Enterprise Linux 8 released
#6Re: Red Hat Enterprise Linux 8 released
#7Re: Red Hat Enterprise Linux 8 released
#8Wrote this comment a while ago for anyone wondering about this: Just installed it in a VM, changes that jumped out at me: • No Python (that you should develop against) installed out of the box. There's a /usr/libexec/platform-python (3.6) that yum (dnf) runs against, and then python2/python3 packages you can optionally install if you want to run python scripts. • Kernel 4.18 • No more ntpd, chrony only • /etc/sysconf…
It makes a lot of sense that OS-stuff points to a seperate Python interpreter, don't you think? I like this approach.
You already have that on CentOS/RHEL 7 with Software Collections, and App Streams make it a first-class citizen.
Re: Red Hat Enterprise Linux 8 released
#9In the promo vid on their site, there are a couple of people gaming. Is this alluding to the fact that you can game on RHEL or that it powers the backend of games?
Just curious...