Short tutorial on how to use TightVNC to access to a Raspberry Pi remotely.

Here is a short tutorial on how to use TightVNCserver and viewer to access a Raspberry Pi remotely. 1. Set up TightVNCServer Install TightVNCServer and have it configured: root@raspberrypi: ~# apt-get install tightvncserver root@raspberrypi: ~# tightvncserver :1 After initializing for the first time, kill the server to do a couple of configurations which allow Tightvncserver … Continue reading Short tutorial on how to use TightVNC to access to a Raspberry Pi remotely.

What is “runlevel”?

reference link:http://en.wikipedia.org/wiki/Runlevel The term runlevel refers to a mode of operation in one of the computer operating systems that implement Unix System V-style initialization. Conventionally, seven runlevels exist, numbered from zero to six; though up to ten, from zero to nine[citation needed], may be used. S is sometimes used as a synonym for one of … Continue reading What is “runlevel”?