My BeagleBone Black Notes

Introduction

This is a collection of notes, thoughts, opinions, etc. on my BeagleBone Black (BBB). I collected it here so I don't have answer the question, "Now where was it I saw that stuff?" (For whatever reason I thought it was important at the time I put it here.)

a. Access BBB Over USB Cable

BBB Web Server

Using Chrome or Firefox got to 192.168.7.2

BBB SSH

Using putty connect to 192.168.7.2, username "root", no password

BBB SFTP

Using FileZilla client connect to 192.168.7.2, username "root", no password

BBB Cloud9 IDE

Using Chrome or Firefox got to 192.168.7.2:3000

192.168.7.2 - BoneScript Doc
BeagleBoard.org - BoneScript Doc

b. Access BBB Over The Network

Use the same URLs above but substiture the network IP address of the BBB.

c. nano Editor

nano Command Manual