Hello Raspberry

First Git commit by raspberry

Interesting! a lot of fun
Bug in 2017-02-02
Raspberry Pi -Read 20Mb/s Write 20Mb/s in board tf card

change keyboard layout

1
2
3
sudo nano /etc/default/keyboard

XKBLAYOUT="us"

setting location&timezone

1
sudo raspi-config

wireless ctl

1
2
3
4
5
6
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
network={
ssid="TP-LINK XXX"
psk="i'm password"
key_mgmt=WPA-PSK
}

if not work first check ssid & passwd correct
then ckeck net card status

1
2
iwconfig
ifconfig wlan0

try manually restart the interface with
sudo ifdown wlan0 and sudo ifup wlan0
at last try sudo reboot