Thursday, June 16, 2016

CentOS7 Minimal Install - No ifconfig or earlier ip commands

On CentOS 7, they deprecate the older ip utilities in favor if iproute2.

There's a blog that discusses how to install the older utilities.

yum install net-tools

The blog also has some other information:

https://www.unixmen.com/ifconfig-command-found-centos-7-minimal-installation-quick-tip-fix/


No comments:

Target Encoding & One-Hot Encoding

I had completely overlooked these concepts earlier on, and somehow not until just now - this late in the game - did they come up as I was re...