XKBMODEL="pc105"
XKBLAYOUT="us,ru"
XKBVARIANT=","
XKBOPTIONS="grp:alt_shift_toggle,grp_led:scroll"
sudo apt-get install vagrant virtualbox git
git clone https://github.com/scotch-io/scotch-box ~/my-project
cd ~/my-project
vagrant up
ping github.com
PING github.com (192.30.253.112) 56(84) bytes of data.
64 bytes from 192.30.253.112: icmp_seq=1 ttl=50 time=130 ms
64 bytes from 192.30.253.112: icmp_seq=2 ttl=50 time=130 ms
64 bytes from 192.30.253.112: icmp_seq=3 ttl=50 time=130 ms
$ cat /etc/issue
Ubuntu 16.04.1 LTS