mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
3 Commits
88f443911f
...
16ddfd92e8
Author | SHA1 | Date | |
---|---|---|---|
16ddfd92e8 | |||
fe6348588a | |||
865e816384 |
@ -2,4 +2,6 @@ exec --no-startup-id foot --title=system\ journal journalctl -f
|
|||||||
exec --no-startup-id foot --title=user\ journal journalctl -f --user
|
exec --no-startup-id foot --title=user\ journal journalctl -f --user
|
||||||
exec --no-startup-id foot --title=iwd\ log journalctl -u iwd -f
|
exec --no-startup-id foot --title=iwd\ log journalctl -u iwd -f
|
||||||
exec --no-startup-id foot --title=unbound\ log journalctl -u unbound -f
|
exec --no-startup-id foot --title=unbound\ log journalctl -u unbound -f
|
||||||
|
# Debian uses chrony, Fedora chronyd. Comment inappropiate.
|
||||||
|
exec --no-startup-id foot --title=chrony\ log journalctl -u chrony -f
|
||||||
exec --no-startup-id foot --title=chronyd\ log journalctl -u chronyd -f
|
exec --no-startup-id foot --title=chronyd\ log journalctl -u chronyd -f
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
# Public official Finnish time server
|
# Public official Finnish time server
|
||||||
# https://www.vttresearch.com/en/ourservices/time-finland-ntp-network-time-service
|
# https://www.vttresearch.com/en/ourservices/time-finland-ntp-network-time-service
|
||||||
# https://monitor.mikes.fi/ntp/
|
|
||||||
server time.mikes.fi iburst
|
server time.mikes.fi iburst
|
||||||
server time1.mikes.fi iburst
|
|
||||||
server time2.mikes.fi iburst
|
server time2.mikes.fi iburst
|
||||||
server time3.mikes.fi iburst
|
server time3.mikes.fi iburst
|
||||||
|
|
||||||
|
# Chrony according to https://monitor.mikes.fi/ntp/ thus known to support
|
||||||
|
# xleave
|
||||||
|
server time1.mikes.fi iburst xleave
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
|
# For more information about Yggdrasil, refer to
|
||||||
# https://yggdrasil-network.github.io/
|
# https://yggdrasil-network.github.io/
|
||||||
|
server y.etro.mikaela.info iburst xleave
|
||||||
|
|
||||||
# Maybe Yggdrasils should have auto_offline in general?
|
# These are not servers.
|
||||||
|
|
||||||
# iburst - everything has it
|
|
||||||
# auto_offline - this is a laptop so it may go offline, no need to spam
|
|
||||||
# xleave - this is Chrony so it's supported
|
|
||||||
#server y.kincarron.mikaela.info iburst auto_offline xleave
|
|
||||||
server y.sedric.mikaela.info iburst auto_offline xleave
|
server y.sedric.mikaela.info iburst auto_offline xleave
|
||||||
server y.zaldaryn.mikaela.info iburst auto_offline xleave
|
server y.zaldaryn.mikaela.info iburst auto_offline xleave
|
||||||
server y.rbtpzn.mikaela.info iburst auto_offline xleave
|
server y.rbtpzn.mikaela.info iburst auto_offline xleave
|
||||||
# Actual 24/7 VPS
|
server y.lumina.aminda.eu iburst auto_offline xleave
|
||||||
server y.etro.mikaela.info iburst auto_offline xleave
|
|
||||||
|
# Somewhat dead devices
|
||||||
|
#server y.kincarron.mikaela.info iburst auto_offline xleave
|
||||||
|
Loading…
x
Reference in New Issue
Block a user