formats

CentOS Linux or Ubuntu Linux – Get List of ip addresses on Server

Published on April 30, 2013, by + in linux, sysadmin.

CentOS Linux or Ubuntu Linux – Get List of ip addresses on Server | Here’s a quick one-liner to spit out all ip addresses from ifconfig:

formats

Google ChromeOS – How to Find IP Address

Published on November 11, 2012, by + in linux.

Google ChromeOS – How to Find IP Address | In ChromeOS, there is a system menu that has information such as IP Address, MAC address, dmesg, lsusb, and other helpful information. To access the system page, crack open a tab and type: chrome:///system Here is what it looks like: Cool!

formats

Start eth0 at boot Red Hat | CentOS

Published on July 19, 2012, by + in linux, sysadmin.

Start eth0 at boot Red Hat | CentOS | To have eth0 start at boot, edit the following file: $ sudo nano /etc/sysconfig/network-scripts/ifcfg-eth0 Change ONBOOT to “yes” DEVICE=”eth0″ BOOTPROTO=”dhcp” HWADDR=”08:00:27:CE:54:D9″ NM_CONTROLLED=”yes” ONBOOT=”yes” Done!

Home Posts tagged "ifconfig"