Fix links to manual

This commit is contained in:
2025-07-23 22:55:47 -04:00
parent 85506ede42
commit 16fbd908a2
5 changed files with 9 additions and 9 deletions

View File

@@ -14,8 +14,6 @@
ssh-copy-id -i ~/.ssh/id_rsa_4096.pub username@hartmanlab.genetics.uab.edu ssh-copy-id -i ~/.ssh/id_rsa_4096.pub username@hartmanlab.genetics.uab.edu
``` ```
Users may need to add their keypair to PuTTy/Filezilla/WinSCP manually.
## `ssh` ## `ssh`
Connect to the server remotely using the command line. Connect to the server remotely using the command line.
@@ -25,8 +23,8 @@ Connect to the server remotely using the command line.
* Windows * Windows
* [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) * [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html)
* Android * Android
* JuiceSSH * [JuiceSSH](https://juicessh.com/)
* Termux * [Termux](https://termux.dev/)
### X forwarding ### X forwarding
@@ -46,14 +44,16 @@ Browse and manage files stored on the server.
* Linux/OSX/Windows * Linux/OSX/Windows
* [Filezilla](https://filezilla-project.org/download.php?type=client) * [Filezilla](https://filezilla-project.org/download.php?type=client)
![Filezilla](docs/imgs/filezilla.gif) ![Filezilla](docs/imgs/filezilla.png)
* [sshfs](https://www.digitalocean.com/community/tutorials/how-to-use-sshfs-to-mount-remote-file-systems-over-ssh) * [sshfs](https://www.digitalocean.com/community/tutorials/how-to-use-sshfs-to-mount-remote-file-systems-over-ssh)
* Windows * Windows
* [WinSCP](https://winscp.net/eng/index.php) * [WinSCP](https://winscp.net/eng/index.php)
## `samba` ## `samba`
Samba file shares can be mounted cross-platform as if th server data existed locally. The server provides two shares: Mount `samba` file shares on any platform as if the server data was on a local drive.
The server provides two `samba` shares:
1. Shared data array (`/mnt/data`): `\\username\\data` 1. Shared data array (`/mnt/data`): `\\username\\data`
2. User's `$HOME` directory: `\\username\\username` 2. User's `$HOME` directory: `\\username\\username`
@@ -62,7 +62,7 @@ The default `samba` credentials are the same as your server username and passwor
## `x2goclient` ## `x2goclient`
Users can access an X2Go remote desktop session using `x2goclient` from a client. `x2goclient` is available for Linux/OSX/Windows from the [X2Go website](http://wiki.x2go.org/doku.php) or by installing the `x2goclient` package. Access an X2Go remote desktop session using the X2Go `x2goclient` available for Linux/OSX/Windows from the [X2Go website](http://wiki.x2go.org/doku.php) or by installing the `x2goclient` package.
X2Go sessions can be paused or suspended from the X2Go client window. Multiple sessions can be created on the client, making it possible to select alternate quality settings based on location and bandwidth. X2Go sessions can be paused or suspended from the X2Go client window. Multiple sessions can be created on the client, making it possible to select alternate quality settings based on location and bandwidth.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

BIN
docs/imgs/filezilla.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -6,7 +6,7 @@
script-deploy-manual() { script-deploy-manual() {
local user_arg="$1" local user_arg="$1"
local manual_url="https://docs.google.com/document/d/1K_KwAlv8Zljmy-enwmhT6gMTFutlAFglixvpLGBx0VY" local manual_url="https://github.com/UAB-Hartman-Lab/server"
local remove=("manual.pdf" "manual.odt" "Notes.pdf" "Notes.odt" \ local remove=("manual.pdf" "manual.odt" "Notes.pdf" "Notes.odt" \
"README.html" "Link to Manual.desktop" "manual-images" \ "README.html" "Link to Manual.desktop" "manual-images" \
"manual.html" "Manual.desktop" "manual.desktop") "manual.html" "Manual.desktop" "manual.desktop")

View File

@@ -136,7 +136,7 @@ print_motd() {
cat <<-EOF cat <<-EOF
Links (ctrl+click to follow) Links (ctrl+click to follow)
Server Manual.........: https://tinyurl.com/jjz9h6fr Server Manual.........: https://github.com/UAB-Hartman-Lab/server
Cockpit (for admins)..: http://localhost:9090 Cockpit (for admins)..: http://localhost:9090
Robot Camera..........: http://localhost:9999 Robot Camera..........: http://localhost:9999
JupyterLab............: http://localhost:8888 JupyterLab............: http://localhost:8888