This is a guide what to do when u first get the Raspberry Pi.
1. Download Win32Disk Imager
https://jaist.dl.sourceforge.net/project/win32diskimager/Archive/win32diskimager-1.0.0-install.exe
1. Download Raspbian OS
https://www.raspberrypi.org/downloads/raspbian/
2. Install Win32DiskImager
4. Unzip Raspbian OS
5. Use Win32DiskImager
-
Open Win32DiskImager
-
in Win32 Disk Imager program, click the blue folder icon and navigate to raspbian image file
-
after that, in Win32 Disk Imager select drive (SD Card)
-
Click write and wait until finish
5. Enable SSH
-
Open file explorer
-
go to sdcard drive
-
create file name "ssh" , this will enable ssh to raspberry pi
5. Set Static IP Address (Optional)
-
Open cmdline.txt
-
At the end of text write: ip=192.168.1.7 *In my case 192.168.1.0/24 network
6. Change Keyboard layout
-
# sudo raspi-config
-
Localisation Options
-
Change Keyboard Layout
-
Keyboard model : Generic 105-key (Intl) PC
-
Other
-
English (US)
-
Keyboard Layout : English (US)
-
Key to function as AltGr : The default for the keyboard layout
-
Compose key : No compose key
-
Use Control+Alt+Backspace to terminate the X server? NO
Done.