自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 express install npm 设置代理 ERR! Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE

方法链接https://github.com/isaacs/npm/issues/3034 npm config set strict-ssl false npm 设置代理 http://wil.boayue.com/blog/2013/06/14/using-npm-behind-a-proxy/ npm config set proxy http://host:port npm c...

2013-09-01 11:34:30 149

原创 ubuntu 下解决sublime text 2不能输入中文的问题

转载http://my.oschina.net/Khiyuan/blog/98713 参考:http://www.sublimetext.com/forum/viewtopic.php?f=3&t=7006&start=10#p41343 找了很久,这个方法可行呀,fcitx输入法 通过 LD_PRELOAD 实现了 gtk_im_context_set_client_w...

2013-04-25 11:51:20 107

原创 inotify+rsync 实现文件实时备份

一.Inotify       inotify是一种强大的、细粒度的、异步的文件系统事件监控机制,Linux内核从2.6.13起,加入了对Inotify的支持,通过Inotify可以监控文件系统中的添加、删除、修改、移动等各种事件,但inotify只提供了C语言接口,不方便调用,所以需要先安装inotify-tools.     安装方法:yum install inotify-tools ;...

2012-10-18 15:15:33 99

原创 Fix for "Errno::ETIMEDOUT: Operation timed out - connect(2)" when installing g

# A DNS change to Rubygems.org is causing lingering issues. Namely, # rubygems.org and production.s3.rubygems.org are still pointing to # the old address. See: # http://twitter.com/#!/gemcutter/sta...

2011-11-02 13:31:46 402

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除