Author Archives: Zou Yong

putty tab/dock 窗口管理工具

mremoteng,基于mremote的putty窗口管理工具,下载地址:http://www.mremoteng.org/home 原版nremote 08年后没有更新了,下载地址:http://www.mremote.org/wiki/Downloads.ashx nremote一直到了visionapp Remote Desktop

Posted in Uncategorized | Leave a comment

go语言1.0发布了

详见:http://golang.org/ Go is an open source programming environment that makes it easy to build simple, reliable, and efficient software. 下载地址:http://golang.org/doc/install

Posted in Uncategorized | Tagged | Leave a comment

很好的程序语言/工具文档

http://hyperpolyglot.org/ Programming Languages commonly used features in a side-by-side format Interpreted Languages: PHP, Perl, Python, Ruby Interpreted Languages: Tcl, Lua, JavaScript, Io Operating System Automation: POSIX Shell, AppleScript, PowerShell C++ Style Languages: C++, Objective C, Java, C# Pascal Style Languages: … Continue reading

Posted in Computer, Linux, Proramming | Leave a comment

Cassandra vs MongoDB vs CouchDB vs Redis vs Riak vs HBase比较

原文: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis Cassandra vs MongoDB vs CouchDB vs Redis vs Riak vs HBase comparison While SQL databases are insanely useful tools, their tyranny of ~15 years is coming to an end. And it was just time: I can’t even count … Continue reading

Posted in Database, WebDev | Leave a comment

17 Useful Htaccess Tricks and Tips

Introduction Some people might not aware of the power of htaccess, I have 17 htaccess methods in this article which I have used or tested it before, and I think some of them are essential tricks and tips to protect … Continue reading

Posted in Linux, WebDev | Leave a comment

Extra Packages for Enterprise Linux (EPEL)

EPEL Extra Packages for Enterprise Linux (EPEL) is a volunteer-based community effort from the Fedora project to create a repository of high-quality add-on packages for Red Hat Enterprise (RHEL) and its compatible spinoffs such as CentOS or Scientific Linux. Fedora … Continue reading

Posted in Linux | Leave a comment

logrotate for nginx

如果手动编译安装nginx并不会安装logrotate配置。如果用yun安装nginx会自动安装/etc/logrotate.d/nginx配置文件: /var/log/nginx/*log {     daily     rotate 10     missingok     notifempty     compress     sharedscripts     postrotate         [ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid`     endscript }

Posted in Uncategorized | Leave a comment

WIN7 中的God Mode “上帝模式”

Windows 7的这个God Mode彩蛋是个实用的蛋,只需要建立一个目录,命名为:GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} 就可以啦。介绍如下 Continue reading

Posted in Uncategorized | Leave a comment

冲动是魔鬼

今天冲动了,去中关村准备换块硬盘,出现坏道了,还有几天就满一年了。 去的路上被中介拉去看了看农大南路的房子,麒麟家园,99平米。看着还可以,就犹豫啊犹豫了一阵,被中介忽悠了一阵,就冲动交了定金。当时没啥感觉,现在回到家,反倒好紧张,不知道是不是买在了最高的,跟我40多块的中石油似的:( 神啊!

Posted in Uncategorized | Leave a comment

重新开始

重装了服务器,忘了导出数据库了,以前的内容都没啦!没了也好,正好可以装一个最新的WordPress。以前版本太久,升级几次都不成功。 FeedBurner里面视乎还能看到部分内容:http://feeds.feedburner.com/zouyong 以前用的主题atahualpa 2.21版本,现在都升级到3.4.4啦!嗯,接着用。

Posted in Uncategorized | 1 Comment