Skip to main content
Skip to footer
Home
Services
Portfolio
Blog
Month:
December 2012
Git Bash Prompts And Tab Completion
5 December 2012
Get - Git Completion Bash Put in ~/.bashrc source ~/.git-completion.sh export PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '
Install Ruby on Rails In Fedora 17
2 December 2012
Install git dan Curl sudo yum install git sudo yum install curl Install RVM curl -L get.rvm.io | bash -s…