Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shiru99/shell-scripting
- Owner: Shiru99
- Created: 2022-04-19T05:12:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T15:40:36.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T17:23:47.562Z (3 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
```