CentOS 7 vs CentOS 8 differences
I ran into several scripts that worked perfectly on CentOS 6 and 7, but failed when moved to CentOS 8. Below are a few real examples along with the fixes. curl A script I was using (originally inspired by 802.1x authentication on macOS and a GitHub example) contained: # CentOS 7 curl –negotiate -u : … On CentOS 8, this…
Read More »