Skip to content

Instantly share code, notes, and snippets.

View uelei's full-sized avatar
🏠
Working from home

Wesley Werneck uelei

🏠
Working from home
View GitHub Profile
brew install boot2docker
brew install docker
brew upgrade node
brew install node
@uelei
uelei / remove.sh
Created April 2, 2015 13:45
remove every config file and app from google from mac osx
rm -rf ~/Library/Application\ Support/Google ~/Library/Caches/Google ~/Library/Google /
~/Library/Saved\ Application\ State/com.google.Chrome.* ~/Applications/Google* ~/Library/Preferences/com.google.* /
~/Applications/Chrome\ Canary\ Apps.localized ~/Library/LaunchAgents/com.google.keystone.agent.plist ~/Library/Caches/com.google.*
@uelei
uelei / stopvm.bat
Created March 30, 2015 22:37
stop virtualbox instance
VBoxManage.exe controlvm "NAME" acpipowerbutton
@uelei
uelei / start.bat
Created March 30, 2015 22:36
start virtualbox without screen
VBoxHeadless.exe --startvm "NAME" &&
s3cmd --configure
sudo apt-get install python-boto s3cmd