Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shiru99/shell-scripting

Shell Scripting
https://github.com/shiru99/shell-scripting

bash-scripting vagrant vmware

Last synced: about 1 month ago
JSON representation

Shell Scripting

Awesome Lists containing this project

README

        

# Shell-Scripting

Shell Scripting

## Vagrant

Create & Connect Virtual Machine using Vagrant

```
$ cd testbox01
$ vagrant init jasonc/centos7
$ vagrant up

$ vagrant status

$ vagrant ssh
# date
# exit

$ vagrant halt

$ vagrant reload
$ ping -c 3 192.168.56.21

$ vagrant destroy

```