https://github.com/odennav/wicked-bash-scripts
Bash scripting with wicked cool scripts
https://github.com/odennav/wicked-bash-scripts
bash bash-scripting shell shell-scripting vagrant
Last synced: 4 months ago
JSON representation
Bash scripting with wicked cool scripts
- Host: GitHub
- URL: https://github.com/odennav/wicked-bash-scripts
- Owner: odennav
- License: apache-2.0
- Created: 2024-02-16T00:18:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-07T15:48:52.000Z (about 1 year ago)
- Last Synced: 2025-01-17T07:23:05.417Z (5 months ago)
- Topics: bash, bash-scripting, shell, shell-scripting, vagrant
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wicked Bash Scripts
Bash scripts modified and tested in virtual machine provisioned with Vagrant.
## Getting Started
To make your learning experience more practical, virtual machines (VMs) have been set up for you to run and test the scripts. [Vagrant](https://www.vagrantup.com/) was used to create and manage these VMs.
1. **Install Vagrant:**
If you haven't installed Vagrant yet, you can download it [here](https://www.vagrantup.com/downloads.html) and follow the installation instructions for your operating system.2. **Spin Up Linux VMs:**
```bash
vagrant up cool
```3. **Clone the Repository:**
Clone this repository to your Linux VM to get the scripts and the Vagrant file.
First install git in VM.
```bash
sudo apt-get install git
git clone https://github.com/odennav/wicked-bash-scripts.git
cd wicked-bash-scripts/
```4. **Access the VM:**
```bash
vagrant ssh cool5. **Practice with the Scripts:**
Open a script file with a text editor of your choice, and type out every line of code for hands-on learning and to understand how it works
6. **Execute the scripts to see the results**:
```bash
bash script_name.sh
``````bash
script_name.sh
``````bash
./script_name.sh
```## Contribution Guidelines
If you have your own wicked cool scripts or improvements to existing ones, suggestions are welcome!
Please support authors by purchasing this book [here](https://www.amazon.com/Wicked-Cool-Shell-Scripts-2nd/dp/1593276028)
Happy Scripting!