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=
grub2-mkconfig -o /boot/grub2/grub.cfg
reboot

limit

echo "ulimit -SHn 102400" >> /etc/rc.local
cat >> /etc/security/limits.conf << EOF
* soft nofile
* hard nofile
* soft nproc
* hard nproc
EOF
tzselect
yum install -y ntpdate
ntpdate -d time.nist.gov
hwclock -w
vi /etc/sysconfig/network-scripts/ifcfg-enp2s0

ONBOOT=yes
vi /etc/profile

#add last line
export PATH=$PATH:/usr/local/ruby/bin source /etc/profile
rpm -qa postfix
rpm -e --nodeps postfix

最新文章

  1. 【原】小玩node+express爬虫-1
  2. [ linux ] pad远程
  3. Android——进度条ProgressBar
  4. ServiceStack.Redis常用操作 - 事务、并发锁
  5. Linux下安装MySQL5.6
  6. iOS在MRC工程环境下下使用ARC的方法
  7. lamp进阶
  8. nginx缓存设置(expires)
  9. 解决vue &lt;router-link&gt;在IE与火狐上点击失效(路由不跳转)问题
  10. Failed to decode response: zlib_decode(): data error
  11. 【OpenCV for Android】Android Studio集成OpenCV
  12. print to console or file
  13. HttpClient和HttpURLConnection的区别
  14. Mysql中``和‘’的区别
  15. Apache OFBiz 添加样式
  16. iOS 多线程之NSOperation篇举例详解
  17. flex宽度总结
  18. 2015ACM/ICPC Asia Regional Changchun Online /HDU 5438 图
  19. Android中 string.xml资源 如何添加参数?
  20. 02.OOP面向对象-1.面向对象介绍

热门文章

  1. poj2305-Basic remains(进制转换 + 大整数取模)
  2. C# Math
  3. C#网络编程之--TCP协议(一)
  4. 如何使用 vimdiff 来 git diff /svn diff
  5. Android BLE 蓝牙低功耗教程,中央BluetoothGatt和周边BluetoothGattServer的实现
  6. tomcat chinese miscode and chinese input in IDEA
  7. StringByAppendingPathComponent和stringByAppendingString的区别
  8. jQ HTML之捕获 设置 元素添加与删除
  9. Java关于md5+salt盐加密验证
  10. Windows消息机制概述