Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thehellishpandaa/network-profile
Script in Bash that creates a network profile on Linux, setting up a specific IP address, netmask, gateway, and DNS server.
https://github.com/thehellishpandaa/network-profile
bash linux network network-analyzer network-monitor netwrk netwrk-profile nework wireless
Last synced: 18 days ago
JSON representation
Script in Bash that creates a network profile on Linux, setting up a specific IP address, netmask, gateway, and DNS server.
- Host: GitHub
- URL: https://github.com/thehellishpandaa/network-profile
- Owner: TheHellishPandaa
- License: gpl-3.0
- Created: 2024-10-19T18:45:11.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T21:16:27.000Z (2 months ago)
- Last Synced: 2024-12-16T11:05:15.054Z (18 days ago)
- Topics: bash, linux, network, network-analyzer, network-monitor, netwrk, netwrk-profile, nework, wireless
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# network-profile
Script in Bash that creates a network profile on Linux, setting up a specific IP address, netmask, gateway, and DNS server.Installation & Usage
Clone the repository:
1. **Clone the repository**:
```bash
gh repo clone TheHellishPandaa/network-profile
```2. **Navigate to the script's directory**:
```bash
cd network-profile
```3. **Make the script executable**:
```bash
chmod +x network-profile.sh
```4. **Run the script**:
```bash
./network-script.sh
```
You can use, download or modify this script ;)
Bash script that creates a network profile on Linux, setting up a specific IP address, netmask, gateway, and DNS server. This script is designed to be run on Linux distributions that use ip and systemd for network management, such as Ubuntu 18.04 and later. This script is designed to configure network interfaces (both wired and wireless) on a Linux-based system. It setup either a wired or wireless connection based on the user's choice.
This is not final version.