Skip to content

Instantly share code, notes, and snippets.

View cowboycb's full-sized avatar

Cihan Biber cowboycb

View GitHub Profile
@cowboycb
cowboycb / Linux Static IP
Created November 13, 2017 06:44 — forked from fernandoaleman/Linux Static IP
How To Configure Static IP On CentOS 6
## Configure eth0
#
# vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE="eth0"
NM_CONTROLLED="yes"
ONBOOT=yes
HWADDR=A4:BA:DB:37:F1:04
TYPE=Ethernet
BOOTPROTO=static