Skip to content

Instantly share code, notes, and snippets.

@nowk
Created August 14, 2015 18:46
Show Gist options
  • Save nowk/0686c0dc4ac7e9b38003 to your computer and use it in GitHub Desktop.
Save nowk/0686c0dc4ac7e9b38003 to your computer and use it in GitHub Desktop.
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