Fixing up some sidenote things...
This commit is contained in:
parent
ccadb1242d
commit
2deeb3a62d
4 changed files with 5 additions and 7 deletions
|
@ -1,12 +1,10 @@
|
||||||
+++
|
+++
|
||||||
title = "Home"
|
title = "Home"
|
||||||
layout = "single"
|
layout = "single"
|
||||||
lastmod = 2024-09-27T21:06:43+02:00
|
lastmod = 2024-09-27T22:37:58+02:00
|
||||||
draft = false
|
draft = false
|
||||||
[menu]
|
[menu]
|
||||||
[menu.nav]
|
[menu.nav]
|
||||||
identifier = "home"
|
identifier = "home"
|
||||||
weight = 10
|
weight = 10
|
||||||
+++
|
+++
|
||||||
|
|
||||||
_Ayyyyy_
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
+++
|
+++
|
||||||
title = "VPS is my new friend"
|
title = "VPS is my new friend"
|
||||||
publishDate = 2022-10-07T00:00:00+02:00
|
publishDate = 2022-10-07T00:00:00+02:00
|
||||||
lastmod = 2024-09-27T21:05:38+02:00
|
lastmod = 2024-09-27T21:17:43+02:00
|
||||||
tags = ["vps", "sysadmin", "servers", "ssh", "sshfs", "foss", "vendorlock"]
|
tags = ["vps", "sysadmin", "servers", "ssh", "sshfs", "foss", "vendorlock"]
|
||||||
categories = ["tech"]
|
categories = ["tech"]
|
||||||
draft = false
|
draft = false
|
||||||
|
@ -30,7 +30,7 @@ I use Emacs for nearly everything that has to do with text (aside from work, whi
|
||||||
{{< marginnote >}}
|
{{< marginnote >}}
|
||||||
I have sshfs set up to log in with keys, so the command I run (through an alias) is:
|
I have sshfs set up to log in with keys, so the command I run (through an alias) is:
|
||||||
|
|
||||||
```bash { linenos=true, linenostart=1 }
|
```bash
|
||||||
sshfs \
|
sshfs \
|
||||||
[user]@[ip]:/srv/ ~/remote/ \
|
[user]@[ip]:/srv/ ~/remote/ \
|
||||||
-p [port] \
|
-p [port] \
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
Subproject commit 92335d1150bcf301fac1a1c4b86d0f0d06f30c17
|
Subproject commit 2c394893ee32a9b789367d151c41396fb531356d
|
Loading…
Reference in a new issue