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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T09:01:53.000Z (over 2 years ago)
- Last Synced: 2025-01-11T06:46:14.929Z (over 1 year 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: 2
- Watchers: 1
- Forks: 1
- 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