Fork me on GitHub

MoYummy's Blog

短期目标与长期目标
24 Mar 2017 View (100) Comment (100)
18 Feb 2017 View (100) Comment (100)
Hope this can help some green guys in future :)
15 Feb 2017 View (100) Comment (100)
sudo yum install -y yum-utils sudo yum-config-manager --add-repo https://docs.docker.com/engine/installation/linux/repo_files/centos/docker.repo sudo yum makecache fast sudo yum -y install docker-engine sudo service docker start sudo chkconfig docker on cut -d: -f1 /etc/group|grep docker sudo usermod -a -G docker [user] sudo reboot -f
04 Feb 2017 View (100) Comment (100)
Run xcode-select --install in Terminal or iTerm2, then click Install Download dmg from official site, then double-click to open and install
10 Jan 2017 View (100) Comment (100)
Here is my sublime setting
10 Jan 2017 View (100) Comment (100)
Download vim-plug
28 Dec 2016 View (100) Comment (100)
Install git sudo -i yum install git
29 Nov 2016 View (100) Comment (100)
Install RVM sudo -i yum groupinstall -y development # or yum groupinstall -y 'development tools' gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 curl -L get.rvm.io | bash -s stable usermod -aG rvm administrator # usermod -aG rvm [user]
29 Nov 2016 View (100) Comment (100)
git reset [commit] # reset local to that commit git stash # save changes git push -f # force push to remote git stash pop # load changes git status # commit list has change to that commit with changes after it
23 Nov 2016 View (100) Comment (100)
Here is the list of my sublime plugin Alignment Bracket Highlighter EditorConfig Emmet FileDiffs BaseEncoder BrowserRefresh # or LiveReload MarkdownPreview Modific Nodejs PrettyJSON SublimeLinter Typescript
08 Jun 2016 View (100) Comment (100)
Pick a mirror on http://mirror-status.centos.org/ (e.g. mirror.vastspace.net)
26 Jan 2016 View (100) Comment (100)
Download and install http://www.git-scm.com/download/win
09 Dec 2015 View (100) Comment (100)
Merge from master to mybranch git checkout master git pull git checkout mybranch git merge master git status
24 Nov 2015 View (100) Comment (100)
Here is my .vimrc
24 Nov 2015 View (100) Comment (100)
2017 Mo Yummy
Powered by Jekyll and Bootstrap
Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.