Skip to content

Instantly share code, notes, and snippets.

View k-nish's full-sized avatar
🎯
Focusing

Kohei Nishimura k-nish

🎯
Focusing
  • DeepX, Inc.
  • Tokyo/Japan
View GitHub Profile
@k-nish
k-nish / Vagrantfile
Created February 19, 2016 00:14
virtualboxのIPアドレスを変更する ref: http://qiita.com/K-N/items/a597b684562e5b1da6a5
# Create a private network, which allows host-only access to the machine
# using a specific IP.
config.vm.network "private_network", ip:"192.168.33.10"