Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Post Install tuning for CentOS 7 in VirtualBOX

 

VirtualBox Linux additions 

...

Code Block
languagebash
themeRDark
title/etc/bashrc
HISTTIMEFORMAT="%Y-%m-%d %T " 
HISTSIZE=20000 

configure network

 

Code Block
languagebash
titlenmtui
nmtui

...

Code Block
yum install nfs-utils
systemctl enable rpcbind
systemctl enable nfs-server
systemctl start rpcbind
systemctl start nfs-server
systemctl start rpc-statd
systemctl start nfs-idmapd
vi /etc/exports
exportfs -r

 

Clean boot partition

Code Block
# leave only two latest kernels
package-cleanup --oldkernels --count=2