Skip to content

v2tokens/howtodostuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

How To Do Stuff

General

Turn off the pis

sudo -i
shutdown now

Ticker

SSH to ticker

Important: The ticker raspberry pi needs to be connected to the same Wifi as the computer you are SSH-ing from.

ssh -p 12345 -o PreferredAuthentications=password -o PubkeyAuthentication=no lotte@ticker

Restart ticker program

After ssh-ing to the ticker raspberry pi.

sudo -i
tmux attach

Then you should see the ticker program running and you can ctrl-c to exit it.

To re-run the ticker program, you can type the following.

make

To leave the terminal but not close the running server, you have to do a little keyboard dance.

Press ctrl-b once and then d.

Coin-reader

SSH to coin-reader

Important: The ticker raspberry pi needs to be connected to the same Wifi as the computer you are SSH-ing from.

ssh -p 12345 -o PreferredAuthentications=password -o PubkeyAuthentication=no lotte@coin-reader

Restart coin-reader program

After ssh-ing to the coin-reader raspberry pi.

sudo -i
tmux attach

Then you should see the ticker program running and you can ctrl-c to exit it.

To re-run the ticker program, you can type the following.

make

To leave the terminal but not close the running server, you have to do a little keyboard dance.

Press ctrl-b once and then d.

Screen-1

Run It

cd /Users/lottelouise/screen-1
make

Screen-2

Run It

cd /Users/v2admin/Documents/screen-2
make

Releases

No releases published

Packages

No packages published