I was doing an IoT project and had to go visit various websites to configure my old raspberry pi one from scratch, therefore I wanted to write all the steps I followed in this blog. Download Raspbian Lite from https://www.raspberrypi.org/downloads/raspbian/ Install Raspbian Jessie Lite on to your blank micro SD card using Win32DiskImager, this is just a case of copying the extracted files into the card. That's the what the program does. Ensure you have atleast network connectivity, some Wireless cards are supported by raspian by default some are not, therefore it's important to stay connected to the internet atleast through ethernet. I use a TP-LINK 300Mbps Mini Wireless N USB Adapter (TL-WN823N), install the drivers using the below link & commands wget https://dl.dropboxusercontent.com/u/80256631/install-wifi.tar.gz tar xzf install-wifi.tar.gz ./install-wifi 8192eu ** the dropbox user is some random guy if you want to try the mfr drivers there are in this li