Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

timer_tt.sh 152 B

12345678910111213141516
  1. #! /bin/sh -
  2. sudo service ntp stop
  3. sleep 10
  4. sudo ntpdate 98.152.165.38
  5. sleep 20
  6. valid=true
  7. while [ $valid ]
  8. do
  9. echo $(date +"%H:%M:%S:%3N")
  10. done