Search icon CANCEL
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Building Networks and Servers using Beaglebone

You're reading from  Building Networks and Servers using Beaglebone

Product type Book
Published in May 2015
Publisher
ISBN-13 9781784390204
Pages 110 pages
Edition 1st Edition
Languages

Starting the VNC server


To start the VNC server after booting and logging in, we just SSH to the multimedia server and enter the following command:

tightvncserver

The terminal will display the following response:

You can now access the multimedia server's desktop from your PC or Mac.

Installing NTP

Every time the board is powered, the clock is reset. This can be inconvenient when using a source code repository; therefore, the Network Time Protocol (NTP) will be installed and set up so that the board updates to the current time and date on power up. To install NTP, run the following command:

sudo apt-get install ntp

Here's the output of the NTP install command:

Setting the local time zone

Once NTP is installed, a local time server should be set to offload the requests from global time servers. This is done by editing the /etc/ntp.conf file and replacing one or more of the default servers with a local time server that can be found via a web search. The following is an example ntp.conf file:

The...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}