Hope Have Good tech
Linux extend php apache server mvc java
摘要: How chmod worksChmod works by changing the mode of parameters on files and directories. If you look at an extended listing of a file you will see something like this:-rw-r--r-- 1 jlwallen jlwallen 4096 2008-11-14 12:56 test1Here is a breakdown of what you are seeing:-rw-r--r-- : These are the actual 阅读全文
posted @ 2010-12-20 12:43 JackeyChan 阅读(143) 评论(0) 推荐(0)
摘要: See all color.* options in the git config docsOr, you can set all of them on with the color.ui option: 阅读全文
posted @ 2010-12-20 11:46 JackeyChan 阅读(732) 评论(0) 推荐(0)
摘要: Virtual Hosting allow web servers to host more than one website on a sing machine. This is how sharing hosting works. I become pretty handy as well while develloping different web project on the same machine and allows you to access to your local repository using addresses such as http://dev.mysite. 阅读全文
posted @ 2010-12-20 11:31 JackeyChan 阅读(302) 评论(0) 推荐(0)