diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2025-04-12 20:01:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 20:01:34 -0700 |
| commit | 842898e209c0ccc7e765a344b6274a39113fe92a (patch) | |
| tree | 04fc1c75c8e2158f3b65c1e38bb8743d6e84f27a | |
| parent | 324590b2e313b44459dec233537d33bc4ff64157 (diff) | |
chicken jockey (mc-server-host.md)
| -rw-r--r-- | src/content/blog/mc-server-selfhost.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/blog/mc-server-selfhost.md b/src/content/blog/mc-server-selfhost.md index d60fffa..fff9a6a 100644 --- a/src/content/blog/mc-server-selfhost.md +++ b/src/content/blog/mc-server-selfhost.md @@ -198,7 +198,7 @@ To start, the server. Users can navigate to the website and trigger the flask ap ```bash # Example start.sh #!/bin/bash -ssh -o StrictHostKeyChecking=no yukais6@circinus-30.ics.uci.edu << 'EOF' +ssh -o StrictHostKeyChecking=no steve@chicken-jockey.com << 'EOF' cd /home/yukais6/java-neural-net tmux new-session -d -s server tmux send-keys -t server'./tunnel &' C-m @@ -209,7 +209,7 @@ EOF ```bash # Example stop.sh -ssh -o StrictHostKeyChecking=no yukais6@circinus-33.ics.uci.edu << 'EOF' +ssh -o StrictHostKeyChecking=no steve@chicken-jockey.com << 'EOF' tmux kill-session -t supervised-cluster exit EOF |
