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.
Internet of Things
How to run Raspberry Pi headlessly?
Reference link: http://www.penguintutor.com/linux/tightvnc Remote GUI access to a Linux OS using Tightvnc The command line is a great way to manage a remote Linux computer if you don't mind typing in commands, but sometimes you need to be able to view a GUI. Short of a very long cable one of the best ways of … Continue reading How to run Raspberry Pi headlessly?
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”?