After create a account on no-ip.com
wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz
tar vzxf noip-duc-linux.tar.gz
cd noip-2.1.9-1
make
sudo make install
[color] | |
ui = true | |
[core] | |
editor = vim | |
excludesfile = ~/.gitignore_global | |
[alias] | |
cm = commit -m | |
co = checkout | |
st = status | |
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit |