Login|Sign Up
大家每天都有一个好心情 :)

最新博文

mldonkey web界面 bt 电驴 linux客户端     [操作系统]

装载vps上,挺好玩的

http://mldonkey.sourceforge.net/Main_Page

centos6一堆乱七八糟错误,换了debian靠谱了

要加入一些server.met

dl框里面可以运行很多命令,详情见文档

setting可以修改配置

dl框里面加ed2k的链接就开始下载电驴

bt:有个bt链接或者上传bt文件到 ~/.mldonkey下再到dl框出入 startbt xxxx.torrent就可以了有待验证

总之挺不错

2011-12-21 13:57:00

使用tmux抛弃screen     [操作系统]

大家都用tmux

http://tmux.sourceforge.net/

http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1
http://www.linuxized.com/2010/05/switching-from-gnu-screen-to-tmux/
http://superuser.com/questions/302187/can-i-get-tmux-split-screen-to-retain-the-pwd
http://blog.hawkhost.com/2010/06/28/tmux-the-terminal-multiplexer/


整了个.tmux.conf文件

# C-a ? for help
# use ctrl-a just like screen
set-option -g prefix C-a
unbind-key C-b
bind-key C-a send-prefix

# select next pane
bind-key C-a select-pane -t :.+
# split horizon
bind-key | split-window -h

 

2011-12-16 13:28:35

diff patch简单使用     [操作系统]

生成diff文件
最好用diff -c ,一般生成的都是 -uN
-r是目录递归,不带参数默认的话单个文件还是挺靠谱的
生成的patch文件参数不同样子也不一样,但patch似乎都可以用

diff t1.txt t2.txt > t1.txt.patch
patch t1.txt t1.txt.patch
patch -p0 < t1.txt.patch
diff -c t1.txt t2.txt > t1.txt.patch
diff -cr dir1 dir2 > dir.patch
patch -p0 < t1.txt.patch
patch -p0 < dir.patch

diff -uN t1.txt t2.txt > t1.txt.patch
patch -p0 < t1.txt.patch

 

http://linux.ccidnet.com/art/3067/20070418/1064163_2.html

http://www.linuxso.com/command/patch.html

http://www.linuxsky.org/doc/admin/200712/213.html

很多介绍的文章

2011-12-16 9:47:19

客户端使用js渲染模板的技术     [javascript]

http://akdubya.github.com/dustjs/

博客介绍linkin后端很异构,导致很多页面widget不能重用

所以后端服务都返回json数据,由前端脚本来进行页面模板的实现,比较有启发意义

有空研究看下

https://engineering.linkedin.com/frontend/leaving-jsps-dust-moving-linkedin-dustjs-client-side-templates

2011-12-15 9:03:28

 1 2 3 >  Last ›

 
Google 本站内容:
welcome
测试下新浪微博 @沈禾爸
 
Copyright (c) 2007-2012 kk. All Rights Reserved. 版权所有        联系邮箱:admin@kkito.cn
沪ICP备07503863号        您是第 574243 位访客        RSS订阅
Powered by PHP && CodeIgniter && Zend Framework