Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:time [2023/06/21 08:18] – [Linux] darrontools:time [2024/07/10 12:12] (current) – [Resources] darron
Line 451: Line 451:
 <code> <code>
 apt install ntp ntpdate apt install ntp ntpdate
 +</code>
 +
 +<code>
 /etc/init.d/ntp stop /etc/init.d/ntp stop
 update-rc.d ntp disable update-rc.d ntp disable
 +</code>
 +
 +__Bookworm__
 +
 +<code>
 +/etc/init.d/ntpsec stop
 +update-rc.d ntpsec disable
 +</code>
 +
 +<code>
 +systemctl stop ntpd
 +systemctl disable ntpd
 +systemctl mask ntpd
 </code> </code>
  
Line 694: Line 710:
 ===Resources=== ===Resources===
  
-[[https://wiki.kewl.org/downloads/QUECTEL/L80-brochure.pdf|L80 GPS overview]]+{{downloads:QUECTEL:L80-brochure.pdf|L80 GPS overview}}
  
-[[https://wiki.kewl.org/downloads/QUECTEL/L80-hardware.pdf|L80 GPS hardware]]+{{downloads:QUECTEL:L80-hardware.pdf|L80 GPS hardware}}
  
-[[https://wiki.kewl.org/downloads/QUECTEL/L80-protocol.pdf|L80 GPS protocol]]+{{downloads:QUECTEL:L80-protocol.pdf|L80 GPS protocol}}
  
 [[https://sourceforge.net/projects/ptpd/|PTPD version 2 on SourceForge]] [[https://sourceforge.net/projects/ptpd/|PTPD version 2 on SourceForge]]
  
 [[http://linuxptp.sourceforge.net/|Linux PTP]] [[http://linuxptp.sourceforge.net/|Linux PTP]]