Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Building a Home Security System with BeagleBone

You're reading from   Building a Home Security System with BeagleBone Save money and pursue your computing passion with this guide to building a sophisticated home security system using BeagleBone. From a basic alarm system to fingerprint scanners, all you need to turn your home into a fortress.

Arrow left icon
Product type Paperback
Published in Dec 2013
Publisher Packt
ISBN-13 9781783559602
Length 120 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
William Pretty William Pretty
Author Profile Icon William Pretty
William Pretty
Arrow right icon
View More author details
Toc

MyTraceRoute


Installation could not be simpler. Perform the following steps for installing MyTraceRoute:

  1. Change to the /usr/src/ directory and then type:

    wget https://launchpad.net/mtr/main/0.85/+download/mtr-0.85.tar.gz
    

    This will download the gzip tar ball to the user source directory.

  2. Then, unzip the file into the directory using the following command:

    tar -zxvf mtr-0.85.tar.gz.
    
  3. Change to the directory that was created when the files were unzipped in the preceding step and type the following commands:

    ./configure
    make
    make install
    

    That's it. You are done.

Note

File locations can be a moving target so if the preceding wget command doesn't work, a Google search should provide another location. The command is the same, but with a different web address.

Trace route examples

Here, we have a couple of examples of the software at work. This example shows the route from my lab computer to the Yahoo! site:

Route to Yahoo!

In this example, 192.168.10.1 is the Internet gateway on my system's router. Lines...

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 $19.99/month. Cancel anytime
Banner background image