NGS Catalog: A Database of Next Generation Sequencing Studies in Humans……【阅读全文】
Monthly Archives: 3月 2012
[荐]两个系统学习LaTeX的资料
- LaTeX WikiBooks:This is a guide to the LaTeX markup language. It is intended that this can serve as a useful resource for everyone from new users who wish to learn, to old hands who need a quick reference.
(中文版:LaTeX维基教科书) - LaTeX for Complete Novices
PS1:两者都提供PDF电子书下载奥!
PS2:对于第二本书的网站,查看其上层链接会有更多惊喜!……【阅读全文】
两个很炫的棍法
一个是游戏《真三国无双5》中周瑜的无双大招;
一个是电影《田禹治》中田禹治耍酷的短片段。……【阅读全文】
命令行中复制移动时显示进度条
“世间最痛苦的事莫过于等待”,相信使用过Shell中cp或者mv命令操作大文件的朋友们都有这种感慨。要是能显示复制或者移动的进度,把无尽的等待变成有限的期待,那该多好呀!其实,确实有显示进度条的方法,而且方法还不止一种:
-
使用打补丁的cp和mv:Advanced Copy
1 2 3 4 5 6 7 8 9 10 11 12 13 | wget http://ftp.gnu.org/gnu/coreutils/coreutils-8.4.tar.gz tar xvzf coreutils-8.4.tar.gz cd coreutils-8.4/ wget http://beatex.org/web/advcopy/advcpmv-0.3-8.4.patch patch -p1 -i advcpmv-0.3-8.4.patch ./configure make sudo cp src/cp /usr/local/bin/cpg sudo cp src/mv /usr/local/bin/mvg #vim ~/.bashrc alias cpg="/usr/local/bin/cpg -g" alias mvg="/usr/local/bin/mvg -g" |
PS: An update is scheduled to be released in just three weeks, on March 24, 2012
Continue reading
双系统安装与使用策略
如果你有至少两台电脑,比如:一台在家里用于娱乐,一台在公司用于工作,那安装与使用双系统最简单的方案就是在其中一台电脑上安装Windows,在另一台电脑上安装Linux。但如果手头只有一台电脑,又想体验或者需要使用双系统,那该怎么办呢?据我所知,至少有以下四种解决方案:……【阅读全文】
监测网络流量的工具
实时监测工具(直观易用)
- slurm
安装:sudo apt-get install slurm
使用:slurm -i eth0
- nload
安装:sudo apt-get install nload
使用:nload
- iftop
安装:sudo apt-get install iftop
使用:sudo iftop
- bmon
安装:sudo apt-get install bmon
使用:bmon
- dstat
安装:sudo apt-get install dstat
使用:dstat
- nethogs
安装:sudo apt-get install nethogs
使用:sudo nethogs
- ifstat
安装:sudo apt-get install ifstat
使用:ifstat
- iptraf
安装:sudo apt-get install iptraf
使用:sudo iptraf
Continue reading
Bioinformatics Links Directory
The Bioinformatics Links Directory features curated links to molecular resources, tools and databases. The links listed in this directory are selected on the basis of recommendations from bioinformatics experts in the field. We also rely on input from our community of bioinformatics users for suggestions. Starting in 2003, we have also started listing all links contained in the NAR Webserver issue.……【阅读全文】
[荐]一些实用的生信程序和脚本
University of Alberta的Stothard Research Group主页上有一些很好的生物信息学程序和脚本,如:……【阅读全文】
[文献]果蝇难过美人关 借酒消愁愁更愁
莫愁前路无知己,天下果蝇尽识君!……【阅读全文】
[转]关于UBUNTU的校园喜剧漫画UBUNCHU
UBUNCHU是一部关于UBUNTU的校园喜剧漫画(至少官方说明上是这样)。讲述了系统管理员俱乐部里三位同学(命令行控部长、H Game大湿副部长和一个天然呆级别的loli部员)一起学习UBUNTU的故事。……【阅读全文】