Sunday, September 25, 2016

Kali on a Raspberry Pi - Part 3 - Connect to wifi from command line in Kali Linux and update Kali.


Because the command-line is the only available option to use, I needed to know how to connect to a
Wi-Fi network on the command-line. I found this article:

https://www.blackmoreops.com/2014/09/18/connect-to-wifi-network-from-command-line-in-linux/

Before I could start with this tutorial, I connected an additional USB Wi-Fi dongle to the Raspberry Pi and used it to connect to my private Wi-Fi.

After I had a working internet connection, I started on the command-line the update process of Kali to get the latest version:

apt-get update
apt-get dist-upgrade
reboot

This takes a while, so be patient. :-)

Next >>



No comments:

Post a Comment