sudo -i
shutdown now
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
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
.
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
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
.
cd /Users/lottelouise/screen-1
make
cd /Users/v2admin/Documents/screen-2
make