免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1439 | 回复: 0
打印 上一主题 下一主题

Think about FreeBSD 4.7 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-02-13 18:49 |只看该作者 |倒序浏览

Think about FreeBSD 4.7
Install finished.
1编辑 /etc/motd 删除一些无用的信息,省得每次启动看着烦。
2编辑用户主目录下的.cshrc文件可以更改一些批命令和提示符以及环境变量等。
我的.cshrc文件内容如下:

alias h         history 25
alias j         jobs -l
alias cls        clear                              ---cls清屏幕,少敲两个字符节省时间。
alias ls        ls –aG                              ---可以看到彩色的目录和文件了!
alias lf        ls -FAG
alias ll        ls -lAG

# A righteous umask
umask 22

set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin)

setenv  EDITOR  vi
setenv  PAGER   more
setenv  BLOCKSIZE       K

if ($?prompt) then
        # An interactive shell -- set some stuff up
        set prompt = "%/@%m# " 这样看到的提示为:root@host#
        set filec
        set history = 100
        set savehist = 100
        set mail = (/var/mail/$USER)
        if ( $?tcsh ) then
                bindkey "^W" backward-delete-word
                bindkey -k up history-search-backward
                bindkey -k down history-search-forward
        endif
endif

3、boot0cfg –t 1 ad0                                      ---更改引导等待时间为1毫秒。
4编辑/boot/defaults/loader.conf文件,将Autoboot_delay=”10”参数改为1秒,减短启动时进入单用户模式等待的时间。
5编辑/etc/adduser.conf文件,将 verbose = 1 参数改为0,避免每次添加用户时提示一些不相干的东西。
6编辑/etc/inetd.conf文件,可以启动一些网络服务,如:ftp、smtp等。
7编辑/etc/ssh/sshd_config文件,更改ssh服务的端口号以及协议类型,以便增加安全性。
8编辑/etc/syslog.conf文件,更改日志记录的路径及参数。
9编辑/etc/sysctl.conf文件,加入以下参数,提高网络性能。
net.inet.ip.ttl=168net.inet.ip.forwarding=1net.inet.ip.sourceroute=0net.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
10编辑/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"
11编辑/etc/ttys文件,更改虚拟控制台的数量。Kill –HUP 1 命令使更改生效。


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/46861/showart_477883.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP