上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 25 下一页
  2011年9月22日
摘要: when using npm install, the error like title happens.Just add sudo before npm install to resolve the issue. 阅读全文
posted @ 2011-09-22 13:50 -Anny- 阅读(1780) 评论(0) 推荐(0) 编辑
  2011年9月21日
摘要: When config php source, there is an error:xml2-config not found. Please check your libxml2 installationIn Synaptic, there is only libxml2 installed, while libxml2-dev is not installed. Just install libxml2-dev.Or we can intall libxml2 using source code, like below:sudo wget ftp://xmlsoft.org/libxml2 阅读全文
posted @ 2011-09-21 18:22 -Anny- 阅读(439) 评论(0) 推荐(0) 编辑
摘要: Refer to http://jianlee.ylinux.org/Computer/Server/rsync.html简单使用 单机使用同步目录 A 到目录B,以 A 目录为基准,如果 A 目录没有,B 目录有的会删除。 A 目录有, B 目录没有的,就从 A 拷贝到 B 。示例 ("/data/projects/crepo" 是 A,"./" 是 B):$ rsync -av /data/projects/crepo ./注意!如果带目录 "/data/projects/crepo" 带 "/" 后缀,就备份 阅读全文
posted @ 2011-09-21 15:43 -Anny- 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 今天在buntu10.10使用源码安装完ruby1.9.2p290和rubygem1.8.10后,想利用gem去安装rails: gem install rails,结果提示 no such file to load -- zlib 错误。zlib is a library implementing the deflate compression method foundin gzip and PKZIP. 解决办法,安装zlib1g 和 zlib1g-dev 包(apt-get install 或者利用Synaptic),然后1.回到ruby源码目录/ext/zlib 下2. ruby ex 阅读全文
posted @ 2011-09-21 15:30 -Anny- 阅读(319) 评论(0) 推荐(0) 编辑
  2011年9月16日
摘要: 1. Time outJust retry2. Some unmet dependencies after 'npm install'Just npm install XXX #(XXX means lib package name)3. The package version is lower or deprecated in package.jsonModify the version in package.json: e.x. make changes from "zmq": "1.0.1" to "zmq": 阅读全文
posted @ 2011-09-16 14:13 -Anny- 阅读(235) 评论(0) 推荐(0) 编辑
摘要: I met such issue 'no such environment: default' when npm install some libs, such as iconv, hashlib...The workround is to modify /usr/local/lib/node/wafadmin/Build.py like below:def get_env(self): return self.env_of_name(DEFAULT)The original is likedef get_env(self): return self.env_of_name(& 阅读全文
posted @ 2011-09-16 11:37 -Anny- 阅读(643) 评论(0) 推荐(0) 编辑
  2011年9月15日
摘要: From http://wiki.ubuntu.org.cn/UbuntuSkills#.E6.9F.A5.E7.9C.8B.E7.B3.BB.E7.BB.9F.E6.98.AF32.E4.BD.8D.E8.BF.98.E6.98.AF64.E4.BD.8D 查看系统是32位还是64位 #查看long的位数,返回32或64getconf LONG_BIT#查看文件信息,包含32-bit就是32位,包含64-bit就是64位file /sbin/init 阅读全文
posted @ 2011-09-15 14:53 -Anny- 阅读(3005) 评论(0) 推荐(0) 编辑
摘要: From http://sb123.org/893代表intel(英特尔)系列的cpu386 几乎适用于所有的 x86 平台,不论是旧的 pentum 或者是新的 pentum-IV 与 K7 系列的 CPU等等,都可以正常的工作!那个 i 指的是 Intel 兼容的 CPU 的意思,至于 386 不用说,就是 CPU 的等级啦!i586 就是 586 等级的计算机,那是哪些呢?包括 pentum 第一代 MMX CPU, AMD 的 K5, K6 系列 CPU ( socket 7 插脚 ) 等等的 CPU 都算是这个等级;i686 在 pentun II 以后的 Intel 系列 CPU 阅读全文
posted @ 2011-09-15 14:34 -Anny- 阅读(771) 评论(0) 推荐(0) 编辑
  2011年9月13日
摘要: From http://www.virtualmin.com/documentation/cloudmin/vm/ec2-ebsIntroduction to EC2 VolumesEC2 Volumes (called Elastic Block Storage by Amazon) are essentially disk images that can be mounted on any system running on EC2, and continue to exist even if the system they were attached to is deleted. The 阅读全文
posted @ 2011-09-13 15:23 -Anny- 阅读(290) 评论(0) 推荐(0) 编辑
  2011年9月5日
该文被密码保护。 阅读全文
posted @ 2011-09-05 14:53 -Anny- 阅读(15) 评论(2) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 25 下一页