mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 20:32:35 +01:00
Compare commits
5 Commits
06f130cb86
...
6844604120
Author | SHA1 | Date | |
---|---|---|---|
6844604120 | |||
f3ceea5096 | |||
0619d60340 | |||
b94e62b884 | |||
c484b20cb3 |
@ -14,6 +14,10 @@ exec --no-startup-id foot
|
||||
|
||||
# htop system monitor in foot, outside of foot server to not care about its status
|
||||
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
|
||||
exec --no-startup-id nm-applet --indicator
|
||||
|
6
conf/sway/config.d/lumina.conf
Normal file
6
conf/sway/config.d/lumina.conf
Normal file
@ -0,0 +1,6 @@
|
||||
# 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,6 +48,13 @@ Checking that something has NTS?
|
||||
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
|
||||
|
||||
In case local clients or peers are wanted,
|
||||
|
@ -1,7 +1,3 @@
|
||||
# Public official Finnish time server, I am very surprised if there is leap
|
||||
# smearing
|
||||
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,3 +5,11 @@ pool time.cloudflare.com maxsources 2 iburst nts
|
||||
|
||||
# Swedish anycast https://www.netnod.se/time-and-frequency/how-to-use-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…
Reference in New Issue
Block a user