Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

1. VPN

vpn.rc.fas.harvard.edu 

stubbs@fasrc

Google authenticator code for FASRC


2. login

ssh stubbs@login.rc.fas.harvard.edu

cat4FARC!

google authenticator code. 

ssh stubbs@graph01.rc.fas.harvard.edu

raspberry PI direct access by 

ssh pi@10.245.20.16

lisefasrc-bang

cd lisemagnet

there are individual circular buffer data files, timestamp is seconds after Unix epoch. Need a converter for that:

date -r 123439819723 '+%m/%d/%Y:%H:%M:%S'

then 3 axes of B field data

3. data access


mapping of IP to physics locations at

https://hu.sharepoint.com/:x:/r/sites/DeanofScience/_layouts/15/Doc.aspx?sourcedoc=%7BE9F63980-D467-46BB-8C05-E9624622F0F7%7D&file=List%20of%20RPi%20Devices.xlsx&action=default&mobileredirect=true

Tool for conversion of JSON to CSV files: dasel on MAC. brew install dasel

$ dasel -r json -w csv < sample.json 
color,id,value
red,1,#f00
green,2,#0f0
blue,3,#00f

Nope, didn't work. Evidently json2tsv works better?

  • No labels