Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address issues with real time clock #9

Open
jsteyn opened this issue Sep 5, 2022 · 1 comment
Open

Address issues with real time clock #9

jsteyn opened this issue Sep 5, 2022 · 1 comment

Comments

@jsteyn
Copy link
Collaborator

jsteyn commented Sep 5, 2022

RPis do not have real-time clocks built in. Inaccurate time could cause problems with Git. Possible solutions:

  1. Get real-time hardware for RPi
  2. GPS hardware for RPi
  3. Get RPi server to get time from the instructor's laptop.
@colinsauze
Copy link
Member

colinsauze commented Sep 7, 2022

Crude way to get time from instructors laptop using the command line:

date +@%s | ssh pi@carpentries-offline.org 'sudo xargs date --date'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants