Skip to content

Instantly share code, notes, and snippets.

@cognitom
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save cognitom/f2bcc1ca2b33908ccf2b to your computer and use it in GitHub Desktop.

Select an option

Save cognitom/f2bcc1ca2b33908ccf2b to your computer and use it in GitHub Desktop.
VagrantでゲストOSに直接コマンドを送る ref: http://qiita.com/cognitom/items/fc94a16c9cb53e6f7f75
$ vagrant ssh -c ifconfig
$ vagrant ssh -c "sudo service httpd start"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment