火狐 Firefox 2010 必备附加组件

最近在Debian还是Windows下都是用的Firefox,虽然有时用Chrome,但是Firefox的高扩展性……还是让我对他情有独钟。

火狐 Firefox 浏览器之所以受到欢迎与它众多的附加组件有很大关系,相信每个使用Firefox 浏览器的用户都会用自己喜欢的附加组件来武装Firefox 浏览器。

Firefox 附件组件大概有11000多个,而且随着Firefox 浏览器用户的增多,更多的Firefox爱好者参与到Firefox 附件组件的开发。

下面介绍几个火狐 Firefox 2010 必备附加组件:

1.Xmark 书签同步插件

Xmark是foxmark的升级版,使用Xmark可以将自己的书签和收藏网站保存在Xmark的服务器上,任何电脑只要安装了Xmark,在登 陆Xmark后都可以将书签同步到新的电脑中,特别适合拥有多个电脑的用户。Xmark不仅仅支持Firefox浏览器,同样支持IE。如果Xmark不 能同步可以参考《xmark 无法同步怎么办Read More

thread.error: can't start new thread 解决方法

最近给一个代购VPS用yum 命令安装软件,报错:

File "/usr/lib/python2.4/threading.py", line 416, in start
_start_new_thread(self.__bootstrap, ())
thread.error: can't start new thread

解决方法:编辑 /etc/yum/pluginconf.d/fastestmirror.conf

将enabled=1修改为enabled=0,禁用该功能就可以了。

仅限今天Godaddy注册.com域名 仅0.99美元

仅限今天(2009-12-16)Godaddy域名.com 仅0.99美元,加上$0.18 ICANN费,只需1.17美元。

优惠码:BUYCOM99

和以往一样只支持信用卡和支票购买。

buycom99 Read More

There are no public key available for the following key IDs:解决方法

Thenynoc的VPS由于停止洛杉矶机房VPS服务并转移已有洛杉矶VPS至纽约机房,而且不能退款,所以分配下新的IP直接重装为Debian~瞎折腾着玩。

thenynoc:/var/lib/apt/lists# apt-get update
Get:1 http://security.debian.org stable/updates Release.gpg [835B]
……省略N多没用的……
Hit http://security.debian.org stable/updates/main Packages
Fetched 41.6kB in 0s (56.5kB/s)
Reading package lists... Done
W: There is no public key available for the following key IDs:
9AA38DCD55BE302B
W: There is no public key available for the following key IDs:
9AA38DCD55BE302B
W: GPG error: http://security.debian.org stable/updates Release: The following signatures

couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B
W: You may want to run apt-get update to correct these problems Read More

LNMP一键安装包0.3中wordpress Rewrite(伪静态规则)正确写法

由于失误,lnmp一键安装包中的wordpress.conf这个文件是wordress的URL Rewrite,本身存在一些问题,如archive中,日期归档是打不开的。

正确写法如下:

location / {
if (-f $request_filename/index.html){
                rewrite (.*) $1/index.html break;
        }
if (-f $request_filename/index.php){
                rewrite (.*) $1/index.php;
        }
if (!-f $request_filename){
                rewrite (.*) /index.php;
        }
}

感谢各位LNMP使用者对lnmp的支持。

LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布

LNMP - CentOS/RadHat/Debian/Ubuntu下Nginx+PHP+MySQL一键安装包V0.3发布

CentOS/RadHat版请到:http://blog.licess.com/lnmp/

Debian/Ubuntu版请到:http://blog.licess.com/lnmp-debian-ubuntu/

交流论坛:http://bbs.vpser.net/forum-25-1.html

VPS相关信息请到:https://www.vpser.net/