Some stuff regarding CentOS
[TOC]
virtualbox
Install in VirtualBox: enable I/O APIC
mirror url: http://mirror.centos.org/centos/7/os/x86_64/
enable EPEL repo
EPEL = Extra Packages for Enterprise Linux For example needed for: shorewall Install on x86_64: cd /tmp wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -ivh epel-release-6-8.noarch.rpm
Or just do yum install epel-release 😉
Note: CentOS 7 uses firewalld as default frontend for Netfilter in stead of iptables
centos 6 minimal
Is really minimal…
[root@nyati ~]# yum whatprovides "*/scp" -> # yum install openssh-clients # yum install wget # yum install man (for LPIÂ ;-))