User Tools

Site Tools


centos:start

Differences

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

Link to this comparison view

Next revision
Previous revision
centos:start [2010/06/13 12:38] – created michaelurspringercentos:start [2014/10/12 00:39] (current) – external edit 127.0.0.1
Line 16: Line 16:
  
 Reboot the system  Reboot the system 
 +
 +**Configuration of services and network, firewall etc**
 +
 +setup
 +
 +**Stop unnecessary services **
 +
 +chkconfig anacron off\
 +chkconfig firstboot off
 +chkconfig ip6tables off
 +# chkconfig kudzu off
 +chkconfig lvm2-monitor  
 +chkconfig acpid off
 +chkconfig apmd off
 +chkconfig atd off
 +chkconfig autofs off
 +chkconfig bluetooth off
 +chkconfig cpuspeed off
 +chkconfig cups off
 +chkconfig gpm off
 +chkconfig haldaemon off
 +chkconfig hidd off
 +chkconfig iptables off
 +chkconfig isdn off
 +chkconfig mdmonitor off
 +chkconfig messagebus off
 +chkconfig netfs off
 +chkconfig nfslock off
 +chkconfig openibd off
 +chkconfig pcmcia off
 +chkconfig pcscd off
 +chkconfig portmap off
 +chkconfig rawdevices off
 +chkconfig rpcgssd off
 +chkconfig rpcidmapd off
 +chkconfig smartd off
 +chkconfig sendmail off
 +chkconfig xinetd off
 +chkconfig yum-updatesd off 
 +
 +Only services running:
 +
 +auditd
 +crond
 +kudzu
 +mcstrans
 +microcode_ctl
 +network
 +readahead_early
 +restorecond
 +sshd
 +syslog
 +
 +Check which services are running:
 +
 +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.1276425484.txt · Last modified: 2014/10/12 00:39 (external edit)