How To Quickly Enable / Disable Wired And Wireless Networks Using Linux Mint / Ubuntu Terminal

Disable Ethernet Adapter Through Linux Terminal
Linux command line can make all kinds of tasks quicker and easier to complete depending on what commands are used. Here is a quick way to enable/disable network interfaces (wired /wireless) using Linux Mint / Ubuntu Terminal : 1. Open Terminal and simply type : sudo ifconfig eth0 down This disables the ethernet interface (wired one). If ifconfig is run now, there would be no listing of ethernet adapter. Basically,...