Steps Steps: Open Command Prompt from start menu and Run as Administrator Type: netsh wlan show profiles You will get all the available WiFi profiles. Then Type: netsh wlan show profile wifiname key=clear In place of wifiname you have to type name of the WiFi for...
Steps Steps to Change Cursor X to Arrow in Raspbian OS: Open your Raspberry Pi via Remote Desktop Viewer (Tutorial) Open Terminal from Task Bar Type command: lxappearance Your will notice that your mouse cursor arrow is changed For more info please see the following...
Steps Steps to Setup Raspberry Pi via Wi-Fi: Install OS in your SD card (Tutorial) Download: Ssh & WPA-Supllicant Open Wpa-Supplicant and edit your Wi-Fi router Name and Password Then copy past this two files into your SD card Put Micro-SD card into your Raspberry...
Steps Steps to Install OS in Raspberry Pi: Download Software(SD Formater, Win 32 Disk Imager) from: https://www.kraj.in/raspberry-pi/ Then Download the Raspbian OS from: https://www.raspberrypi.org/downloads/ Connect your Micro-Sd Card to the computer using Memory...
General Commands apt-get update: Synchronizes the list of packages on your system to the list in the repositories. Use it before installing new packages to make sure you are installing the latest version. apt-get upgrade: Upgrades all of the software packages you have...