Skip to content

Instantly share code, notes, and snippets.

@bayoishola20
Created November 6, 2019 20:27
Show Gist options
  • Save bayoishola20/9d77b4a09a0cc149cdd57afe57d19ac4 to your computer and use it in GitHub Desktop.
Save bayoishola20/9d77b4a09a0cc149cdd57afe57d19ac4 to your computer and use it in GitHub Desktop.
VMware workstation Linux wifi troubleshoot
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