Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JDihlmann authored May 3, 2024
1 parent dd0a78d commit 73b7614
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ In order to create your own gaussian splat for the web, we have to go through so
- [Training](#training)
- [Application](#application)

# Update: 02.05
> Issues regarding SSH Conection
Use tmux to run a task on the server without relying on the SSH connection. After connecting to the server run the following commant to start a tmux session:
```bash
tmux new -s mysession
```

After starting the tmux session you can run the training command or installation in the tmux session. You can detach from the tmux session by pressing `ctrl + b` and then `d`. Or simply close the terminal. Your tmux session will still run in the background.

After disconnecting from the server you can reconnect to the server and reattach to the tmux session. First connect to the server and then run the following command to list all tmux sessions:
```bash
tmux attach-session -t mysession
```
You can also have multiple sessions, just use different names for the sessions.


# Installation
Expand Down

0 comments on commit 73b7614

Please sign in to comment.