Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 217 Bytes

centos.md

File metadata and controls

24 lines (18 loc) · 217 Bytes

Get CentOS version

cat /etc/centos-release

or

cat /etc/redhat-release

Network

DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
NETWORK=10.0.1.0
NETMASK=255.255.255.0
IPADDR=10.0.1.27
USERCTL=no