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: 3 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 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-07T16:20:40.000Z (about 1 year ago)
- Last Synced: 2025-07-07T17:38:46.838Z (about 1 year ago)
- Topics: bash, bash-scripting, openstack, shell-scripting
- Language: Shell
- Homepage:
- Size: 59.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 (e.g.: 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")
```
- To run the tool use the command ``neo-rescue-tools``.
## Notes
- Change on this line ``":IMG-1" ":IMG-2" ":IMG-3"`` with the Image ID being used (e.g.: ``"12345678-abcd-a1b2-2024-neo123456789:IMG-1" "12345678-efgh-c3d4-2024-neo123456789:IMG-2" "12345678-ijkl-e5f6-2024-neo123456789:IMG-3"``.