Sunday, April 28, 2013

Raspberry Pi and VNC

Steps to run VNC server on Raspberry Pi

1. Install UltraVNC viewer on your laptop
2. Install PuTTY on your laptop
3.Connect to your Raspberry Pi from your laptop via the PuTTY (using the IP address of the RaspPi)
4. Install VNC server on your RaspPi by typing this command in the PuTTY: sudo apt-get install tightvncserver
4. Start the VNC server on your RaspPi by typing this command in the PuTTY: vncserver :1 -geometry 1280x800 -depth 16 -pixelformat rgb565
5 Start the VNC Viewer from your laptop and type the IP address of the RaspPi. This way you'll have direct GUI connection to your Raspberry Pi.


Sunday, February 10, 2013

Six Thinging Hats by E.de Bono

  • White Hat: - focus on the data available.
  • Red Hat: - use intuition, gut reaction, and emotion. 
  • Black Hat: - think of all the bad points of the decision.
  • Yellow Hat: - think positively, optimistically.
  • Green Hat: - use creativity, get out of the framework.
  • Blue Hat: -  process control.