NGEE December 2014 Barrow
Revision as of 11:26, 3 December 2014 by 137.229.29.86 (talk)
12/5/2014
- 9:45 Arrive at Airport
- 11:15am Fly to Barrow, on Alaska Flight 2817
- 6:10pm arrival
- 7:00pm Safety Training & Barrow Introduction (maybe?)
12/6/2014
- 9am Snowmachine training
- 9:30am Snowmachine to control shed
- Any other odds or ends?
- @ the control shed
How I think things will work
- Gain access to the control shed
- Look to see if the lights are active on the dreamplug (ie is it getting power)
- If yes...
- Try using //PUTTY// to ssh to the dreamplug.
- First, disconnect the port 1 ethernet cable, which connects to the webcam
- connect another ethernet cable between port 1 on the dreamplug and the laptop
- when you connect your laptop to the dreamplug if it is working fine it should dynamically supply an IP address using DHCP
- IP address for the server will be 192.168.1.1; port initially is 22; user will be bob
- If you're able to log in... awesome!
- let's try a few commands then. Here are some commands:
- su root --> typing this will allow you to become the root user, which is used for configuration and advanced management.
- ifconfig --> this will output to the screen the current ip address of the dreamplug. there is a lot of information that will be spit out. eth0 = connection to the greater internet & eth1 = connection to the webcam.
- nano --> this is a simple text editor. To use it, from the command line type nano followed by the file name. for example nano textfile.txt
- important nano commands: <CONTROL><X> = exit & save
- <CONTROL><O> = save
- <ESCAPE><\> = fast forward to the last line of the program
- cat $filename = output to the terminal screen the contents of a file (like a text file)
- tail $filename = output to the terminal screen the last 10 lines of a text file
- cd = change directory. so, like cd .. or cd /etc/ or cd /home/bob/bin. invoking that command will take you different places. Also, to denote directories in linux you'll use the forward slash as shown there so /home/bob/bin is three directories in from the root directory.
- exit --> this is how you log out
- shutdown now -r --> slightly more complex, typing this will restart the dreamplug.
- nano /etc/network/interfaces --> I
Tools list:
- charged laptop
- laptop power cable
- putty installed on it
- serial cable
- Network cable (5 -10 feet long to stretch from dreamplug mounted on wall to the desk.
- Cell phone and charger