freebsd 使用记录
作者 佚名技术
来源 操作系统
浏览
发布时间 2012-06-28
y-search-forward endif endif 13、boot0cfg –t 1 ad0 ---更改引导等待时间为1毫秒。 14、编辑/boot/defaults/loader.conf文件,将Autoboot_delay=”10”参数改为1秒,减短启动时进入单用户模式等待的时间。 15、编辑/etc/adduser.conf文件,将 verbose = 1 参数改为0,避免每次添加用户时提示一些不相干的东西。 16、编辑/etc/inetd.conf文件,可以启动一些网络服务,如:ftp、smtp等。 17、编辑/etc/ssh/sshd_config文件,更改ssh服务的端口号以及协议类型,以便增加安全性。 18、编辑/etc/syslog.conf文件,更改日志记录的路径及参数。 19、编辑/etc/sysctl.conf文件,加入以下参数,提高网络性能。 net.inet.ip.ttl=168 net.inet.ip.forwarding=1 net.inet.ip.sourceroute=0 net.ip.accept_sourceroute=0 # To verisy that an incoming packet arrives on an interface # that has an address matching the packet''s destination address net.inet.ip.check_interface=1 # Increase TCP Windows size for increase in network performance # Ref: http://www.psc.edu/networking/perf_tune.html net.inet.udp.recvspace=65535 net.inet.tcp.recvspace=65535 net.inet.tcp.sendspace=65535 20、编辑/etc/rc.conf文件,更改系统启动的一些参数。 我的rc.conf文件内容如下: hostname="Bsd.tooxx.net" ifconfig_vr0="inet 192.168.0.1 netmask 255.255.255.0" ifconfig_vr0_alias0="inet 210.12.31.242 netmask 255.255.255.252" nfs_reserved_port_only="YES" sshd_enable="YES" named_enable="YES" gateway_enable="YES" ipfilter_enable="YES" ipfilter_program="/sbin/ipf" ipfilter_rules="/etc/ipf.conf" ipnat_enable="YES" ipnat_program="/sbin/ipnat" ipnat_rules="/etc/ipnat.conf" kern_securelevel_enable="NO" sendmail_enable="NO" usbd_enable="NO" 21、编辑/etc/ttys文件,更改虚拟控制台的数量。Kill –HUP 1 命令使更改生效。 22.让pag_add自动从站点下载并安装: 设置PACKAGESITE 这个环境变量,在setenv BLOCKSIZE M下面添加以下内容。 setenv PACKAGESITE ftp://ftp.cn.freebsd.org/pub/Fre ... 6.3-release/Latest/ #setenv PACKAGESITE ftp://ftp.tw.freebsd.org/pub/Fre ... 6.3-release/Latest/ #setenv PACKAGESITE ftp://ftp2.jp.freebsd.org/pub/Fr ... 6.3-release/Latest/ [setenv BLOCKSIZE M]下面加入这3行;作用是加快安装程序时的下载速度。找各大FTP 同步站台选择相同目录找一个离你最近的,然后(如安装axel): pkg_add -r axel Fetching ftp://ftp.cn.freebsd.org/pub/Fre ... /Latest/axel.tbz... Done. rehash 23.下载原代码先安你设定的站点下载: 编辑make.conf,加入如下: MASTER_SITE_OVERRIDE?=\ http://ports.hshh.org/${DIST_SUBDIR}/\ ftp://ftp.tw.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/\ ftp://ftp.jp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/\ ftp://ftp.freeBSDchina.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ ftp://ftp.twaren.net/BSD/FreeBSD/distfiles/${DIST_SUBDIR}/ ftp://ftp2.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ ftp://ftp3.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ ftp://ftp7.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ ftp://ftp12.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ ftp://ftp8.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ ftp://ftp9.tw.freebsd.org/pub/Fr |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于freebsd 使用记录的所有评论