centos 7
Posted fr5s
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 7相关的知识,希望对你有一定的参考价值。
vmlinuz initrd=initrd.img linux dd quiet vmlinuz initrd=initrd.img inst.stage2=hd:/dev/sdb4 quiet
关IPV6
vi /etc/default/grub #line6 add ipv6.disable=1 grub2-mkconfig -o /boot/grub2/grub.cfg reboot
limit
echo "ulimit -SHn 102400" >> /etc/rc.local cat >> /etc/security/limits.conf << EOF * soft nofile 102400 * hard nofile 102400 * soft nproc 102400 * hard nproc 102400 EOF
tzselect yum install -y ntpdate ntpdate -d time.nist.gov
hwclock -w
rpm -qa postfix
rpm -e --nodeps postfix
以上是关于centos 7的主要内容,如果未能解决你的问题,请参考以下文章
CentOS yum 命令出现 [Errno 14] curl#6 - "Couldn't resolve host ..." 的解决方法(代码片段