2016年8月10日 星期三

Nokia 603 hard reset

同時按住 Menu (the front center key) + Volume down + Camera 鍵,接著按下開機鍵

開機後三鍵按住不放,直至開始恢復原廠設定




References :
Nokia 603 Hard reset - YouTube

2016年6月6日 星期一

Expose ssh service from private to public network by ngrok

Server:
Signup and go to Auth

$ ./ngrok authtoken YOUR_AUTH_TOKEN
$ ./ngrok tcp 22

Client:
$ ssh user@0.tcp.ngrok.io -p36428

2016年6月4日 星期六

Raspberry Pi Wifi Adapter

# vi /etc/network/interfaces
auto wlan0
iface wlan0 inet dhcp
    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
# ifup wlan0




References :
Edimax EW-7811UN Wifi dongle on Raspbian
Gentoo Forums :: 觀看文章 - [Solved] WPA_Supplicant issues