C tool to facilitate the connection to networks from the terminal. This will edit the file /etc/network/interface to put the correct wireless network information inside.
- Clone the master branch of this repository
- Enter the nconnect folder and run make command
- Now install nconnect tool
git clone https://github.com/arkneid/nconnect.git
cd nconnect
make
sudo make clean install
- Go to the previous clone git folder
cd nconnect
sudo make uninstall
Normal usage:
sudo nconnect -s <network_ssid> -w <wireless_network_interface> -p <network_password>
sudo ifdown <wireless_network_interface>
sudo ifup <wireless_network_interface>
Print help:
sudo nconnect -h or sudo nconnect --help
arknied(https://github.com/arkneid)
This software is released under the MIT License, see LICENSE.