文章列表
方法链接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 config set https-proxy http://host:port
转载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_window 的 加载, 使得输入法能够获得焦点
1.保存文件sublime-imfix.c
/*
sublime-imfix.c
Use LD_PRELOAD to interpose ...
一.Inotify
inotify是一种强大的、细粒度的、异步的文件系统事件监控机制,Linux内核从2.6.13起,加入了对Inotify的支持,通过Inotify可以监控文件系统中的添加、删除、修改、移动等各种事件,但inotify只提供了C语言接口,不方便调用,所以需要先安装inotify-tools.
安装方法:yum install inotify-tools ; apt-get install inotify-tools
二.Rsync
备份工具,与tar,cpio等工具作用相同,但可以备份到别的机器,不用压缩后再传输。
目标服务器rsync配置 ...
# 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/status/30666857698557952
# The symptoms:
# $ gem install benelux --version 0.5.17
# ERROR: Could not find ...