《pro git 中文版》
Friday, July 16, 2010
building commercial website using Microsoft tech stack
http://www.infoq.com/cn/articles/architecting-tekpub
Stack Overflow Architecture
http://highscalability.com/blog/2009/8/5/stack-overflow-architecture.html
Scaling Up vs. Scaling Out: Hidden Costs
http://www.codinghorror.com/blog/archives/001279.html
Server Hosting — Rent vs. Buy?
http://blog.stackoverflow.com/2008/12/server-hosting-rent-vs-buy/
Startup – ASP.NET MVC, Cloud Scale & Deployment
http://www.emadibrahim.com/2009/08/05/startup-asp-net-mvc-cloud-scale-deployment/
Open Source is not a Zero-Sum Game
http://kohari.org/2009/08/10/open-source-is-not-a-zero-sum-game/
Posted by WadeLiu at 6:39 AM 0 comments
Wednesday, July 14, 2010
some tutorials of git
http://therightstuff.de/2010/03/28/How-To-Set-Up-A-Git-Server-On-Windows-Using-Cygwin-And-Gitolite.aspx
TortoiseGit + msysgit + CopSSH + WindowsXP as server
http://code.google.com/p/tortoisegit/wiki/HOWTO_CentralServerWindowsXP
Git学习教程 (共七篇文章)
http://fsjoy.blog.51cto.com/318484/244397
Git入门教程
http://hi.baidu.com/eehuang/blog/item/37af8d54242d6351564e00b5.html
为什么说git更好
http://whygitisbetterthanx.com/
Git的几个关键概念
http://blog.csdn.net/robinqcn/archive/2010/01/27/5262161.aspx
{|ihower.tw| 关于git的文章
http://ihower.tw/blog/archives/category/git
Posted by WadeLiu at 6:06 PM 0 comments
Tuesday, July 13, 2010
the web browser (vforchrome) that can bypass G-F-W
一个简单易用,便于翻墙的基于chromium的浏览器。
http://code.google.com/p/vforchrome/
vforchrome 使用了chrome浏览器和vfortunnel.exe(其实就是plink.exe)隧道工具
vfortunnel.exe 表面上看是一个plink,其实它的真实身份……还是plink。只不过增加了一些功能。
- 第一种用法:可以当作plink.exe使用。在命令行中不带参数运行vfortunnel.exe的时候,就可以看到plink的帮助 信息。
- 第二种用法:只带一个参数运行时,vfortunnel.exe会认为这个参数是一个路径,它会把自己的工作路径设置到这里, 然后,如果你配置了自己的vfortunnel.xml,就按照vfortunnel.xml中的信息启动SSH隧道,否则就下载 ssh_metainfo.xml,根据ssh_metainfo.xml提供的信息获取网上公开的SSH信息,最后启动隧道。也就是 说,vfortunnel.exe完全可以单独运行,如果你想用firefox而不是chrome,只要配置firefox使用 vforchrome.pac这个自动代理脚本,或者直接指定使用SOCKS 127.0.0.0:9052好了。
- 第三种用 法:vfortunnel.exe --test ssh_metainfo.xml ,用来测试配置文件ssh_metainfo.xml写的是否正确,写这个配置文件需要对XML和正则表达式有些了解,所以程序正常运行时只从网络下载这 个配置文件而不会处理用户自己写的。希望有高级用户愿意帮助添加和维护这个列表 :)
Posted by WadeLiu at 7:13 AM 0 comments
how to install ubuntu OS combined with Windows
图解Linux下如何搭建C#开发环境
http://news.cnblogs.com/n/68188/
这篇文章中介绍了6中安装Ubuntu的方法, 值得阅读.
Posted by WadeLiu at 7:09 AM 0 comments
Monday, July 12, 2010
set up git server on windows
一天之内, 看到3篇和.Net开发相关的Git文章, 看来git的时代到了.
孙以义开发的用于VS2008/
http://news.cnblogs.com/n/66583/
How To Set Up A Git Server On Windows Using Cygwin And Gitolite
http://therightstuff.de/2010/03/28/How-To-Set-Up-A-Git-Server-On-Windows-Using-Cygwin-And-Gitolite.aspx
TortoiseGit + msysgit + CopSSH + WindowsXP as server
http://code.google.com/p/tortoisegit/wiki/HOWTO_CentralServerWindowsXP
Posted by WadeLiu at 6:02 AM 0 comments