Downgrade in Ubuntu
有时安装了一些高版本的软件,却又后悔,想回到低版本。其实这个降级过程是比较麻烦的,不过还好,总还是有办法的。
首先,查出安装过的版本号,以firefox为例:apt-cache show firefox,记住你要安装的某个低版本(version)
接着,咱们正式降级:sudo apt-get install firefox=<低版本号>
还以firefox为例,它会引用其它好几个package,所以这些引用到的package也要一并降级。
如我今天将 firefox 从 3.62be 降级到 3.6 :sudo apt-get install firefox=3.5.7+nobinonly-0ubuntu0.9.10.1 firefox-3.5-branding=3.5.7+nobinonly-0ubuntu0.9.10.1 firefox-3.5=3.5.7+nobinonly-0ubuntu0.9.10.1
Categorized in: Uncategorized · Tagged with: Firefox
使用 netbeans 6.5 创建 firefox 扩展
今天偶然在 Sun 中国网站上发现这样一篇文章, 介绍如何使用 netbeans 及其插件开发 firefox 及其它 Mozilla 程序的 addons. 文章写得很简短、很清楚.
该 Netbeans 插件叫做 foxbeans, 可从 http://plugins.netbeans.org/ 找到
《使用 NetBeans 开发 Firefox 插件》
Categorized in: Java · Tagged with: Addon, Browser, Firefox, NetBeans, Plugins
Others Online – browser-based IM
I had written a blog entry about how to build a browser-based IM. Today i found a firefox plugin providing this function:
Others Online 1.0.42
Categorized in: Uncategorized · Tagged with: Firefox, Plugins
upgrade my Firebug
Thanks to the authors of firebug, i can use it (version 1.1 beta) again in Firefox 3.0.
With firebug, we can check and debug HTML, CSS, DOM, and especially JavaScript.
Categorized in: Uncategorized · Tagged with: Browser, Firefox

(
(4.00 out of 5)