Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smtkanchana66/linux-wifi-manager
This Bash script simplifies the process of connecting to Wi-Fi networks on a Linux system with NetworkManager.
https://github.com/smtkanchana66/linux-wifi-manager
bash bash-script bash-scripting linux linux-kernel linux-shell network networking shell shell-script shell-scripting shell-scripts wifi-network
Last synced: 5 days ago
JSON representation
This Bash script simplifies the process of connecting to Wi-Fi networks on a Linux system with NetworkManager.
- Host: GitHub
- URL: https://github.com/smtkanchana66/linux-wifi-manager
- Owner: smtkanchana66
- License: mit
- Created: 2023-11-08T08:21:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T09:01:53.000Z (about 1 year ago)
- Last Synced: 2024-01-29T00:05:56.066Z (10 months ago)
- Topics: bash, bash-script, bash-scripting, linux, linux-kernel, linux-shell, network, networking, shell, shell-script, shell-scripting, shell-scripts, wifi-network
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bash Script for Connecting to Wi-Fi
A simple Bash script for connecting to a Wi-Fi network using the command line. This script is designed to work on Linux systems with NetworkManager and nmcli.## Table of Contents
- [Introduction](#introduction)
- [Prerequisites](#prerequisites)
- [Installation](#installation)## Introduction
This Bash script simplifies the process of connecting to a Wi-Fi network on a Linux system. It utilizes the `nmcli` command, which is a command-line client for NetworkManager. With this script, you can easily list available Wi-Fi networks and connect to a network by providing the SSID and password.
## Prerequisites
Before using this script, ensure that the following prerequisites are met:
- A Linux-based system with NetworkManager installed.
- Administrative privileges to run `nmcli` with `sudo`.## Installation
1. Download the script to your local machine. You can do this by clicking the "Download ZIP" option from the GitHub repository or by cloning the repository.
3. Make the script executable by running the following command in the terminal:
```bash
chmod +x "connect wifi simple programe.sh"
4. to run this script
```bash
./connect wifi simple programe.sh