-
Recent Posts
Categories
- algorithm (1)
- automation (3)
- c++ (2)
- cloud (1)
- design (6)
- git (2)
- java (10)
- jenkins (1)
- linux (17)
- python (6)
- search engine (1)
- security (1)
- server (3)
- tech watch (6)
- test (3)
- troubleshooting (7)
- Uncategorized (2)
- virtualization (3)
Archives
- March 2012 (4)
- February 2012 (6)
- January 2012 (2)
- November 2011 (5)
- October 2011 (1)
- August 2011 (3)
- July 2011 (8)
- June 2011 (10)
- May 2011 (4)
- April 2011 (6)
- March 2011 (1)
Links
Monthly Archives: November 2011
Build a serious WordPress server for high traffic website with nginx
Deploy multiple nginx instance on 1 server for load balance When building WordPress for high traffic website, we maintain and restart the web server frequently for better SEO and better user experience; but we don’t want to interrupt user’s visiting. … Continue reading
Why Load Balance not work in Hessian C# client calling to hessian service?
When I was migrating our application from C# to Java, our Java service moved ahead of the client application. The client application is in C#. And we export service through Hessian service. So we call java hessian service through C# … Continue reading
Noticeable Hacker news I read(2011/09-2011/11)
Programming: Signs that you’re a bad programmer How you should go about learning NoSQL What’s new in Cassandra 1.0: Performance | DataStax Spark Cluster Computing Framework Interview with Dennis Ritchie, Bjarne Stroustrup, James Gosling Lucene Eurocon 2011: Presentation slides are … Continue reading
Suffered by wordpress permanent links in nginx
I installed wordpress several month ago by default. The page links were in default format like /blog/p?101. After some posts written I realized that these format is not friendly to search engine. So I decided to change the permalinks format … Continue reading
Setup your cloud server in 3 minutes with Xen 4.1 on Ubuntu 11.10
Ubuntu support xen officially since 11.10. It is really easy to install the packages. Although some issues should be fixed manually, it is a painless experience. Here’s the steps to setup your cloud server in 3 minutes with Xen 4.1 … Continue reading
Posted in cloud, linux, virtualization
52 Comments