Difference: InstallingCentOS7 (20 vs. 21)

Revision 2121 Apr 2019 - IvoVanGeel

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

Installing CentOS 7

Line: 30 to 30
 yum install -y sysstat iotop strace tcpdump lsof ntp ntpdate man man-pages mlocate wget perl iptraf-ng bind-utils net-tools psmisc vim-enhanced rsync
  • Add the noatime option to all ext3/ext4/XFS/etc filesystem options in /etc/fstab
Changed:
<
<
  • Edit /etc/default/grub and remove the rhgb and quiet options from GRUB_CMDLINE_LINUX. Replace these options with: nomodeset vga=normal (add elevator=deadline when running on an SSD)
>
>
  • Edit /etc/default/grub and remove the rhgb and quiet options from GRUB_CMDLINE_LINUX. Replace these options with: nomodeset vga=normal consoleblank=0 (add elevator=deadline when running on an SSD or in a VM)
 
  • Create a new grub2 config file using: grub2-mkconfig > /boot/grub2/grub.cfg
  • Update the system: yum upgrade
  • Add a normal user, to log in as: useradd -m username
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2010-2019 by LANIS