FIELD NOTES / WLDANDAN

Happy Coding, Happy Life

Systems, software & the craft of making things work.

EST.
2013

INDEX / TOOLS

Tools

· Tools

How to use Octopress to set up blog

Setup blog

Install RVM

bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) rvm install 1.9.2 rvm use 1.9.2 –default

Clone repo

git clone git://github.com/imathis/octopress.git octopress

gem install bundler bundle install bundle update # 不执行,则下一步rake会报版本不匹配 rake install rake setup_github_pages

Publish new article

rake new_post[“My first post”] rake generate # 第一次使用,最好先编辑一下_config.yml

rake preview # 本地查看,地址是http://localhost:4000 rake deploy

Update Source

git commit -m ‘your message’

git push origin source

· Tools

Effective tool in my work

Tools

####1. The Brain(http://www.thebrain.com/) 现在的新知识越来越多,体系越来越庞大,非常需要the brain这样一个软件,将所学的知识分门别类,形成一个整体的、宏观的脑图。

####2. Trello(https://trello.com/)

一个方便的电子卡片墙,帮助你记录想做的事,正在做的事,或者已经完成的事,同时提供了Android和Iphone上的支持。