https://github.com/shiru99/shell-scripting
Shell Scripting
https://github.com/shiru99/shell-scripting
bash-scripting vagrant vmware
Last synced: 3 months ago
JSON representation
Shell Scripting
- Host: GitHub
- URL: https://github.com/shiru99/shell-scripting
- Owner: Shiru99
- Created: 2022-04-19T05:12:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T15:40:36.000Z (over 3 years ago)
- Last Synced: 2025-01-08T01:46:34.826Z (11 months ago)
- Topics: bash-scripting, vagrant, vmware
- Language: Shell
- Homepage:
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```