Compare commits
3 Commits
vim-colors
...
a7804cc129
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7804cc129 | ||
|
|
983a7abab8 | ||
| aef5a71ea1 |
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user