2012 年二月 一 二 三 四 五 六 日 « 一 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 近期评论
- wlx [微博 ] 发表在《google彻底被封?》
- snake 发表在《google彻底被封?》
- Andrew Pelt 发表在《debian testing上安装oracle 10g》
- tiplip 发表在《webmap.cn使用的WEBGIS技术》
- 求助Evolution问题!! 发表在《evolution crashed in gutsy alpha》
分类目录
标签
anjuta apache backup breezy c++ compile convert dapper debian dns edgy evolution feisty firefox flash gnome gobang GRASS gutsy humor intrepid Linux mailman MapServer mysql openoffice Oracle php phpbb postfix PostGIS postgresql qgis sarge scim skype subversion svn tomcat ubuntu utf8 westdc Windows wordpress 中文
Tag Archives: firefox
实现了一个SCAR的zotero translator
SCAR: Science of Cold and Arid Regions 是所里新办的一个期刊,看了几篇文章,打算摘录下来,zotero却不支持,需要自己再写一个转换器(translator),花了一下午的时间,终于搞出来了,暂时不支持搜索功能。 把下面的代码保存到zotero下的translator目录,给个名字,如SCAR.js,然后重新启动一下FIREFOX,应该就可以使用了。 { “translatorID”:”d5770df3-b41a-45cb-bb3a-261948c9af49″, “translatorType”:4, “label”:”SCAR”, “creator”:”Liangxu Wang<wangliangxu@gmail.com>”, “target”:”http://www.scar.ac.cn/hhkxen/ch/reader”, “minVersion”:”1.0″, “maxVersion”:”", “priority”:100, “inRepository”:true, “lastUpdated”:”2009-5-27 22:33:00″ } function detectWeb(doc, url) { var articleRe = /view_abstract.aspx/; var s = articleRe.exec(url); if(s) { return “journalArticle”; } … Continue reading
ubuntu flash方块字的解决
其实很简单: sudo mv /etc/fonts/conf.d/49-sansserif.conf /etc/fonts/conf.d/49-sansserif.conf.bak 参考: http://wiki.ubuntu.org.cn/index.php?title=Firefox&variant=zh-cn
使用ubuntu gutsy tribe2
这是ubuntu gutsy的第二个alpha版本,忍不住把当前的系统直接升级了,主要是因为我在VitrualBox里试验的ubuntu gutsy一直超慢,但没有任何问题。 升级比较简单,我使用cn99的源,速度飞快。 存在的几个问题: 1、anjuta 2.20无法使用了。 经检查,是库的问题,重新符号化就可以了: sudo ln -s /usr/lib/libbfd.so /usr/lib/libbfd-2.17.50.so 2、Firefox有奇怪的问题 多数情况下没有问题,但有时候页面会失去键盘响应,就是无法输入,有时无法点击连接,非常奇怪的问题,还没有发现什么规律,但出现的几率很大。 还没有发现别的问题,同时要赞一下xrandr 1.2,功能非常强,在我的i915显卡上,可以比较好的支持。 在使用前,若要进行双屏显示,需要把原来的xorg.conf进行处理。主要的就是简化device设置,以及去掉Monitor的刷新率设置,在Screen里加上Virtual桌面大小设置。 进入X后,可以运行xrandr,看看当前支持的显示器。 wlx@cngis:~$ xrandr Screen 0: minimum 320 x 200, current 2304 x 1024, maximum 2304 x 1024 VGA connected 1280×1024+0+0 (normal left … Continue reading
MR Tech Local Install:实用的FIREFOX扩展
前面曾经提到安装TOR后,无法在FIREFOX 2.0上安装torbutton扩展,今天试验了其他几个proxy切换插件,都不是很好用。 无意中看到了MR Tech Local Install这个插件,安装后就可以安装torbutton了,使用起来没有任何问题。 畅通无阻的网络真好!
flash7播放youtube问题以及定制livecd
目前的flash palyer 7.0在FIREFOX 2.0b1中播放youtube的视频时总是有问题: 播放是好的,但在播放结束时会把FIREFOX搞死。 根据这个帖子 If it makes you feel a bit more at ease, youtube occasionally freezes firefox on my computer as well. I’m using firefox with aoss (I start firefox by using ‘aoss firefox’) and it had … Continue reading
breezy尝鲜
其实,也不是我想尝鲜,由于错误的操作,在升级的时候使SKYPE出现问题,最后FIREFOX也起不来了(这边的网络要先firefox然后才能上网,呵呵,导致了死循环),幸亏W3M还能用,尝试了几次,才知道如何用w3m登录网关。 上网后,改成了breezy的源,然后开始更新,大约700兆的内容。起来后x崩溃,经检查,是显卡驱动的问题,i915的驱动需要单独更新:sudo apt-get install xserver-xorg-i810 X起来后,增加了skype的源,但居然不能安装。 breezy里已经没有libqt102c了,不能dpkg,也不能apt,最后还是google到了,使用一个旧版本就没有问题了。参考 http://www.mneylon.com/blog/archives/2005/09/25/skype-on-breezy/
text are not shown in ubuntu firefox flash?
This is a strange problem. Flash text can not be shown in Ubuntu hoary, mozilla firefox 1.04, the reason is some fonts lack in the system. Just install msttcorefonts can solve this.