This Bash script provides a simple command-line network management tool for Linux systems. It allows you to view a list of network adapters, configure network settings for specific adapters, and exit the network manager.
- Download the script to your Linux system using wget or by copying and pasting the code into a new text file:
wget https://github.com/Girrafeec/network-manager-bash/blob/main/network_manager.sh
- Make the script executable by running the following command in your terminal:
chmod +x network_manager.sh
- Run the script by executing:
./network_manager.sh
- The script will display a menu with the following options:
- "Network adapter list": View a list of network adapters and their information.
- "Setup network adapter": Configure base network settings for a specific adapter.
- "Exit network manager": Exit the network manager.
- Use arrow keys to navigate through the menu and press Enter to select an option.
- Follow the on-screen instructions to perform network management tasks.