Author: admin

Git Proxy

create gitconfig: user> git config –global user.name “jayceee” user> git config –global user.email jicheng17@gmail.com user> git config –global -e edit gitconfig to add in: [http] proxy = http://mydomain\\myusername:mypassword@myproxyserver:8080...

How to disable Macbook internal keyboard

My MBP is 10.7.5. Unfortunately, the internal keyboard was spoiled by my baby. So here is how to disable it and use an external apple keyboard. Open terminal and type the following: sudo kextunload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext/ To enable it again: sudo kextunload...