https://github.com/madfxr/neo-rescue-tools
NEO Rescue Tools for L2 BGN
https://github.com/madfxr/neo-rescue-tools
bash bash-scripting openstack shell-scripting
Last synced: 4 months ago
JSON representation
NEO Rescue Tools for L2 BGN
- Host: GitHub
- URL: https://github.com/madfxr/neo-rescue-tools
- Owner: madfxr
- Created: 2024-04-23T14:07:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T11:25:11.000Z (8 months ago)
- Last Synced: 2025-01-15T15:06:03.599Z (5 months ago)
- Topics: bash, bash-scripting, openstack, shell-scripting
- Language: Shell
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NEO Rescue Tools for L2 BGN
## Requirements
- Text Editor (For example: Vim, Nano, Atom, Notepad++, Visual Studio Code, Sublime Text)
- Bash
- Wget## Installation
- Make sure to download and place the tool in the ``/usr/bin`` directory.
- Download the tool source code by running the command: ``sudo wget https://raw.githubusercontent.com/madfxr/neo-rescue-tools/refs/heads/main/neo-rescue-tools``.
- Grant access rights to the ``/usr/bin/neo-rescue-tools`` file by running the command: ``sudo chmod +x /usr/bin/neo-rescue-tools``.
- Before running this tool, make sure to modify the ``/usr/bin/neo-rescue-tools`` file and change the section:
```
declare -a image_ids=(":IMG-1" ":IMG-2" ":IMG-3")
```## Notes
- Change on this line ``":IMG-1" ":IMG-2" ":IMG-3"`` with the Image ID being used (For example: ``"12345678-abcd-a1b2-2024-neo123456789:IMG-1" "12345678-efgh-c3d4-2024-neo123456789:IMG-2" "12345678-ijkl-e5f6-2024-neo123456789:IMG-3"``.