Joined February 2012
·
Posted to
capistrano + vagrant
over 1 year
ago
You has this line:
# vagrant ssh-config > .ssh/config, change "Host default" to "Host vagrant"
You could instead config.vm.define = "vagrant"
and now it will use that instead of default
:)
Achievements
118 Karma
0 Total ProTip Views
Kona
Have at least one original repo where CoffeeScript is the dominant language
Philanthropist
Truly improve developer quality of life by sharing at least 50 individual open source projects
T-Rex
Have at least one original repo where C is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Altruist
Increase developer well-being by sharing at least 20 open source projects
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
@swrobel As far as I know,
sysctl -n hw.ncpu
shows the virtual CPU count, but vbox can only go as high as the physical cores, which issysctl -n hw.physicalcpu_max
:)