Compare commits

..

3 Commits

Author SHA1 Message Date
Jason Swank
a7804cc129 zk: update daily template 2026-01-12 12:25:38 -05:00
Jason Swank
983a7abab8 ssh: update local net detection to use nc 2026-01-12 12:25:18 -05:00
aef5a71ea1 vim: colorscheme & minor tweaks (#1) 2026-01-12 17:24:02 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
# local network -> local port # local network -> local port
Match Host tuulikki.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1" Match Host tuulikki.scalene.net exec "nc -w 1 192.168.101.1 22"
Port 22 Port 22
Host tuulikki.scalene.net Host tuulikki.scalene.net
Port 22022 Port 22022
# local network -> local port # local network -> local port
Match Host tonttu.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1" Match Host tonttu.scalene.net exec "nc -w 1 192.168.101.1 22"
Port 22 Port 22
Host tonttu.scalene.net Host tonttu.scalene.net
@@ -16,7 +16,7 @@ Host www.scalene.net
User scalene User scalene
Port 22022 Port 22022
Match Host git.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1" Match Host git.scalene.net exec "nc -w 1 192.168.101.1 22"
Hostname tonttu.scalene.net Hostname tonttu.scalene.net
Host *.scalene.net Host *.scalene.net

View File

@@ -1,6 +1,7 @@
# {{format-date now '%Y-%m-%d'}} # {{format-date now '%Y-%m-%d'}}
[yesterday](daily/{{format-date (date "yesterday") '%Y%m%d'}}.md) [Yesterday](daily/{{format-date (date "yesterday") '%Y%m%d'}}.md)
[Weekly Goals](daily/weekly-goals.md)
## goals ## goals
- a bullet - a bullet