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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant.configure('2') do |config| | |
config.vm.provider 'virtualbox' do |v| | |
v.memory = 4096 | |
v.cpus = 4 | |
end | |
config.vm.box = 'debian/jessie64' |
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
root@ev3dev:~# wget http://ev3dev.org/debian/dists/jessie/main/binary-armel/Packages -d | |
DEBUG output created by Wget 1.16 on linux-gnueabi. | |
URI encoding = ‘UTF-8’ | |
--2015-08-20 13:42:10-- http://ev3dev.org/debian/dists/jessie/main/binary-armel/Packages | |
Resolving ev3dev.org (ev3dev.org)... 206.190.152.46 | |
Caching ev3dev.org => 206.190.152.46 | |
Connecting to ev3dev.org (ev3dev.org)|206.190.152.46|:80... connected. | |
Created socket 4. | |
Releasing 0x0009a420 (new refcount 1). |