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!

formats

Start and Stop Services in Ubuntu

Published on July 8, 2010, by + in linux, sysadmin.

Start and Stop Services in Ubuntu | How can I start and stop services in Ubuntu with a GUI? Well depending on how you define graphical, there is an excellent tool called SysV Runlevel Config. First, install it: sudo apt-get install sysv-rc-conf Then start it with sudo: sudo sysv-rc-conf Now you can go through a press the space bar to toggle services

Home Posts tagged "startup"