Compare commits
No commits in common. "37dcc6cf805212a8e2c2f9befd2ae307e1c6ff71" and "15a3b0dc4b104409401fb8da31056b161ac41a9a" have entirely different histories.
37dcc6cf80
...
15a3b0dc4b
|
@ -1,28 +0,0 @@
|
||||||
# [chrony](https://git.tuxfamily.org/chrony/chrony.git)
|
|
||||||
|
|
||||||
| Distribution | Package |
|
|
||||||
| ------------ | -------- |
|
|
||||||
| Arch Linux | `chrony` |
|
|
||||||
| Ubuntu | `chrony` |
|
|
||||||
|
|
||||||
## Network Time Security
|
|
||||||
|
|
||||||
https://developers.cloudflare.com/time-services/nts/
|
|
||||||
|
|
||||||
https://system76.com/time
|
|
||||||
|
|
||||||
Edit `/etc/chrony/chrony.conf`:
|
|
||||||
|
|
||||||
```txt
|
|
||||||
server time.cloudflare.com iburst nts
|
|
||||||
server virginia.time.system76.com iburst nts
|
|
||||||
server ohio.time.system76.com iburst nts
|
|
||||||
server oregon.time.system76.com iburst nts
|
|
||||||
```
|
|
||||||
|
|
||||||
Verify:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
chronyc sources -v
|
|
||||||
sudo chronyc authdata -v
|
|
||||||
```
|
|
|
@ -5,7 +5,6 @@
|
||||||
List fonts:
|
List fonts:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Linux
|
|
||||||
fc-list
|
fc-list
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -65,7 +64,3 @@ fc-list
|
||||||
| ------------ | ------------------------- |
|
| ------------ | ------------------------- |
|
||||||
| Arch Linux | `ttf-fantasque-sans-mono` |
|
| Arch Linux | `ttf-fantasque-sans-mono` |
|
||||||
| Ubuntu | `fonts-fantasque-sans` |
|
| Ubuntu | `fonts-fantasque-sans` |
|
||||||
|
|
||||||
[agave](https://github.com/blobject/agave)
|
|
||||||
|
|
||||||
[APL385 Unicode](https://apl385.com/fonts/index.htm)
|
|
||||||
|
|
Loading…
Reference in New Issue