Created
November 6, 2019 20:27
-
-
Save bayoishola20/9d77b4a09a0cc149cdd57afe57d19ac4 to your computer and use it in GitHub Desktop.
VMware workstation Linux wifi troubleshoot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo gedit /etc/network/interfaces | |
# add the below lines to the file | |
auto ens33 | |
iface ens33 inet dhcp | |
## add the above | |
sudo ifup ens33 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment