gugong 发表于 2002-11-14 16:32:05

控制台截图

http://www.sfires.net/stuff/fbshot/fbshot-0.3.tar.gz

kink 发表于 2002-11-14 17:44:01

你用的什么console?

coolove 发表于 2002-11-14 17:45:57

是自己开发的把,厉害,hoho

gugong 发表于 2002-11-14 19:09:18

是自己开发的把,厉害,hoho



哪里,哪里。不是不是。

到 freshrpms 下载linux_logo-4.05-fr2.i386.rpm。

修改 /etc/rc.local 成:

#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

if [ -f /etc/redhat-release ]; then
    R=$(cat /etc/redhat-release)

    arch=$(uname -m)
    a="a"
    case "_$arch" in
            _a*) a="an";;
            _i*) a="an";;
    esac

    NUMPROC=`egrep -c "^cpu+" /proc/stat`
    if [ "$NUMPROC" -gt "1" ]; then
      SMP="$NUMPROC-processor "
      if [ "$NUMPROC" = "8" -o "$NUMPROC" = "11" ]; then
            a="an"
      else
            a="a"
      fi
    fi

    # This will overwrite /etc/issue at every boot.So, make any changes you
    # want to make to /etc/issue here or you will lose them when you reboot.
#    echo "" > /etc/issue
#    echo "$R" >> /etc/issue
#    echo "Kernel $(uname -r) on $a $SMP$(uname -m)" >> /etc/issue

#    cp -f /etc/issue /etc/issue.net
#    echo >> /etc/issue

# -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- 古公 -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-

#       welcome2l -msg"GuGong RedHat Linux 7.3" -scrrand -scr80 -lcol10 > /etc/issue
      if [ -f /usr/bin/linux_logo ]; then
                /usr/bin/linux_logo > /etc/issue
      fi

      echo -en "\\033[1;33m" >> /etc/issue
      echo "$R" >> /etc/issue
      echo -en "\\033[1;31m" >> /etc/issue
      echo "Kernel $(uname -r) on $a $SMP$(uname -m) (\n)" >> /etc/issue
      echo -en "\\033[1;35m" >> /etc/issue
      echo "VC: \l" >> /etc/issue
      echo -en "\\033[1;36m" >> /etc/issue

#
#
      if [ -f /usr/bin/linux_logo ]; then
                /usr/bin/linux_logo > /etc/issue.net
      fi

      echo -en "\\033[1;33m" >> /etc/issue.net
      echo "$R" >> /etc/issue.net
      echo -en "\\033[1;31m" >> /etc/issue.net
      echo "Kernel $(uname -r) on $a $SMP$(uname -m) (%h)" >> /etc/issue.net
      echo -en "\\033[1;35m" >> /etc/issue.net
      echo "TTY: %t" >> /etc/issue.net
      echo -en "\\033[1;36m" >> /etc/issue.net

fi

#       /usr/bin/esd &

#
      if [ -f /usr/local/sbin/darkstat ]; then
                cd /var/darkstat
#       使得 web 提示 为 中文:
                . /etc/sysconfig/i18n
                . /etc/profile
                . /root/.bashrc
                /usr/local/sbin/darkstat & > /dev/null 2>&1
                cd -
      fi
#
# -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- 古公 -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-

touch /var/lock/subsys/local


即可。

gugong 发表于 2002-11-14 19:17:37

另外 RH 8.0 的 bash 好像有点问题。

例如在 ~/.bashrc 里面添加:


export PROMPT_COMMAND=$'echo -en "\\0330;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\\007""\\033[1;32m"'

# 启动 zhcon 终端:
#/usr/local/bin/zhcon 2>/dev/null

#
# 开始名人名言:

echo
echo "----------------------------------------------------------------------------------------------------"
echo
echo -en "\\033[1;32m"
echo "                                     ***名人名言***"
echo "                                        *   *    *   *   *"
echo
echo
echo -en "\\033[1;36m"

/usr/games/fortune

echo -en "\\033[1;31m"

echo
echo "----------------------------------------------------------------------------------------------------"
echo
echo -en "\\033[1;31m"

#在~/.bashrc中加入这么一句话:TMOUT=300则会在5分钟之后logoff,不过如果less这类程序运行则不会启动。
#TMOUT=300



并不会达到 这样的效果 !
提示符:
2002年11月14日下午19时16分12秒#

安装 rh 73 的 bash 包,就正常了 !

kink 发表于 2002-11-14 19:32:06

这么复杂.呵呵.
我的zhcon在rh8.0下面搞不定.

黑企鹅 发表于 2002-11-15 03:50:50

提示符:

gugong, 你的RH8提示符看能不能用下面的方法解决.

我debian下定义的提示符:
export PS1='\[\e[\[\e\u:\W\[\e>\[\e>\[\e'


bash --version
GNU bash, version 2.05a.0(1)-release (i386-pc-linux-gnu)
Copyright 2001 Free Software Foundation, Inc.

这种定义方式就是用"\[" 和"\]"把所有的控制字符括起来..这样bash显示时就不会计算其空间,...就不会出现定义的提示符显示到光标之后的问题了.在终端列数小时看得出来.见下图
    试试看.

请教: 如何像twm里的终端那样把当前路径做为标题?? 看了些文章,说得不清楚.;

gugong 发表于 2002-11-15 07:51:45

我是简单地装回 rh 7.3 的 bash 包,就是可以了的。

呆会儿试一试你的方法。

gugong 发表于 2002-11-15 07:58:10

哦,我在 rh 8.0 (本来是 bash 2.05b 版本)现在装的就是 rh 7.3 的 bash 2.05a (跟你的一样的)版本。

gugong 发表于 2002-11-15 15:36:16

这么复杂.呵呵.
我的zhcon在rh8.0下面搞不定.
页: [1]
查看完整版本: 控制台截图