Saturday, January 16, 2010
Tuesday, April 22, 2008
Thursday, January 03, 2008
Learning on line
http://www.w3schools.com/
--
TNT - Today, Not Tomorrow
Posted by
Jerry
at
11:15 PM
0
comments
Wednesday, April 25, 2007
windows里的文本编辑器 NTEmacs
如果本着不能盗版,破解版软件的原则的话,在windows里面的NTEmacs是个不错的选择
http://www.emacs.cn/
可以用gnus来收信,当然可能没有thurderbird好使.
Posted by
Jerry
at
11:08 PM
0
comments
Labels:
emacs
Tuesday, March 27, 2007
Does anybody know how to use dynamic DNS in Debian Etch
I installed Debian etch in my laptop. and I registered the dynamic DNS
at www.3322.org, I want my machine to update the dns at startup. So I
installed lynx (which 3322 website suggests) and wrote a shell script to
update the dynamic DNS. Since I am surfing the internet via PPPoE, so I
put the script in the path /etc/ppp/ip-up.d/ , in which all scripts
should run(or be supposed to run) when the ppp is up.
Question here is, it did work before. and a couple days back, I upgrade
my debian packages. I don't know which packages exactly I upgraded. I
don't think that is the cause. But NOW, it doesn't work all of sudden. I
have to run it manually. it looks like all the scripts in ip-up.d
directory were left over.
What happened?
--
TNT --- Today, Not Tomorrow
Posted by
Jerry
at
9:05 PM
0
comments
Wednesday, January 24, 2007
相信自己,永不放弃
我觉得人一定要有自信,有了自信才能拥有一切,要有自信心,自信心是很重要的.人
活着是很短暂的,要开开心心的活着每一天.当遇到不开心的事的时候,要想想生命
这么短暂,为什么不好好地去珍惜每一天呢.
人活着在这个世界上,一定要有所贡献.
每一天对于每个人来说都是特别的,不可能再把昨天找回来,不可能再找回你失去的
年轻的岁月.
--
TNT --- Today, Not Tomorrow
Posted by
Jerry
at
9:43 PM
0
comments
Friday, January 12, 2007
如何在debian etch系统中使用AT&T
有时候想让自己的电脑能够上IBM intranet,可是要用到AT&T,所以一直想找一个linux下的替代版本。
可以在http://w3.opensource.ibm.com/projects/mtsconnect/ 下载到AT&T linux下的程序。然后看里面的README和INSTALL就可以了,安装后修改一下自己的mts.conf文件,一般来说就可以了。
如何在debian etch系统里安装 IBM Lotus Notes
先说明,我测试的是在KDE 和 GNOME下好用,Xfce4,fluxbox,或者其他的不好用。所以请尽量用KDE/GNOME
1. 下载linux下IBM Lotus Notes的安装文件:
Download here
(需要IBM intranet ID)
2. 安装: 参考以下两篇文章足够了
ubuntu
Debian
这里要说明一下,使用第一篇文件里面的启动脚本的话,要把脚本里面的/home/xxx 换成你自己的目录,而且脚本最后一行有点小问题,请把/opt/IBM/xxxx 换成你实际的安装目录。(我的意思是/opt/IBM/Workplace Managed Client/..., 目录下有空格)
3.安装后就可以用启动脚本启动啦,同意一些条款,就可以了。
这里有一个典型的问题(其实就是我遇到的,网上一些朋友也遇到)
就是同意了条款后会出现“Can not validate Mozilla Version”,然后就退出了
我的解决办法是:安装sarge里面的mozilla-browser,(etch里面安装sarge的包,是不是落后啦?哈哈)
然后打开mozilla,看一下软件版本。再在 /etc/gre.conf里面换成相应mozilla version和path. 应该就是可以了。
另外一个就是有时候打开notes的时候没有成功,退出了,再打就打不开了。最笨的办法,也就是我用的办法,重启一下就可以了。我想是有些进程还没有被kill掉,windows下还有killnotes,看来linux下也需要一个这样的程序啊。
如果有任何问题,请发信到wangjianjun@gmail.com讨论