$ cd /path/to/your/project
$ git init .
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
| build-essential | |
| byobu | |
| curl | |
| dia | |
| git | |
| gitg | |
| grc | |
| gstreamer0.10-ffmpeg | |
| gstreamer0.10-fluendo-mp3 | |
| haskell-platform |
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
| socat -d -d -d TCP4-LISTEN:9999,fork,bind=localhost TCP4:192.168.1.222:27017 |
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
| apg -a 1 -n 1 -m 20 -x 20 -M SNCL -s # no S -> no symbols |
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
| #!/bin/bash | |
| host="$HOSTNAME" | |
| exclude_list=( | |
| /.bundle /.cabal /.gem /.node /.npm /.vagrant.d /Downloads /VMs | |
| /opt/{pkg,src} | |
| ) | |
| for x in "$HOME"/tmp/build/chromium*; do |
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
| first | |
| quote | |
| %% | |
| second | |
| %% | |
| third |
nap (remote)
nap stop APP
apps/APP (local)
git checkout stable
git push REMOTE stable
git branch -d master
Use different Gemfile.lock files for different branches:
- Symlink
Gemfile.branch1andGemfile.branch2toGemfile.all. - Use the
branch-bundlescript instead ofbundle.
config/application.rb:
config.i18n.default_locale = :nl
config.i18n.fallbacks = [:en]
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
| gem 'comfortable_mexican_sofa', | |
| github: 'obfusk/comfortable-mexican-sofa', branch: 'dutch-locale' |