当前位置:七道奇文章资讯安全技术操作系统
日期:2009-07-22 19:46:00  来源:本站整理

FREEBSD进级及优化全攻略[操作系统]

赞助商链接



  本文“FREEBSD进级及优化全攻略[操作系统]”是由七道奇为您精心收集,来源于网络转载,文章版权归文章作者所有,本站不对其观点以及内容做任何评价,请读者自行判断,以下是其具体内容:

make clean

  make deinstall

  make install

  make clean 便可

  进级系统源码树及ports

更新/usr/share/examples/cvsup目录下stand-cvsup和ports-cvsup文件,并履行cvsup –g –L2 standard-supfile和cvsup –g –L2 ports-cvsup两个文件,进级ports树﹔
  CPUTYPE=i686

  CFLAGS= -O3 -pipe

  COPTFLAGS= -O3 -pipe

  进级操作系统

进入/usr/src

  履行make world

  整个历程好久,需求2小时左右.

  #disable ctrl+alt+delete

  options SC_DISABLE_REBOOT

  #quota limit

  options QUOTA

  #ipfw support

  options IPFIREWALL

  options DUMMYNET

  options HZ=3000

  options IPDIVERT

  options IPFIREWALL_VERBOSE

  options IPFIREWALL_VERBOSE_LIMIT=100

  options IPSTEALTH

  options TCP_DROP_SYNFIN

  options IPFIREWALL_DEFAULT_TO_ACCEPT

  options ICMP_BANDLIM

  options ACCEPT_FILTER_DATA

  options ACCEPT_FILTER_HTTP

  #ipfilter support

  #options IPFILTER

  #options IPFILTER_LOG

  #options IPFILTER_DEFAULT_BLOCK

  再履行:

  /usr/sbin/config onlinecq

  cd ../../compile/onlinecq

  make depend

  make

  make install

  #enable_quotas="YES"

  #check_quotas="YES"

  firewall_enable="YES"

  firewall_script="/etc/rc.firewall"

  firewall_type="/etc/ipfw.rules" #create it!

  firewall_quiet="NO"

  firewall_logging_enable="YES"

  log_in_vain="NO"

  tcp_drop_synfin="NO"

  tcp_restrict_rst="YES"

  icmp_drop_redirect="YES"

  优化内核参数

改正系统内核参数,实现微调:vi /etc/sysctl.conf
  kern.ipc.somaxconn=8192

  kern.ipc.maxsockbuf=2097152

  kern.maxfilesperproc=32768

  kern.maxfiles=65536

  kern.securelevel=-1

  net.inet.tcp.sendspace=65536

  net.inet.tcp.recvspace=32768

  net.inet.udp.maxdgram=57344

  net.inet.icmp.drop_redirect=1

  net.inet.icmp.log_redirect=0
 


  以上是“FREEBSD进级及优化全攻略[操作系统]”的内容,如果你对以上该文章内容感兴趣,你可以看看七道奇为您推荐以下文章:
  • FreeBSD快速卸载PHP及其扩大的办法
  • Freebsd 8.0上架设PXE Boot及CloneZilla
  • Ubuntu 10.10安装免费网络电视FreetuxTV
  • freebsd+nginx+php+mysql+zend+phpmyadmin+系统优化+避免ddos +傻瓜式ports安装法
  • VirtualBox安装FreeBSD
  • 基于FreeBSD 8.0 Ports配置nginx+php+mysql高性能web平台
  • 在FreeBSD下安装mysql5的注意点
  • 改正FreeBSD默许的shell
  • 用jfreechart来生成统计图表
  • 用JFreeChart成立基于Web的图表
  • Java程序顶用JFreeChart制作图形报表
  • 操纵JFreeChart成立图象
  • 本文地址: 与您的QQ/BBS好友分享!
    • 好的评价 如果您觉得此文章好,就请您
        0%(0)
    • 差的评价 如果您觉得此文章差,就请您
        0%(0)

    文章评论评论内容只代表网友观点,与本站立场无关!

       评论摘要(共 0 条,得分 0 分,平均 0 分) 查看完整评论
    Copyright © 2020-2022 www.xiamiku.com. All Rights Reserved .