Evernote

欢迎使用马克飞象 @(示例笔记本)[马克飞象|帮助|Markdown] 马克飞象是一款专为印象笔记(Evernote)打造的Markdown编辑

【转】oh-my-zsh: git Plugin

The git Plugin The git plugin provides many aliases and a few useful functions. Enable it by adding git to the plugins array before sourcing OMZ (see [[Plugins]]). Aliases Alias Command g git ga git add gaa git add –all gapa git add –patch gau git add –update gb git branch gba git branch -a gbda git branch –merged | command grep -vE “^(*|\smaster\s$)” | command xargs -n 1 git branch -d gbl git blame -b -w gbnm git branch –no-merged gbr git branch –remote gbs git bisect gbsb git bisect bad gbsg git bisect good gbsr git bisect reset gbss git bisect start gc git commit -v gc!

Ubuntu设置静态IP

Ubuntu的网络参数保存在文件 /etc/network/interfaces中,默认设置使用dhcp,内容如下: # The primary network interface auto eth0 iface eth0 inet dhcp 设置