Skip to content

Commit

Permalink
Dendron workspace sync
Browse files Browse the repository at this point in the history
## Synced vaults:
- commons-dws-public

Dendron version: 0.124.0
Hostname: wifi-unifr-164-173.unifr.ch
  • Loading branch information
oolonek committed Nov 18, 2024
1 parent 2f1e716 commit a60611b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
20 changes: 20 additions & 0 deletions vault/port-forwarding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
id: 4pqppog2u66rx1tkc8jy5v9
title: Port Forwarding
desc: ''
updated: 1731595367247
created: 1731595287017
---

Let's say you want to open on your local machine a port that is on a remote machine. You can do this with SSH port forwarding.

```bash
ssh commons-server -L 8888:localhost:8890
```

This will cease existing once your bash session is closed. If you want to keep it running, you can use `autossh`.

```bash
autossh -M 0 -f -N -L 8888:localhost:8890 commons-server
```

9 changes: 9 additions & 0 deletions vault/virtuoso.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
id: zhc9hhpaobkbo4e2votv6wr
title: Virtuoso
desc: ''
updated: 1731594883396
created: 1731594872728
---

https://hub.docker.com/r/openlink/virtuoso-opensource-7/

0 comments on commit a60611b

Please sign in to comment.