OS83 How to update lastest R http://cran.stat.sfu.ca/bin/linux/ubuntu/ 2012. 2. 16. Velvet Fixed List Change src/globals.h #define int8_t Category -> #define int16_t Category 2012. 2. 16. Installing SGA(String Graph Assembler) on Ubuntu 10.04 Server(64bit) SGA dependencies: -google sparse hash library (http://code.google.com/p/google-sparsehash/) $ wget http://sparsehash.googlecode.com/files/sparsehash_2.0-1_amd64.deb $ sudo dpkg -i sparsehash_2.0-1_amd64.deb -the bamtools library (https://github.com/pezmaster31/bamtools) $ git clone git://github.com/pezmaster31/bamtools.git $ sudo apt-get install cmake (Skip if cmake exists) $ cmake --version (ve.. 2012. 2. 15. 파일내에 있는 특정 단어를 교체 파일 내에 있는 문자중 A를 B로 모두 바꿈. for file in $(ls) do filename=$(basename $file .old) echo $filename sed -e 's/A/B/g' $file > $filename done 2012. 2. 14. 사용자 사용기간 제한하기 Change User Account Expiration Date # chage federer or # chage -E 08/15/2009 federer Account Expiration Date Verification # chage -l federer 2012. 1. 25. make directory using date command $ mkdir result_$(date +"%Y-%m-%d") 2012. 1. 7. 이전 1 ··· 4 5 6 7 8 9 10 ··· 14 다음