mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-04 13:17:21 +02:00
Compare commits
No commits in common. "684460412040850bee76e92532011e27dbb58c46" and "06f130cb86ca6866cefc22c845aa9d7d5a4f5919" have entirely different histories.
6844604120
...
06f130cb86
@ -14,10 +14,6 @@ exec --no-startup-id foot
|
|||||||
|
|
||||||
# htop system monitor in foot, outside of foot server to not care about its status
|
# htop system monitor in foot, outside of foot server to not care about its status
|
||||||
exec --no-startup-id foot --title=htop htop
|
exec --no-startup-id foot --title=htop htop
|
||||||
# In similar series system and service logs
|
|
||||||
exec --no-startup-id foot --title=system\ journal journalctl -f
|
|
||||||
exec --no-startup-id foot --title=unbound\ log journalctl -u unbound -f
|
|
||||||
exec --no-startup-id foot --title=chronyd\ log journalctl -u chronyd -f
|
|
||||||
|
|
||||||
# NetworkManager Applet
|
# NetworkManager Applet
|
||||||
exec --no-startup-id nm-applet --indicator
|
exec --no-startup-id nm-applet --indicator
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
# Internal display scaling, manual heavily recommends integers, but those
|
|
||||||
# are too big
|
|
||||||
output eDP-1 scale 1.5
|
|
||||||
|
|
||||||
# Set wallpaper onto the external monitor
|
|
||||||
#output eDP-1 bg ~/.wallpaper stretch
|
|
@ -48,13 +48,6 @@ Checking that something has NTS?
|
|||||||
nmap -p 4460 -Pn ntp.example.net
|
nmap -p 4460 -Pn ntp.example.net
|
||||||
```
|
```
|
||||||
|
|
||||||
In [GitHub user jauderho's curated NTS list](https://gist.github.com/jauderho/2ad0d441760fc5ed69d8d4e2d6b35f8d)
|
|
||||||
user [cadusilva suggests this command instead](https://gist.github.com/jauderho/2ad0d441760fc5ed69d8d4e2d6b35f8d?permalink_comment_id=4192632#gistcomment-4192632):
|
|
||||||
|
|
||||||
```'
|
|
||||||
chronyd -Q -t 3 'server NTP_SERVER_HERE iburst nts maxsamples 1'
|
|
||||||
```
|
|
||||||
|
|
||||||
### Firewall configuration
|
### Firewall configuration
|
||||||
|
|
||||||
In case local clients or peers are wanted,
|
In case local clients or peers are wanted,
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
# Public official Finnish time server, I am very surprised if there is leap
|
# Public official Finnish time server, I am very surprised if there is leap
|
||||||
# smearing
|
# smearing
|
||||||
server time.mikes.fi iburst
|
server time.mikes.fi iburst
|
||||||
|
|
||||||
|
# Snopyta NTP servers, no idea on smearing, I hope not. 2/3 are in Finland
|
||||||
|
# even if they may not belong to this file.
|
||||||
|
pool ntp.snopyta.org iburst maxsources 3
|
||||||
|
@ -5,11 +5,3 @@ pool time.cloudflare.com maxsources 2 iburst nts
|
|||||||
|
|
||||||
# Swedish anycast https://www.netnod.se/time-and-frequency/how-to-use-nts
|
# Swedish anycast https://www.netnod.se/time-and-frequency/how-to-use-nts
|
||||||
server nts.netnod.se iburst nts
|
server nts.netnod.se iburst nts
|
||||||
|
|
||||||
# https://system76.com/time
|
|
||||||
server paris.time.system76.com iburst nts
|
|
||||||
|
|
||||||
# https://nts.time.nl/ - regardless of name provides 1 v4 & v6 address
|
|
||||||
# no pool directive
|
|
||||||
server ntppool1.time.nl iburst nts
|
|
||||||
server ntppool2.time.nl iburst nts
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user