Difference: InstallingCentOS7 (2 vs. 3)

Revision 320 Feb 2015 - IvoVanGeel

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Installing CentOS 7

Line: 40 to 40
 
    • PermitRootLogin without-password
    • This will disable logging in as root, via ssh, but it is still possible to log in as root using SSH public key authentication.
  • Disable SELinux by setting SELINUX=disabled in /etc/sysconfig/selinux (a reboot is needed to disable SELinux)
Changed:
<
<
  • Disable the firewall (when in a secure network), by running: chkconfig iptables off; chkconfig ip6tables off
>
>
  • Disable the firewall (when in a secure network), by running: systemctl disable firewalld
 
  • Install the following packages:
yum install sysstat iotop strace tcpdump lsof ntp man man-pages man-pages-overrides mlocate wget perl iptraf-ng bind-utils net-tools
Line: 62 to 62
 
OPTIONS="-p 2 0.nl.pool.ntp.org 1.nl.pool.ntp.org"
Changed:
<
<
  • Enable ntpdate and ntpd: chkconfig ntpdate on; chkconfig ntpd on
>
>
  • Enable ntpdate and ntpd: =systemctl enable ntpdate ;systemctl enable ntpd =
 
  • Reboot the system to activate all changes

-- IvoVanGeel - 19 Nov 2014

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2010-2019 by LANIS