User Tools

Site Tools


centos:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
centos:start [2010/06/13 20:02] michaelurspringercentos:start [2010/06/14 10:44] michaelurspringer
Line 23: Line 23:
 **Stop unnecessary services ** **Stop unnecessary services **
  
-chkconfig anacron off+chkconfig anacron off\
 chkconfig firstboot off chkconfig firstboot off
 chkconfig ip6tables off chkconfig ip6tables off
Line 71: Line 71:
  
 chkconfig --list |grep "3:on" |awk '{print $1}' |sort chkconfig --list |grep "3:on" |awk '{print $1}' |sort
 +
 +** Restart Network **
 +
 +/etc/init.d/network restart
 +
 +**Install Virtualbox Guest additions**
 +
 +First install necessary modules if not already done:
 +
 +yum -y install gcc kernel sources kernel-devel
 +
 +You need to reboot after install.
 +
 +Then:
 +
 +mount /dev/cdrom /mnt
 +
 +cd /mnt
 +
 +sh VBoxLinuxAdditions-x86.run
 +
 +
  
  
  
  
centos/start.txt · Last modified: 2014/10/12 00:39 by 127.0.0.1