2008-03-02
Xorg.conf on Fedora 8
栏目:Note , Unix/Linux
220 views
Section “Monitor”
Identifier “Monitor0″
ModelName “PHILIPS 107P”
HorizSync 30.0 – 71.0
阅读全文——共317字
2008-03-02
栏目:Note , Unix/Linux
220 views
Section “Monitor”
Identifier “Monitor0″
ModelName “PHILIPS 107P”
HorizSync 30.0 – 71.0
阅读全文——共317字
2007-12-20
栏目:ERP , Transshipment , Unix/Linux
304 views
Copy UTF8 resource file fmrweb_utf8.res to fmrweb.res. Make a
backup copy of fmrweb.res and replace it with fmrweb_utf8.res for
each active language. For example, UNIX users who have German
Applications installed, would do the following in their 8.0.6
阅读全文——共918字
2007-12-20
栏目:Transshipment , Unix/Linux
209 views
Install scim
Execute these commands in your console:
tar xzvf scim-x.y.z.tar.gz
cd scim-x.y.z
阅读全文——共2230字
2007-12-19
栏目:ERP , Transshipment , Unix/Linux , Web
229 views
Client Machine
==============
(1) Install Firefox. It needs a newer version of glibc, so I grep some rpm and install them first. Make sure Firefox runs well.
(2) Install JDK 1.4.2, create symoblic link of the java plugin, as mentioned in java.sun.com website.
阅读全文——共545字
2007-12-04
栏目:Note , Unix/Linux
230 views
一、版本
# uname -r -p
2.6.18-53.el5 athlon
二、下载
阅读全文——共761字
2007-10-31
栏目:Network , Note , Unix/Linux
268 views
使用iptables做的网关已正常工作好几个月,最长的连续工作时间21天,如下图:
现在需要封IP,就往脚本里加语句
先是
阅读全文——共220字
2007-09-27
栏目:Network , Note , Unix/Linux
186 views
1,install system with pppoe
install modules=ppp-udeb
2,update
#vi /etc/apt/sources.list
阅读全文——共891字
2007-09-27
栏目:Note , Unix/Linux
217 views
如果大家在字符界面下工作,需要暂时离开一下,但又不想退出登录和不想人动你的电脑。那么这里有一个方法可以暂时锁住你的电脑。
这就是lock命令,它的语法如下:
lock [-npv] [-t timeout]
如果直接运行lock会得到类似如下的提示:
阅读全文——共457字
2007-09-26
栏目:Network , Note , Unix/Linux
239 views
dbr:~# cat /etc/ppp/ip-up.d/iptrule
#!/bin/sh
#
# iptrules
阅读全文——共840字
2007-09-26
栏目:Network , Note , Unix/Linux
600 views
dbr:~# cat pass_port
#!/bin/sh DSL_IF=”ppp0″
TCP_P=”4169″
UDP_P=”4179″
阅读全文——共547字