A Small Developer
» linux
I. Monitoring Programs Peeking at the processes $ ps $ ps -ef // -e: show all processes // -f: display...
I.Find Command Use find command to search files in **nux like system. $ find [path...] [expression] path: . 表示当前目录 /...
I. tar Compress: tar cvf FileName.tar DirName Decompress: tar xvf FileName.tar II. gz Compress:gzip FileName Decompress: gunzip FileName.gz gzip -d...
How to set Clojure environment with vim/Emacs Clojure, is a dynamic programming language which tagets the JVM. It is a...
Jekyll Envirnoment Configuration This tutorial is to set the environment with jekyll, this is a kind of web server which...
Use Github Pages To Generate Blog I. Introduction Github is a code repository powerd by Git, we can put our...