Daily Schedule
From monday to monday : 7:30 morning reading 8:00 breakfast 9:00 planning, news, bloging 10:25 relax 10:30 working 12:00 lunch, nap 13:30 working 16:00 tea time 18:00 dinner, late news 18:30 working 2… Continue reading
Git Essence
CVCS (Centralized Version Control Systems) like SVN, CVS etc. DVCS (Distributed Version Control System) like Git, Bazaar etc. Git Status: modified, staged, committed Continue reading
Install Git on Windows
1. Install msysgit http://code.google.com/p/msysgit/ 2. Configurations [codesyntax lang="bash"] $ git config --global user.name "kim" $ git config --global user.email xqpmjh@gmail.com [/codesyntax] 3.… Continue reading
Being a Controller
I like it, yes, being a controller. I like this kind of feeling, controlling everything. Share everything I can share. Learn everything I can learn. Handle everything I can handle. Spend 110% time tha… Continue reading
Redmine on Ubuntu Server
1. Installation and Configurations (1) Install apache and mysql (2) Install redmine [codesyntax lang="bash" lines="no" container="pre" tab_width="4"] $ su $ apt-get install redmine redmine-mysql $ sud… Continue reading