
Linux
mengfanpp
这个作者很懒,什么都没留下…
展开
-
linux 操作
1. 察看帮助 man xxxx man xxx | more 输入 q 退出 xxx --help 只是察看用法 2. 查看日志 最近200行 tail -n 200 /usr/local/tomcat/logs/catalina.out 3.原创 2007-06-26 11:12:00 · 1388 阅读 · 9 评论 -
No such file or directory - /tmp/mysql.sock
转自: http://hi.baidu.com/royalchy/blog/item/591aac595a2b562f2834f059.htmlSo you installed Ubuntu, got all excited about developing your Rails application on it, and then…No such file or direct转载 2009-01-14 17:35:00 · 3456 阅读 · 1 评论 -
Git 安装
介绍: Git --- The stupid content tracker, 傻瓜内容跟踪器。Linus 是这样给我们介绍 Git 的。 Git 是用于 Linux 内核开发的版本控制工具。与常用的版本控制工具 CVS,Subversion 等不同,它采用了分布式版本库的方式,不必服务器端软件支持,使源代码的发布和交流极其方便。 Git 的速度很快,这对于诸如Lin原创 2009-01-14 16:52:00 · 7679 阅读 · 0 评论