Hey guys, so im a certified Winblows man here. Been using it for years, and am properly ashamed of the fact. So recently I've decided to start learning linux and am doing so with a Debian machine running on virtualbox. Just a regular GNOME install.
Now I quickly realized that Debian involves a lot more work than windows, including the needing of setting up the internet. So i talked to a guy I know and he told me that I needed to alter my /etc/network/interfaces file as follows:
auto eth0
iface eth0 inet dhcp
Now that would work fine I'm guessing, but after typing this change to interfaces and it not working I realized wow. he misunderstood me, thats for ethernet and I'm using wifi. So I asked the almighty Google, and changed it too:
auto wlan0
iface wlan0 inet dhcp
Still doesn't work however. On the virtualbox I have the Debian machine set up to use the default adaptor, Intel Pro/1000 MT Desktop (NAT)
Can anyone tell me what I'm missing? I've been searching the internet like crazy and can't seem to get the damn thing working.