Skip to main content

Centos 6.4 - Installing op sys correctly without additional stuff ?

Comments

3 comments

  • MikeDVB
    You could just start with CentOS 6.4 x86_64 Minimal:
    0
  • ThinIce
    I'd second what's said above, the minimal installs are usually less of a headache (apart from that one a while back that was so minimal it didn't even come with networking ;) ) With regards what you have under "Mounting external drive:" unless this is something you need to do (i.e. copy a lot of data off an existing NTFS drive directly attached to the server) you might be best off avoiding adding another repo to centos and transferring the data over the network, while rpmforge shouldn't break anything in base if you're new to things the less different avenues of potential confusion / breakage the better. With regards firewall, if you aren't working with a hardware firewall doing both ingress and egress filtering something like CSF is most certainly a good idea [url=http://configserver.com/cp/csf.html]ConfigServer Security & Firewall (it'll also help you monitor resource usage etc on your server).
    0
  • Nick57
    I always use CentOS minimal install as Mike recommend. After installing you update with yum and get some additional software and start install from cPanel. I assume you know how to install CentOS6.4, then after that you do as follow: vi /etc/selinux/config SELINUX=disabled * Check all your network settings and hosts files.... yum remove NetworkManager yum update yum install wget nmap mlocate prelink rdate yum-utils yum clean all # reboot DNSonly: cd /home wget -N sh latest # Installer starts, get a coffee, it can take a while: half hour to hour # Install CSF firewall. cd /root touch /var/log/lfd.log wget
    0

Please sign in to leave a comment.