sid里有将曲面画成三维图的软件吗?

2009-03-15 文章 Star Liu
我想找个开源软件能将数学方程式所描述的曲面画成3D图,我现在做的项目需要这个功能,有没有人有这方面的经验啊?谢谢! -- My platform is AMD64 with Debian sid and gnome.

Re: 外部阵列抢占/dev/sda设备号

2009-03-12 文章 Star Liu
2009/3/12 Feng Lu <0...@mininews.info>: > 各位好, > 小弟今日遇到一问题未能解决(到现在还在加班想办法T_T),希望各位大哥大姐叔叔阿姨能帮忙想想办法 > > 在一台服务器上外接了一个磁盘阵列——我之前也遇见过这个问题,忘了后来怎么解决了,但是因此知道和设备型号无关,故略去——在安装完系统后重启,Grub引导失败,查看原因是机器把外接阵列识别成了 > /dev/sda,本机硬盘变成了 /dev/sdb ,所以无法找到系统文件,因此无法起动 > 在网络上找到如下解决办法:http://www.kuqin.com/article/34storage_b

unsubscribe

2009-03-11 文章 Star Liu
-- My platform is AMD64 with Debian sid and gnome. -- To UNSUBSCRIBE, email to debian-chinese-gb-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: debian sid amd64完全崩溃, kerel panic - not syncing

2009-03-11 文章 Star Liu
2009/3/11 teng zhaozhi : > 不是说硬盘坏了,可能是有坏道或者是某些节点有问题了。 我正在另一个分区上装一个新系统,然后把那个分区修一下,不知道行不行。反正现在是坏得一塌糊涂,我在windows下用ext2查看软件看得时候,一个显示的是什么东西都没有,一个干脆都不认识了,现在只能指望e2fcsk了. > 2009/3/11 Star Liu >> >> 2009/3/11 teng zhaozhi : >> > 有没有重要资料在这个盘呢,没有的话,直接重新安装下吧,看你的信息,应该是磁盘问题。 >&g

Re: debian sid amd64完全崩溃, kerel panic - not syncing

2009-03-10 文章 Star Liu
2009/3/11 teng zhaozhi : > 有没有重要资料在这个盘呢,没有的话,直接重新安装下吧,看你的信息,应该是磁盘问题。 > 所以/ 和/home还是分开的好。 硬盘应该没有坏,因为同一块硬盘上的vista还运行得好好的,另外就是这个硬盘用了不到1年,没理由这么快就坏。 > 2009/3/11 Star Liu >> >> 昨天和前天起系统就不稳定了,就是启动的时候就进入maintain mode,然后我用fsck >> /dev/sda4修复系统,完了就可以重起进系统了,这样修复了3次后,今天早上系

Re: debian sid amd64完全崩溃, kerel panic - not syncing

2009-03-10 文章 Star Liu
2009/3/11 LI Daobing : > 2009/3/11 Star Liu : >> 昨天和前天起系统就不稳定了,就是启动的时候就进入maintain mode,然后我用fsck >> /dev/sda4修复系统,完了就可以重起进系统了,这样修复了3次后,今天早上系统就彻底崩溃了,连maintain mode都进不去了。 >> - >> begin: mounting root file system begin:running /scr

debian sid amd64完全崩溃, kerel panic - not sync ing

2009-03-10 文章 Star Liu
昨天和前天起系统就不稳定了,就是启动的时候就进入maintain mode,然后我用fsck /dev/sda4修复系统,完了就可以重起进系统了,这样修复了3次后,今天早上系统就彻底崩溃了,连maintain mode都进不去了。 - begin: mounting root file system begin:running /scripts/local-top ... done. begin: running /scripts/local-premount... done kjournald starting. co

Re: "couldn't display [the_name_of_an_exe_file]"的 错误消息可能是什么原因引起的啊?

2009-03-10 文章 Star Liu
I have resolved this problem, it's quite simple. First create the file attached into /usr/share/applications, then exe "update-desktop-database". thanks! 2009/3/9 Star Liu : > 2009/3/9 Luo Yong : >> 不少人的系统都有这个问题,不知道怎么回事 > 现在已经知道原因了,是因为natilus和gnome不支持禁止了binfmt,也就是将mon

Re: 怎样制作跨平台的可执行程序入口?

2009-03-10 文章 Star Liu
2009/3/10 Star Liu : > 2009/3/10 Wei Yongquan : >>> 我想做一个exe文件,让用户双击这个exe文件来执行上述命令,最好是同一个exe在linux和windows都能上运行,还希望让这个文件以特殊的图标显示。 >>> 请教各位可以做到吗?哪有教程吗?谢谢 >> exe是windows下的可执行文件格式,应该不能在linux下直接运行。我看到的能在windows和linux都是用java写的,分别使用.bat和.sh文件以不同的参数启动。 >> > 目前认为是因为这种文件

Re: 怎样制作跨平台的可执行程序入口?

2009-03-09 文章 Star Liu
2009/3/10 Wei Yongquan : >> 我想做一个exe文件,让用户双击这个exe文件来执行上述命令,最好是同一个exe在linux和windows都能上运行,还希望让这个文件以特殊的图标显示。 >> 请教各位可以做到吗?哪有教程吗?谢谢 > exe是windows下的可执行文件格式,应该不能在linux下直接运行。我看到的能在windows和linux都是用java写的,分别使用.bat和.sh文件以不同的参数启动。 > 目前认为是因为这种文件缺乏desktop entry,所以我制作了一个mono.desktop试图解决这个问题,内容如下: [Desktop Entry]

Re: "couldn't display [the_name_of_an_exe_file]"的 错误消息可能是什么原因引起的啊?

2009-03-08 文章 Star Liu
bly like any other application but looks like nautilus is preventing BINFMT support. Nothing I can change/fix so you could ask the GNOME guys about this. > 2009/3/8 Star Liu : >> 2009/3/8 MWO : >>> .exe的项目没有双击的关联操作吧,把它的双击关联到wine上应该就可以了吧。具体怎么关联因为我也没做过,因为我还是觉得命令行方便些。 >>>

Re: linux 发行版本 选择

2009-03-08 文章 Star Liu
2009/3/9 Zealot : > 新买了个本本,准备做C/C++/Java开发用,用那个发行版本更好一些呢? 大家给点儿意见吧 > > ps : 对Debian和Ubuntu都有所了解,公司里有台Debian的机器一直当部门信息系统的Server, > 以前一直用Ubuntu当个人桌面,一年前因为工作关系换成windows。 >   也不排斥suse/Fedora/CentOS/Gentoo等。 > debian,理由是我们都用debian,所以你应该跟我们一样,否则你碰到问题我们就不能帮你,呵呵

Re: "couldn't display [the_name_of_an_exe_file]"的 错误消息可能是什么原因引起的啊?

2009-03-08 文章 Star Liu
2009/3/8 MWO : > .exe的项目没有双击的关联操作吧,把它的双击关联到wine上应该就可以了吧。具体怎么关联因为我也没做过,因为我还是觉得命令行方便些。 > > On 08/03/2009, Star Liu wrote: >> 现在有一个exe文件,在命令行下可以正常运行,可是如果双击的话就出现"couldn't display >> [the_name_of_an_exe_file]"的错误消息,请教这可能是什么原因造成的吗?谢谢 >> 海鸥一个类似的问题就是我在pidgin里面双击

Re: "couldn't display [the_name_of_an_exe_file]"的 错误消息可能是什么原因引起的啊?

2009-03-08 文章 Star Liu
2009/3/8 MWO : > .exe的项目没有双击的关联操作吧,把它的双击关联到wine上应该就可以了吧。具体怎么关联因为我也没做过,因为我还是觉得命令行方便些。 > > On 08/03/2009, Star Liu wrote: >> 现在有一个exe文件,在命令行下可以正常运行,可是如果双击的话就出现"couldn't display >> [the_name_of_an_exe_file]"的错误消息,请教这可能是什么原因造成的吗?谢谢 >> 最近开机有一堆warning信息,会

"couldn't display [the_name_of_an_exe_file]"的错 误消息可能是什么原因引起的啊?

2009-03-07 文章 Star Liu
现在有一个exe文件,在命令行下可以正常运行,可是如果双击的话就出现"couldn't display [the_name_of_an_exe_file]"的错误消息,请教这可能是什么原因造成的吗?谢谢

怎样制作跨平台的可执行程序入口?

2009-03-07 文章 Star Liu
我的目标是使用gecko制作跨平台的桌面程序,现在已经准备好了一个sample程序,程序文件全部在myapp这个文件夹中。 在linux系统中可以用这个命令来运行:xulrunner-1.9 /root/MyLife/Mozilla/myapp/application.ini 在windows中可以用这个命令来运行: xulrunner.exe e:/myapp/application.ini 我想做一个exe文件,让用户双击这个exe文件来执行上述命令,最好是同一个exe在linux和windows都能上运行,还希望让这个文件以特殊的图标显示。 请教各位可以做到吗?哪有教程吗?谢谢

Re: Pidgin能上QQ么?

2009-03-07 文章 Star Liu
2009/3/8 Mr. Wang Long : > 请问现在你的QQ能用了吗?不能用的话,能否贴一下新的报错信息? > > 2009/3/8 Star Liu : >> 2009/3/7 Mr. Wang Long : >>> 这里的出错信息可以分为两大类: >>> >>> 到此为止,出错是因为没有找到32位的libgail.so和libatk-bridge.so >>> 这两个文件位于ia32-libs-gtk包里面,装上就可以解决了 >> 已经安装了,我觉得那个出错信息已

Re: Pidgin能上QQ么?

2009-03-07 文章 Star Liu
2009/3/7 Deng Xiyue : > Star Liu writes: > >> 2009/3/7 Ji ZhengYu : >>> Star Liu 您在3月7日寫道: >>>>今天尝试用pidgin登录QQ,返回信息说“您的QQ版本过低,为了保护您的帐号安全,请到 >>>>http://im.qq.com升级到最新版的QQ。“,有办法解决么? >>> >>> 我建議你可以看一下 pidgin 的官方最新的 src tarball,說不定會帶上比較新的

Re: Pidgin能上QQ么?

2009-03-07 文章 Star Liu
2009/3/7 Mr. Wang Long : > 2009/3/7 Deng Xiyue : >> >> pidgin 2.5.5 已经进入 Debian sid。直接安装就好,没必要编译。 >> > 嗯,而且好像可以登录QQ了 > 不过还是不能看图,也不支持好友分组……继续期待…… > 我也可以用pidgin登录qq了,挺不错的,比腾讯的好多了

Re: Pidgin能上QQ么?

2009-03-07 文章 Star Liu
2009/3/7 Mr. Wang Long : > 这里的出错信息可以分为两大类: > > 2009/3/7 Star Liu : >> 还是和以前那个preview版本一样,不行的,出错信息如下: >> Desktop:~/pub/upload/myapp# export GTK_IM_MODULE=xim;/root/Software/qqb1/qq >> Gtk-Message: Failed to load module "gail": >> /usr/lib/gtk-2.0/modu

Re: Pidgin能上QQ么?

2009-03-07 文章 Star Liu
2009/3/7 Ji ZhengYu : > Star Liu 您在3月7日寫道: >>今天尝试用pidgin登录QQ,返回信息说“您的QQ版本过低,为了保护您的帐号安全,请到 >>http://im.qq.com升级到最新版的QQ。“,有办法解决么? > > 我建議你可以看一下 pidgin 的官方最新的 src tarball,說不定會帶上比較新的 libqq 支持庫。 > 這樣就可以滿足你的要求了,一般 debian 源裡的還不到那麼新的。 > > 如果用了最新的 src tarball 還是出現這種問題,那你只能換個聊天

Re: Pidgin能上QQ么?

2009-03-07 文章 Star Liu
On Sat, Mar 7, 2009 at 5:39 PM, Mr. Wang Long wrote: > 装ia32-libs-gtk 装过了,ia32-libs-gtk is already the newest version. > 2009/3/7 Star Liu : >> >> 还是和以前那个preview版本一样,不行的,出错信息如下: >> Desktop:~/pub/upload/myapp# export GTK_IM_MODULE=xim;/root/Software/qqb1/qq >> Gtk-

Re: Pidgin能上QQ么?

2009-03-06 文章 Star Liu
2009/3/7 Star Liu : > 2009/3/7 Mr. Wang Long : >> 2009/3/7 Star Liu : >>>> >>> 官方的不能输入中文,上次发帖问过了,没法解决,因为我用scim和amd64,而那个官方包主要是用于i386的,另外官方的也不是开源软件。我是倾向于用Pidgin,实在不行才装个单独的。 >>> >> >> 可以的。 >> 在你要打字的地方单击右键,选“输入法(Input Methods)”->"X Inpu

Re: Pidgin能上QQ么?

2009-03-06 文章 Star Liu
2009/3/7 Mr. Wang Long : > 2009/3/7 Star Liu : >>> >> 官方的不能输入中文,上次发帖问过了,没法解决,因为我用scim和amd64,而那个官方包主要是用于i386的,另外官方的也不是开源软件。我是倾向于用Pidgin,实在不行才装个单独的。 >> > > 可以的。 > 在你要打字的地方单击右键,选“输入法(Input Methods)”->"X Input Method" > 然后按Ctrl-空格,scim就出来了 > >

Re: Pidgin能上QQ么?

2009-03-06 文章 Star Liu
2009/3/7 Mr. Wang Long : > 2009/3/7 Star Liu : >> 今天尝试用pidgin登录QQ,返回信息说“您的QQ版本过低,为了保护您的帐号安全,请到http://im.qq.com升级到最新版的QQ。“,有办法解决么? >> > > QQ现在已经有官方的linux版和网页版了 > 分别在http://im.qq.com/qq/linux 和 http://web.qq.com > 不一定非要用pidgin~ > 官方的不能输入中文,上次发帖问过了,没法解决,因为我用scim和amd64,而那

Pidgin能上QQ么?

2009-03-06 文章 Star Liu
今天尝试用pidgin登录QQ,返回信息说“您的QQ版本过低,为了保护您的帐号安全,请到http://im.qq.com升级到最新版的QQ。“,有办法解决么?

Re: 使用自由软件开发可移植的桌面软件 的方法有哪些?

2009-03-04 文章 Star Liu
2009/3/4 Luo Yong : > Windows上如果用脚本语言解释器的话还是用exe启动脚本比较好,像VB那样。 打算先试试gtk+,用得好就一直用,不好再换qt. > 2009/3/4 Star Liu : >> 我以前是作web开发的,所以不用考虑可移植性的问题,现在可能要开发部分桌面软件,因此需要考虑运行平台的问题。我希望开发的平台和开发工具都是自由软件,开发出来的桌面软件既要能在linux上运行,又要能在windows上运行,请教各位有哪些比较好的办法? >> >

Re: 使用自由软件开发可移植的桌面软件 的方法有哪些?

2009-03-04 文章 Star Liu
2009/3/4 qyb : > 2009/3/4 Star Liu : >> 习惯了c/c++/c#的语法,不习惯python的语法 >> > > 如果这样,你的选择余地就很小了 > > 如果 python 都不习惯,xul 显然也不适合你 xul是xml的格式吧,这个我倒是习惯的,我只是不明白为什么有了gtk还要搞一个xul > 就去看 gtk/qt 吧 >

Re: 使用自由软件开发可移植的桌面软件 的方法有哪些?

2009-03-04 文章 Star Liu
2009/3/4 mjxian : > > > Star Liu 写道: >> 我以前是作web开发的,所以不用考虑可移植性的问题,现在可能要开发部分桌面软件,因此需要考虑运行平台的问题。我希望开发的平台和开发工具都是自由软件,开发出来的桌面软件既要能在linux上运行,又要能在windows上运行,请教各位有哪些比较好的办法? >> > wxpython? > 习惯了c/c++/c#的语法,不习惯python的语法

Re: 使用自由软件开发可移植的桌面软件 的方法有哪些?

2009-03-04 文章 Star Liu
似乎GTK是最正统的办法,因为gnome和gimp这样的重量级软件都是用他来开发的,既然这样为什么mozilla不直接重用gtk去绘出html文件呢?反而gecko还设计了xul来做桌面软件。

使用自由软件开发可移植的桌面软件的 方法有哪些?

2009-03-04 文章 Star Liu
我以前是作web开发的,所以不用考虑可移植性的问题,现在可能要开发部分桌面软件,因此需要考虑运行平台的问题。我希望开发的平台和开发工具都是自由软件,开发出来的桌面软件既要能在linux上运行,又要能在windows上运行,请教各位有哪些比较好的办法?

关于自由软件的版权的一个问题

2009-03-03 文章 Star Liu
如果有人对自由软件作了修改,然后编译成可执行文件去出售,而隐瞒这一事实,是否违法?就算违法,谁又能证明这个可执行文件是从原先的自由软件演变来的呢?

Re: sudo的一个奇怪bug

2009-01-19 文章 Star Liu
2009/1/19 shell909090 : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Star Liu 写道: >> 2009/1/18 shell909090 : >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> 大家好: >>>我最近移动系统,在做很多系统管理员的操作,因此我希望给当前用户赋予 >

Re: sudo的一个奇怪bug

2009-01-19 文章 Star Liu
2009/1/18 shell909090 : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > 大家好: >我最近移动系统,在做很多系统管理员的操作,因此我希望给当前用户赋予 > 一定的管理员权限,于是我写了一下sudoers来分配权限。具体文件如下: > Defaultsenv_reset > > # Uncomment to allow members of group sudo to not need a password > # %sudo ALL=NOPASSWD: ALL > > # Host alias

Re: 关于DNAT的问题

2008-12-29 文章 Star Liu
2008/12/29 wendao : > 问题:我只有一个公网ip,三个域名,因各种原因,必须弄三台web服务器,大家可有好法,谢谢! > 可以做一个公用的入口页面,在这个页面上通过前台javascript或者后台程序来检查request的域名,然后分流给各自的web server. -- I'm a web developer using debian+mono(C#)+postgresql+xhtml+javascript+xsl+xml+css my home is http://www.starliu.com

Re: 打印机买那种牌子对debian支持比较好?

2008-12-17 文章 Star Liu
同问,我也想买个二手的打印机在debian上用 2008/12/17 harry : > 最近想买个打印机,不过不清楚在debian上安装打印机是不是会有困难? > 或者打印机的牌子对在debian上安装有没有影响? > > -- > harry > My Blog: http://harryxu.cn/blog > -- I'm a web developer using debian+mono(C#)+postgresql+xhtml+javascript+xsl+xml+css my home is http://www.starliu.com

Re: 有比较便宜的支持 debian+apache2+mono(asp.net)+postgresql 的网站空间出售吗?

2008-11-10 文章 Star Liu
2008/11/10 Zu <[EMAIL PROTECTED]>: > 不错,很便宜。效果怎么样?流量跑到多大? 不知道,还没买呢,估计过一段时间了买 > 2008/11/10 Star Liu <[EMAIL PROTECTED]>: >> 2008/11/10 <[EMAIL PROTECTED]>: >>> 是哪家呀?能透露一下吗? >> http://www.vrtservers.net/services.php >> 这是我目前找到的最便宜的专用主机,你要是找到更便宜

Re: 有比较便宜的支持 debian+apache2+mono(asp.net)+postgresql 的网站空间出售吗?

2008-11-10 文章 Star Liu
2008/11/10 <[EMAIL PROTECTED]>: > 是哪家呀?能透露一下吗? http://www.vrtservers.net/services.php 这是我目前找到的最便宜的专用主机,你要是找到更便宜的记得告诉我啊 > 在 08-11-10,Star Liu<[EMAIL PROTECTED]> 写道: >> 2008/11/9 Zu <[EMAIL PROTECTED]>: >>> 支持 debian+apache2+mono(asp.net)+postgresql 的空间恐怕只有

Re: 有比较便宜的支持 debian+apache2+mono(asp.net)+postgresql 的网站空间出售吗?

2008-11-09 文章 Star Liu
.net的linux主机很少有吧。 >> >> 2008/11/8 Star Liu <[EMAIL PROTECTED]> >>> >>> 我想给我的个人网站(很小很简单)买一个网站空间,现在这个网站是架在我自己的机器上的,用debian+apache2+mono(asp.net)+postgresql >>> 。 >>> 好像比较难找到满足我的需求的空间,一般的空间都只支持php+mysql,不支持mono+postgresql,所以我想请各位帮忙提供一下信息,谢谢。 >>

有比较便宜的支持 debian+apache2+mono(asp.net)+postgresql 的网站空间出售吗?

2008-11-07 文章 Star Liu
我想给我的个人网站(很小很简单)买一个网站空间,现在这个网站是架在我自己的机器上的,用debian+apache2+mono(asp.net)+postgresql 。 好像比较难找到满足我的需求的空间,一般的空间都只支持php+mysql,不支持mono+postgresql,所以我想请各位帮忙提供一下信息,谢谢。 -- My HomePage http://starliu dot 9966 dot com [This website is only accessable when my pc is turned on.] IMs: (msn) [EMAIL PROTECTED] |

Re: netbeans怎么样才能正常显示中文?

2008-10-31 文章 Star Liu
2008/11/1 Star Liu <[EMAIL PROTECTED]>: > 2008/11/1 darren <[EMAIL PROTECTED]>: >> 是程序菜单上乱码,还是编辑器中乱码?如果是编辑器中乱码,则选择一个中文字体就可以了。 谢谢,在netbeans的tools-options-fonts里面设置成中文字体就行了。 -- I'm a debian user and a web developer, using XML+XSLT+AJAX+XHTML+CSS+PostgreSQL+MONO C#. I&#x

netbeans怎么样才能正常显示中文?

2008-10-31 文章 Star Liu
我用的是debian sid, netbeans 6.0.1,但是中文显示的是一个空白方框,有办法解决吗?谢谢 -- I'm a debian user and a web developer, using XML+XSLT+AJAX+XHTML+CSS+PostgreSQL+MONO C#. I'm in City of Shanghai, China. Welcome to add my IMs! (msn) [EMAIL PROTECTED] (xmpp) [EMAIL PROTECTED] HomePage http://starliu dot 9966 dot com [I

how to start postgresql server at machine startup?

2008-10-27 文章 Star Liu
I installed postgresql server in my machine, but i does not start automatically at startup time, so i need to mannually type these commands to start it everytime when i restart system Desktop:~# su postgres Desktop:/root$ cd ~ Desktop:~$ postgres -D ~/data >~/log/logfile 2>&1 & i tried to add thi

Re: 是不是debian.cn99.com上不去了,大家?已经三天都连不上了。

2008-10-27 文章 Star Liu
香港的也可以 deb http://ftp.hk.debian.org/debian unstable main contrib non-free 2008/10/27 Thomas X. Iverson <[EMAIL PROTECTED]>: > > > 2008/10/27 shell909090 <[EMAIL PROTECTED]> >> >> 刘世伟 写道: >>> >>> Ji ZhengYu 写道: >>> On Mon, Oct 27, 2008 at 12:21 PM, 钝刀 <[EMAIL PROTECTED]> wrote: >

how to setup a local website for storing some debian packages?

2008-10-25 文章 Star Liu
sometimes we have some standalone packages to install, it's not in the offical mirrors. I'm a web developer so I hope I can make a local website to store these packages, then I add a line "deb http://localhost/debian unstable main contrib non-free" into my source.list file, then these packages can

Re: how to add a virtual directory in apache with support to php files?

2008-10-08 文章 Star Liu
On Wed, Oct 8, 2008 at 8:41 PM, Cassiel <[EMAIL PROTECTED]> wrote: > install php modules (If you didn't yet) then add index.php to DirectoryIndex > in dir.conf module inside /etc/apache2/mods-enabled/ > > >> >> > >> > then i visit it by http://localhost/php/StarLiu/Welcome.php, but it >> > pops out

how to add a virtual directory in apache with support to php files?

2008-10-08 文章 Star Liu
I'm learning to use php. when i drop my Welcome.php into /var/www, which is the default root directory for localhost, and visit it by http://localhost/Welcome.php, it can display the html normally; but i want my php files in another place like /root/MyLife/LifeOS/StarLiu/, so I add a entry into /et

Re: how to change the default web browser from epiphany to iceweasel?

2008-10-07 文章 Star Liu
Thank you very much, i changed it. On Tue, Oct 7, 2008 at 2:17 PM, Diego Martínez Castañeda <[EMAIL PROTECTED]> wrote: > On Tue, Oct 7, 2008 at 8:06 AM, Star Liu <[EMAIL PROTECTED]> wrote: >> as the title. everytime when i click a link in pidgin, it opens >> epiphany,

how to change the default web browser from epiphany to iceweasel?

2008-10-06 文章 Star Liu
as the title. everytime when i click a link in pidgin, it opens epiphany, but i usually use iceweseal, how to change the behavior of pidgin and other applications to use iceweseal as the default web browser? thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tr

Re: [zeuux-universe] 关于淘宝称将支持Firefox的消?

2008-09-29 文章 Star Liu
2008/9/27 Xin LI <[EMAIL PROTECTED]>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Reeyarn wrote: >> 国内网络银行还没办法支持吧?仍然无法完成支付全过程。除非。。。选用国际visa支付? > > 问题并不在于他们是否支持Linux,而在于他们是否支持开放标准。拒绝使用开放 > 标准,就算他做一万个插件也应该抵制,因为这根本就是本末倒置、缘木求鱼的做法。 > > 国内网银、支付宝等等所有这些东西其实都是一丘之貉——用(事实上)破坏用户机 > 安全的方法去制造保护了敏感信息(的假

Re: [zeuux-universe] 关于淘宝称将支持Firefox的消息

2008-09-26 文章 Star Liu
2008/9/25 Reeyarn <[EMAIL PROTECTED]>: > 国内网络银行还没办法支持吧?仍然无法完成支付全过程。除非。。。选用国际visa支付? 我用浦东发展的动态密码网银,好像可以在网上使用的 > 2008/9/13 conwood/liangzi <[EMAIL PROTECTED]>: >> solidot 上的消息称: >> http://internet.solidot.org/internet/08/09/12/2342237.shtml >> >> "据信是阿里巴巴员集团员工的Fenn同学在其博客上发布,支付宝即将在下周发布支持Firefox浏览器的扩展

How to call webservice from javascript?

2008-09-22 文章 Star Liu
I built a webservice on my local machine(debian apache2), http://localhost/Dish.asmx, i hope i can use this web service from a htm web page using javascript, i only need to support firefox or iceweasel(i do not care about IE), anyone has a sample code to do the job? thanks! -- To UNSUBSCRIBE, em

Is Novel Suse not friendly to real linux world? and how about Red hat and Debian?

2008-09-18 文章 Star Liu
I read a article about the IP issues among Microsoft, SCO, Novel Suse and the other Linux world yestorday. I felt quite angry about what Microsoft has done to Linux in order to keep its market in software. so i hope i can get more information about this. 1. If Novel Suse is so obviously not friend

Re: how to install eclipse 3.4 on debian sid?

2008-09-17 文章 Star Liu
On Wed, Sep 17, 2008 at 6:59 PM, Star Liu <[EMAIL PROTECTED]> wrote: > On Wed, Sep 17, 2008 at 3:49 PM, Hakan Bayindir <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Just download eclipse from www.eclipse.org and extract to a folder you >> like (I prefer /home//pr

Re: how to install eclipse 3.4 on debian sid?

2008-09-17 文章 Star Liu
On Wed, Sep 17, 2008 at 3:49 PM, Hakan Bayindir <[EMAIL PROTECTED]> wrote: > Hi, > > Just download eclipse from www.eclipse.org and extract to a folder you > like (I prefer /home//programs). You can run eclipse from there > and install any package you like. > > Cheers, > > Hakan > thank you all, i

how to install eclipse 3.4 on debian sid?

2008-09-17 文章 Star Liu
the eclipse package for debian sid is now 3.2, it makes the web tools unavailable, which needs eclipse 3.4, does anyone has a tutorial on how to install eclipse 3.4 on debian sid? thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC

Re: cannot connect to msn account in pidgin today, any solution?

2008-09-16 文章 Star Liu
On Tue, Sep 16, 2008 at 4:24 PM, Star Liu <[EMAIL PROTECTED]> wrote: > cannot connect to msn accounts in pidgin today, XMPP is ok , any solution? > it becomes good today -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

cannot connect to msn account in pidgin today, any solution?

2008-09-16 文章 Star Liu
cannot connect to msn accounts in pidgin today, XMPP is ok , any solution? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: openoffice的中文输入法坏了?

2008-09-16 文章 Star Liu
2008/9/15 Star Liu <[EMAIL PROTECTED]>: > 这两天发现不能在openoffice writer里输入中文了,有遇到同样问题的吗?有解决办法吗?(debian sid amd64) > 安装openoffice.org-gnome后就好了

openoffice的中文输入法坏了?

2008-09-14 文章 Star Liu
这两天发现不能在openoffice writer里输入中文了,有遇到同样问题的吗?有解决办法吗?(debian sid amd64)

Re: how to find a good debian sourcelist

2008-09-06 文章 Star Liu
http://ftp.hk.debian.org 我以前测试的结果,只在一级镜像的范围内 On Sat, Sep 6, 2008 at 2:42 PM, Ding Honghui <[EMAIL PROTECTED]> wrote: > apt-spy可以帮你判断哪个官方的source是最快的。 > > wjhua 写道: >> >> Hi All >> >> I installed debian lenny just now and I use China Tele ADSL. >> which source list should I use? >> is the following

Re: 安装debian问题

2008-09-05 文章 Star Liu
2008/9/5 wjhua <[EMAIL PROTECTED]>: > lenny 什么时候发布? 这个月底? > 现在如果装debian, 是装etch,然后升级上去,还是装lenny beta2? 装sid也没问题,我用sid直到现在还没发现异常,呵呵 > -- > Best Regards > Crane Wang > 13902536962 > 0756-3396114 >

Re: Error when installing flashplugin-nonfree on sid amd64

2008-08-18 文章 Star Liu
On Sun, Aug 17, 2008 at 3:53 AM, Florian Kulzer <[EMAIL PROTECTED]> wrote: > On Sat, Aug 16, 2008 at 16:26:29 +0800, Star Liu wrote: >> Here is the output when i install flashplugin-nonfree on sid amd64 >> --- >> Setting up flashplugin-nonfree (1:1

Error when installing flashplugin-nonfree on sid amd64

2008-08-16 文章 Star Liu
Here is the output when i install flashplugin-nonfree on sid amd64 --- Setting up flashplugin-nonfree (1:1.6.2) ... wget failed to download http://people.debian.org/~bartm/flashplugin-nonfree/md5.pgp.asc --- in fact, i can get the file successfully by manull

Could anyone make monodevelop from svn on debian sid?

2008-08-07 文章 Star Liu
I download the latest code from svn co svn://anonsvn.mono-project.com/source/trunk/monodevelop but when i make it, it failed with error, could i fix the error? - Unhandled Exception: System.TypeLoadException: Could

Re: Debian 德必安

2008-08-06 文章 Star Liu
2008/8/6 Liang Zhang <[EMAIL PROTECTED]>: > 想给Debian起个中文名:德必安 很好,支持

在Debian里C语言编程最好的IDE是什么?

2008-07-31 文章 Star Liu
我一直是在windows下开发的,用的开发工具是visual studio.net 2008,我想知道在debian下开发C语言程序最好的工具是什么?会比visual studio.net 2008好吗?

Re: 初始化时0x80端口表示什么?

2008-07-31 文章 Star Liu
2008/7/30 刘世伟 <[EMAIL PROTECTED]>: > > 80是调试端口。 在打印口接led可以显示。 > 或者在pci/isa上对80口进行显示, 有这样的诊断线路板, > 带2个数码管,显示2位16进制数, 你的邮件被gmail认成spam了,还好我有检查spam的习惯,谢谢,你说的很对! > > 在 2008/7/29 的来信中,"Star Liu" <[EMAIL PROTECTED]> 提及: > >>鎴戝湪鐮旂┒bios鐨勬満鍣ㄧ爜锛屼笅闈㈡槸鎴戞暣

Re: 初始化时0x80端口表示什么?

2008-07-30 文章 Star Liu
On Tue, Jul 29, 2008 at 9:53 PM, Peter Stuge <[EMAIL PROTECTED]> wrote: > On Tue, Jul 29, 2008 at 09:15:56PM +0800, Star Liu wrote: >> what does the I/O address 80 mean? > > Please read http://en.wikipedia.org/wiki/Power-on_self-test thank you very much, i got the AMI BIOS d

初始化时0x80端口表示什么?

2008-07-29 文章 Star Liu
我在研究bios的机器码,下面是我整理出的代码运行轨迹(非正规汇编语言) FFF0jmp F000:FFAA FFAAjmp relative C3 0070jmp relative 021D 0290CLI CLD mov esp,eax mov ax,cs mov ss,ax

Re: could anyone connect to mysql-server by mono(C#) on debian?

2008-07-19 文章 Star Liu
Finally, I use postgresql instead of mysql, and mono c# can work with postgresql successfully. so there is some bugs in libmysql5.0-cil package. On Fri, Jul 18, 2008 at 8:47 AM, Star Liu <[EMAIL PROTECTED]> wrote: > I got a strange error when i connect to mysql-server by mono(C#),

could anyone connect to mysql-server by mono(C#) on debian?

2008-07-17 文章 Star Liu
I got a strange error when i connect to mysql-server by mono(C#), little information can be got on google, and no one answers me on the mono mail lists, so i try to ask here, here is my code: Here is the code, it compiles successfully using System; using System.IO; using System.Xml; using System.

Re: how could i get the hexadecimal content in memory at address FFFF0000-FFFFFFF0?

2008-07-15 文章 Star Liu
可见部分被初始化 > 为F000H,因此像 >jmp F000:aa00 > 这样的指令并没有改变CS的可见部分,因此不会改写其"基址"部分,只有在CS可见 > 部分装入与F000H不同的值,才会对"基址"部分进行重新计算。 >综上所述,80386及其以后的CPU的PC机是将BIOS映射到32位地址空间的最后一 > 部分,而不是像8086那样映射到20位地址空间的最后,这就解释了用flashrom读出 > 的BIOS是512K了,如果是映射到20为的地址空间,岂不是要占用一半的地方,

Re: how could i get the hexadecimal content in memory at address FFFF0000-FFFFFFF0?

2008-07-15 文章 Star Liu
2008/7/15 Taishan <[EMAIL PROTECTED]>: > 哪里有关于这方面的权威文档我不大清楚,这里把我知道的一些情况在这里 > 说一下吧。首先有两个事情需要先明确一下: > >第一,关于保护模式于实模式。所谓实模式,就是CPU在与 Intel 8086 完全 > 兼容的方式下运行。当年 Intel 还没有发家时,其微型处理器产品的老大、老二 > 和老三(即4004、8008和8080)并没有出多大的彩儿,直到老四8086出生,其孪生 > 兄弟8088被当时的大佬IBM选中作为其第一代PC机产品的中央处理器使用,Intel才 > 逐渐走向辉煌。Intel在80

Re: how could i get the hexadecimal content in memory at address FFFF0000-FFFFFFF0?

2008-07-14 文章 Star Liu
,你甚至可以像调试程序那样单步运行和在运行时改变 > 内存的内容以及CPU的寄存器状态等。因此bochs非常适合作为学习研究之用,或者 > 说bochs是一个"玩具"更为恰当,呵呵。 这东西确实挺伟大的,软件行业真是人才济济啊,呵呵 不过有个牛人建议我这种基础薄弱的人(不懂操作系统原理)先多学学理论,再去搞代码,我也觉得挺对的。把他的建议贴出来供大家参考吧 Star Liu wrote: I'm a self-learner of computer software, I hope I can know soft

Re: [coreboot] C Programming

2008-07-14 文章 Star Liu
On Tue, Jul 15, 2008 at 1:06 AM, Eric W. Biederman <[EMAIL PROTECTED]> wrote: > I expect rather you need to do what the manpage for strcasestr > recommends and do: > > #define _GNU_SOURCE > > #include thank you! you are right, i need the #define _GNU_SOURCE for the strcasestr to comp

Re: why my program segmentation fault?

2008-07-14 文章 Star Liu
2008/7/14 shell909090 <[EMAIL PROTECTED]>: >> http://download.intel.com/design/processor/manuals/253668.pdf >> chapter 9.1.4 >> >> 9.1.4 First Instruction Executed >> The first instruction that is fetched and executed following a hardware >> reset is >> located at physical address FFF0H

Re: why my program segmentation fault?

2008-07-14 文章 Star Liu
2008/7/14 shell909090 <[EMAIL PROTECTED]>: > Star Liu 写道: >> >> 那么各位大侠,有什么办法可以读么? >> >> PS: CPU手册上写的的确是第一条指令是在FFF0,然后near jump到,因为虽然是在实模式下,但是code >> segment的地址被初始化为,而EIP的值被初始化为FFF0 >> > 是真的,我专门看Intel CPU手册的, http://download.intel

Re: why my program segmentation fault?

2008-07-14 文章 Star Liu
那么各位大侠,有什么办法可以读么? PS: CPU手册上写的的确是第一条指令是在FFF0,然后near jump到,因为虽然是在实模式下,但是code segment的地址被初始化为,而EIP的值被初始化为FFF0 -- Regards! Star Shanghai, China

why my program segmentation fault?

2008-07-14 文章 Star Liu
I wrote a program to copy the memory content of - to a file, but it says "Segmentation fault", (i use AMD64 lenny, so the address is long), how could i fix it? thanks! #include #include void CopyMemoryToFile(char* FilePath, long StartAddress, long OffSet) { FILE* Memory

Re: how could i get the hexadecimal content in memory at address FFFF0000-FFFFFFF0?

2008-07-14 文章 Star Liu
2008/7/14 shell909090 <[EMAIL PROTECTED]>: > 早说你会中文阿,累死我了。 > 会读机器码的叫做小强中的小强,要有这个能力,差不多你也应该知道编程器的用 途了吧。找个老机器的BIOS,用改锥敲下来,然后用编程器读出来就好了。不过如 > 果想省事点,那用BIOS备份工具备份BIOS,然后找个工具解开,用反编译器去看代码。 > 不过提醒你,这个代码可是真正意义上的汇编。很多时候现代汇编编程所必须的输 > 入/输出系统调用都是没有的,没有int,没有syscall(这是当然,因为是实模 > 式,而且系统都还没有初始化呢)。这个代码的难度比MBR更高,只能

Re: how could i get the hexadecimal content in memory at address FFFF0000-FFFFFFF0?

2008-07-14 文章 Star Liu
On Mon, Jul 14, 2008 at 4:22 PM, shell909090 <[EMAIL PROTECTED]> wrote: > > :, Too many F. > That's a history story about DOS and CP/M times... > When CPU has been reset, it will back to real mode and set SS= IP=. > Here has some code which is mapped from BIOS. Sometime when we take

how could i get the hexadecimal content in memory at address FFFF0000-FFFFFFF0?

2008-07-14 文章 Star Liu
I know from cpu manual that when machine starts, it executes instruction at FFF0, and then execute some code at -FFF0, i hope i can get these machine code directly from my memory, any tool to help me display the hexadecimal or binary content? thanks! -- Regards! Star Shanghai, Chi

Re: C Programming warning

2008-07-13 文章 Star Liu
On Mon, Jul 14, 2008 at 11:15 AM, Star Liu <[EMAIL PROTECTED]> wrote: > On Mon, Jul 14, 2008 at 8:52 AM, sanool. LUPA <[EMAIL PROTECTED]> wrote: >> the func strcasestr not return a pointer... >> so, try to use as follows: >> >> if((char*)strcasestr(comment,

Re: 关于debian读音的一个非技术性倡议

2008-07-13 文章 Star Liu
On Mon, Jul 14, 2008 at 9:39 AM, Yingbo Qiu <[EMAIL PROTECTED]> wrote: > Debian was created in 1993 by Ian Murdock. It was named after him and > his wife Debra: Deb-ian (pronounce it deb-ee-ann). > 待步意安?呵呵 这个名称的来历很浪漫的,独一无二,要多多宣传,表明用debian的人都是事业和家庭双双和谐的人:) -- Regards! Star Shanghai, China

Re: C Programming warning

2008-07-13 文章 Star Liu
On Mon, Jul 14, 2008 at 8:52 AM, sanool. LUPA <[EMAIL PROTECTED]> wrote: > the func strcasestr not return a pointer... > so, try to use as follows: > > if((char*)strcasestr(comment, " > but its just a warning, forget it... thank you, i think you are right, in which file is strcasestr defined and

C Programming warning

2008-07-13 文章 Star Liu
I hope I'm not posting to the wrong place, if so, please remind me :) I'm making some practice on C programming, so that I can get into the linux world. Here is a simple code 129 char comment[1025]; 130 cgiFormString("comment", comment, 1025); 131 if(strcasestr(comment, "http://www.gnu

Re: 关于debian读音的一个非技术性倡议

2008-07-13 文章 Star Liu
2008/7/13 wt <[EMAIL PROTECTED]>: > debian的读音对于中文用户来说,无论你的英文发音多么准,相信还是会让不明真相的中国人感到尴尬和好笑。所以我倡议咱们中文用户在中文谈话的情况下最好使用debian的中文译名"德比安"或者。。。再给debian起个别名,以便在实际中文对话中使用。我建议叫"debrian"——中间多个R——读"德/帝伯瑞安/恩",因为debian原是由Debra和Ian压合而成。 > 不知道各位是否有同感? > 又是否有其他什么好办法? > 觉得我的提议有没有必要? > > 我认为,没必要:) -- Regards! Star Sh

mono apache2 error "File exists: Failed to create shared memory segment for backend 'XXGLOBAL'"

2008-07-13 文章 Star Liu
I installed mono asp.net server by apt-get install mono-xsp2 libapache2-mod-mono asp.net2-examples after that when i restart apache2, it failed # /etc/init.d/apache2 restart Restarting web server: apache2[Sun Jul 13 16:29:23 2008] [crit] (17)File exists: Failed to create shared memory segment for b

Re: Iceweasel add-on install error "invalid file hash (possible download corruption) - 261"

2008-07-05 文章 Star Liu
On Sat, Jul 5, 2008 at 2:03 PM, Mumia W.. <[EMAIL PROTECTED]> wrote: > On 07/04/2008 11:54 PM, Star Liu wrote: >> >> thank you, we have found that it's because the xpi file cannot be >> downloaded at all(maybe only in china). So I will try to find the xpi file >

Re: Iceweasel add-on install error "invalid file hash (possible download corruption) - 261"

2008-07-04 文章 Star Liu
2008/7/5 周南耀 <[EMAIL PROTECTED]>: > 是mozilla出的问题, 好象是把下载连接重新定向, > 直接找到地址下载吧,或者等待几天 > 比如要下 adblock plus > wget > https://addons.mozilla.org/en-US/firefox/downloads/file/30901/adblock_plus-0.7.5.5-fx+tb+sm.xpi > 下载 谢谢,好像是下载的问题,那个xpi根本就没有下载到,怎么样找到firebug插件的下载地址呢? -- Regards! Star http://starliu.996

Iceweasel add-on install error "invalid file hash (possible download corruption) - 261"

2008-07-03 文章 Star Liu
when i install the firebug add-on, i got the error message "invalid file hash (possible download corruption) - 261". in fact, installing any add-on should also get the same error message. how could i fix it? (lenny amd64, both iceweasel 2.0 and 3.0) thanks! -- Regards! Star http://starliu.9966.o

Re: 如何删除网卡

2008-07-02 文章 Star Liu
2008/7/3 d-_-j <[EMAIL PROTECTED]>: > 我的系统里原有一块8139的网卡,网卡名为eth0, > 现在我把网卡换成intel 82559,但系统启动后把这个网卡命名为eth1 > 并且在启动的时候提示eth0的错误, > 请问我如何把原来的网卡删除,并且把82559的网卡命名为eth0 在(desktop)system->administration->network 里删,或者在 /etc/network/interfaces里删?我不确定,没试过:) > -- > d-_-j -- Regards! Star http://starliu.99

Re: 求助:debian无法安装

2008-06-30 文章 Star Liu
我以前碰到的问题是硬盘是坏的,换了块硬盘就可以了。仅供参考 2008/7/1 wyf <[EMAIL PROTECTED]>: > 各位好,有个问题想向各位请教一下。 > > > 机器 联想开天2000 芯片组i810 cpu 赛扬 1.1G ram 256M, 20G的三星硬盘。 > > 用光盘启动安装debian时,设置完root用户密码后,接下来应该是安装base > system,每次到了获取libc6的时候就自动重启。 > > 我试过用ubuntu7.04的livecd启动,均能正常启动,正常使用。 > > 请问问题可能出现在哪里?有没有办法看到debug信息(一到那里就自动重

Re: how to install flash plugin for iceweasel on leny amd64?

2008-06-30 文章 Star Liu
good news! i installed mozilla-plugin-gnash, it's in the main pool, pool/main/g/gnash/mozilla-plugin-gnash_0.8.2-2+b1_amd64.deb, and it works! :) On Tue, Jul 1, 2008 at 4:16 AM, michael <[EMAIL PROTECTED]> wrote: > On Mon, 2008-06-30 at 16:55 +0800, Star Liu wrote: > > ye

Re: desktop icons disappear and file browser doesn't work

2008-06-30 文章 Star Liu
utilus, so it should be a bug of nautilus) On Mon, Jun 30, 2008 at 8:56 PM, Daniel Dalton <[EMAIL PROTECTED]> wrote: > On Mon, Jun 30, 2008 at 08:45:28PM +0800, Star Liu wrote: > >recently, on both my etch and lenny, desktop icons often disappear and > >file browser doe

desktop icons disappear and file browser doesn't work

2008-06-30 文章 Star Liu
recently, on both my etch and lenny, desktop icons often disappear and file browser doesn't work, i think it should be a known bug, though i can still operate by terminal commands, i wonder is there any easy method to restart the desktop icons display and make the file browser work? thanks! -- -

where are __amd64 and __i386 defined?

2008-06-29 文章 Star Liu
I read this line in a c source file: #if defined (__sun) && (defined(__i386) || defined(__amd64)) I'm wondering where are __sun __amd and 64 __i386 defined? thanks! -- ---

cannot log on to msn using pidgin on lenny amd64

2008-06-27 文章 Star Liu
it's quite strange, the first time i used pidgin to log on to msn was quite smooth, but the second time when i logged on, i waited for about 2 minutes, then the 3nd time i logged on, about 5 minutes,., now, it totally refuses to log on! the bottom of pidgin stops at a waiting status, and the bu

how to install flash plugin for iceweasel on leny amd64?

2008-06-27 文章 Star Liu
On lenny amd64, I often get the prompt to install flash plugin, but result in "unknown plugin... x-shockwave-flash", how could i fix it? Thanks! -- - Buddha Debian GNU/Linux UEFI/BIOS Homepage: http://starliu.9966.org ---

  1   2   >