摘要:由 duketux 在 10-15-2004 22:47 发表:
怎样让fcitx在kde启动后自动启动?
我已经在 .xinitrc 中加入了
export xmodifiers=@im=fcitx
fcitx &
还是不管用;
我又在.autostart中加入fcitx,不管用,rc.d中的东西是在系统启动时自动启动的,也不行;由 orphen 在 10-15-2......
摘要:从redhat 9升级到centos 3.4的方法。2004年4月,redhat.com 不再提供redhat 9安全更新,正式转向enterprise linux的开发。redhat 9从此成了孤儿。还好,目前就我所知有两个社区,提供redhat 9的安全更新。http://www.fedoralegacy.org update list http://www.fedora.us我还是倾向升级到......
安装DNS服务器安装dns服务器
1.从www.isc.org下载bind 域名服务器软件.我们这里用的是bind8.3.0,bind8分支与bind9分支是并行发展的.根据自己的实际情况选择合适的bind版本.
【程序编程相关:
64位微处理器体系结构发展回顾和展望】 【推荐阅读:
FreeBSD经验介绍】
【扩展信息:
帮你准确,飞一般的下载到红旗4.1】
2.mkdir /usr/src/bind83
3.下载的文件叫bind-src.tar.gz,复制到/usr/local/src/bind83目录下.
4.cd /usr/local/src/bind83
5.tar zxvf bind-src.tar.gz
6.cd src
7.make stdlinks
8.make clean
9.make depend
10.make all
11.make install
12.编辑配置文件:/etc/named.conf内容如下,需要更改的部分用黑体标出:
/*
* this is a worthless, nonrunnable example of a named.conf file that has
* every conceivable syntax element in use. we use it to test the parser.
* it could also be used as a conceptual template for users of new features.
*/
/*
* c-style comments are ok
*/
// so are c++-style comments
# so are shell-style comments
// watch out for ";" -- its important!
options {
directory "/var/named";
// use current directory
named-xfer "/usr/libexec/named-xfer";
// _path_xfer
dump-file "named_dump.db";
// _path_dumpfile
pid-file "/var/run/named.pid";
// _path_pidfile
statistics-file "named.stats";
// _path_stats
memstatistics-file "named.memstats";
// _path_memstats
check-names master fail;
check-names slave warn;
check-names response ignore;
host-statistics no;
deallocate-on-exit no;
// painstakingly deallocate all
// objects when exiting instead of
// letting the os clean up for us.
// useful a memory leak is suspected.
// final statistics are written to the
// memstatistics-file.
datasize default;
stacksize default;
coresize default;
files unlimited;
recursion yes;
fetch-glue yes;
fake-iquery no;
...
下一页 摘要:继上次把升级rh9 kernel到2.6.10之后,再次升级kernel和iptables&iptables extension.rh9 update 2.6 kernel + iptalbes1.preparationdownload the newest kernel, iptables, patch-o-matic-ng from the offical website, and p......