Useful tip when you’re travelling and you are in a hotel where they give you only one voucher for one device. Use that voucher on your Windows 10 and you will be able to share your Internet connection with your other devices. No software needed, Windows 10 have a scriptable command called NetSh which is […]
Raspberry Pi 3 – Integrated Wi-Fi setup
Hello Devz, I received my new Raspberry Pi 3 today with its integrated Wi-Fi, and I was wondering how to setup the ip address in a permanent way with console only. sudo nano /etc/network/interfaces Then find a line containing “wlan0” (zero) and replace the text by this: allow-hotplug wlan0 auto wlan0 iface wlan0 inet dhcp […]