An open API service indexing awesome lists of open source software.

https://github.com/docwhat/for-rajesh


https://github.com/docwhat/for-rajesh

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# For Rajesh

> A demo showing two VirtualBox VMs being created and then showing that they are networked.

[![asciicast](https://asciinema.org/a/392486.svg)](https://asciinema.org/a/392486)

## Requirements

- [VirtualBox](https://www.virtualbox.org) by Oracle
- [Vagrant](https://www.vagrantup.com) by Hashicorp

## Recording

The recording was made using

```sh
asciinema rec \
--overwrite \
--command "$SHELL -l" \
--idle-time-limit 1 \
--title "demo: networking two vbox vms" \
/tmp/demo.cast
```