Compare commits
1 Commits
a7804cc129
...
vim-colors
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ff86c280d |
@@ -1,12 +1,12 @@
|
||||
# local network -> local port
|
||||
Match Host tuulikki.scalene.net exec "nc -w 1 192.168.101.1 22"
|
||||
Match Host tuulikki.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1"
|
||||
Port 22
|
||||
|
||||
Host tuulikki.scalene.net
|
||||
Port 22022
|
||||
|
||||
# local network -> local port
|
||||
Match Host tonttu.scalene.net exec "nc -w 1 192.168.101.1 22"
|
||||
Match Host tonttu.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1"
|
||||
Port 22
|
||||
|
||||
Host tonttu.scalene.net
|
||||
@@ -16,7 +16,7 @@ Host www.scalene.net
|
||||
User scalene
|
||||
Port 22022
|
||||
|
||||
Match Host git.scalene.net exec "nc -w 1 192.168.101.1 22"
|
||||
Match Host git.scalene.net exec "sudo ping -c 1 -W 1 -q 192.168.101.1"
|
||||
Hostname tonttu.scalene.net
|
||||
|
||||
Host *.scalene.net
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# {{format-date now '%Y-%m-%d'}}
|
||||
|
||||
[Yesterday](daily/{{format-date (date "yesterday") '%Y%m%d'}}.md)
|
||||
[Weekly Goals](daily/weekly-goals.md)
|
||||
[yesterday](daily/{{format-date (date "yesterday") '%Y%m%d'}}.md)
|
||||
|
||||
## goals
|
||||
- a bullet
|
||||
|
||||
Reference in New Issue
Block a user