Created
August 14, 2015 18:46
-
-
Save nowk/0686c0dc4ac7e9b38003 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
start-x: | |
Xvfb :99 -ac -screen 10 1024x768x16 | |
export DISPLAY=:99 | |
start-mongodb: | |
sudo rkt run --insecure-skip-verify \ | |
--volume=volume-data-db,kind=host,source=/data/db \ | |
mongo | |
btsync: | |
cd ~/opt/btsync/bin && ./btsync \ | |
echo 524288 | sudo tee /proc/sys/fs/inotify/max_user_watches |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment