PDO SQLite support missing in this PHP install - The sqlite plugin will not work
meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| centos:start [2010/06/13 10:38] – created michaelurspringer | centos:start [2014/10/11 22: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 " | ||
| + | |||
| + | ** Restart Network ** | ||
| + | |||
| + | / | ||
| + | |||
| + | **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 | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||