确实稳定性有待提高

Sat Sep 11 13:31:58 2010
内容摘自: www.jiarun.org
OpenBSD 4.6 中文版《OpenBSD FAQ》和《PF用户指南》
英文FAQ的浏览地址:
http://www.openbsd.org/faq/index.html
OpenBSD 4.7发行版说明:
http://www.openbsd.org/47.html


OpenBSD FAQ PF 中文版

http://atyu30.googlecode.com/fil ... %87%E7%89%88.tar.gz

OpenSSH rpm Download:
http://code.google.com/p/atyu30/

openssh-server-5.2p1-1.x86_64.rpm
openssh-clients-5.2p1-1.x86_64.rpm     
openssh-5.2p1-1.x86_64.rpm

# rpm -Uvh openssh-*

问题:

[root@atyu30 ~]# /etc/init.d/sshd restart
Stopping sshd:                                             [  OK  ]
Starting sshd:WARNING: initlog is deprecated and will be removed in a future release
                                                           [  OK  ]
[root@atyu30 ~]# netstat -ant
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address               Foreign Address             State     
tcp        0      0 0.0.0.0:965                 0.0.0.0:*                   LISTEN     
tcp        0      0 0.0.0.0:3306                0.0.0.0:*                   LISTEN     
tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN     
tcp        0      0 0.0.0.0:3312                0.0.0.0:*                   LISTEN     
tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN     
tcp        0      0 :::80                       :::*                        LISTEN     
tcp        0      0 :::22                       :::*                        LISTEN     
tcp        0      0 ::ffff:172.16.25.129:22     ::ffff:172.16.25.1:43333    ESTABLISHED

处理办法:
Configuration File: /etc/init.d/sshd

start()
{
        # Create keys if necessary
        do_rsa1_keygen
        do_rsa_keygen
        do_dsa_keygen

        echo -n $"Starting $prog:"
#注释如下行
        #initlog -c "$SSHD $OPTIONS" && success || failure
#添加如下行
        $SSHD $OPTIONS && success || failure
        RETVAL=$?
        [ "$RETVAL" = 0 ] && touch /var/lock/subsys/sshd
        echo
}

在RHEL5,CentOS中安装 Oracle 10g,缺省情况下是不支持简体中文的,中文始终是方块,乱码

安装 oracle2chinese-1.0.1-1.noarch.rpm,支持中文,告别方块

oracle2chinese 介绍:
RHEL5 平台支持简体中文

包含文件:
README  zysong.ttf

适用平台:
RHEL 5.X , CentOS 5.X    
效果:

下载 oracle2chinese-1.0.1-1.noarch.rpm