An open API service indexing awesome lists of open source software.

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

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"``.