Categories: Toolkits, Process, vim
Short name for git repo
July 4th, 2011Create .gitconfig file in your home foler.
put following content in it:
[remote "smsrepo"]
url = D:\\personal\\and\\gitrepos\\android\\sms_utils.git
Replace a word in multpile files
May 28th, 2011Using the feature "inplace edit" of perl to do it:
find /path/to/start/from/ -type f | xargs perl -pi.old -e 's/applicationX/applicationY/g'
Shutdown or hibernate windows from command line
May 25th, 2011Download psshutdown from sysinternal.
psshutdown -h ---- hibernate system
vim As A Personal Wiki | iface thoughts
November 11th, 2010Markdown, VST and viki etc.
November 11th, 2010为了用纯文本记录文件,在wiki的激励下,涌现了markdown, reStructedText和wiki之类的格式.
ReST for Markdown and Textile Users - why ReStructuredText is better