Wednesday, January 8, 2014

Fix IP address to Raspberry pi

Tips : Fix IP address to Raspberry pi

1. View your existing ip address (if you connect to DHCP server devices)

ifconfig eth0
2. View your gateway ip address (if you connect to DHCP server devices)

route -n
3. Note your ip address and gateway ip address
    for example
    Ip address : 192.168.1.101
    Subnet mark : 255.255.255.0

Saturday, January 4, 2014

Raspberry Pi web server

Raspberry Pi Web Server

You need some hardware following.
  1. Raspberry Pi Model B 512MB version (recommended)
  2. 16GB SD Card
  3. Power adapter for Raspberry Pi (output : 5V 1A or greater highly recommended)
  4. TV (Full HD recommended)
  5. HDMI cable
  6. Computer with a SD card reader
  7. Wifi router
  8. Ethernet cable

 Install Raspbian to SD card