Skip to content

Instantly share code, notes, and snippets.

View wizard2773's full-sized avatar

Samuel Keter wizard2773

  • Africa
  • 02:46 (UTC +03:00)
View GitHub Profile
____
_________ / _/___ ___ _____
/ ___/ __ \ / // __ \/ _ \/ ___/
(__ ) / / // // /_/ / __/ /
/____/_/ /_/___/ .___/\___/_/
/_/
+ -- --=[http://crowdshield.com
@wizard2773
wizard2773 / Linux Static IP
Created February 16, 2016 09:43 — 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