Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Putting a network interface up/down from command line

I think that ifconfig is not handling wireless stuff like ESSID, channel and key. Take a look to iwconfig instead.

http://manpages.ubuntu.com/manpages/vivid/en/man8/iwconfig.8.html

-EDIT-

You can also use "NetworkManager command line" nmcli: https://askubuntu.com/questions/461825/connect-to-wifi-from-command-line

Tags:

Command Line

Ubuntu

Networking

Wifi

Network Interface

Related

Is it wrong to link /dev/random to /dev/urandom on Linux? How does linux load firmeware for built-in driver modules Is it possible to configure bash to autocomplete with one tab like zsh? What does pwd output? Is a sub-shell the same thing as a child-shell How to send output from one terminal to another without making any new pipe or file How to fix file name encoding Debian - How to change Terminal background colors How to alias rm to always confirm How can I get the amount of available memory portably across distributions? change FAT16 partition UUID How to setup VLC with gtk file dialog?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy