Skip to content

This Bash script simplifies the process of connecting to Wi-Fi networks on a Linux system with NetworkManager.

License

Notifications You must be signed in to change notification settings

smtkanchana66/Linux-WiFi-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

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.

  2. Make the script executable by running the following command in the terminal:

    chmod +x "connect wifi simple programe.sh"
  3. to run this script

    ./connect wifi simple programe.sh
    

Releases

No releases published

Packages

No packages published

Languages