仅限今天(2009-12-16)Godaddy域名.com 仅0.99美元,加上$0.18 ICANN费,只需1.17美元。
优惠码:BUYCOM99
和以往一样只支持信用卡和支票购买。
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
由于失误,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 - 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/
UltraEdit 是 Windows 下一款流行的老牌文本/HEX 编辑器。最近,UltraEdit 正被移植到 Linux 平台。该移植名为 UEX,意即 UltraEdit for Linux。UEX 具有原生的 Linux 外观,其界面、配置、热键等与 Windows 版并无二致。
UltraEdit for Linux 版,目前已经正式发布 。
http://www.ultraedit.com/products/uex.html
正式的售价为:49.95美元
PS:想买一个尝尝,有点贵啊,况且在Linux下有很多开源的编辑器也很不错。
某天某人的笔记本刚装的系统,不知让她给咋捣鼓的,任务管理器没有标题,当时我也没办法就给他下了个其他的软件代替了任务管理器。
天天在网上忘记在哪看到了解决方法,其实很简单,只要在任务管理器面板上双击就会恢复到原来的状态。嘻嘻