Skip to content

Instantly share code, notes, and snippets.

@vpetkov
vpetkov / gist:ba8169c47c8cdb408f16
Created February 12, 2015 19:11
Fullscreen bookmarklet
javascript:document.documentElement.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT);
@vpetkov
vpetkov / gist:cbee92c98ccb8d895071
Created June 3, 2014 09:42
Install mysql on os x
brew install mysql
ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
mysqladmin -u root -p password