ソースを参照

Fix links to manual

Bryan Roessler 2 日 前
コミット
16fbd908a2

+ 7 - 7
README.md

@@ -14,8 +14,6 @@
     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`
 
 Connect to the server remotely using the command line.
@@ -25,8 +23,8 @@ Connect to the server remotely using the command line.
 * Windows
   * [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html)
 * Android
-  * JuiceSSH
-  * Termux
+  * [JuiceSSH](https://juicessh.com/)
+  * [Termux](https://termux.dev/)
 
 ### X forwarding
 
@@ -46,14 +44,16 @@ Browse and manage files stored on the server.
 * Linux/OSX/Windows
   * [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)
 * Windows
   * [WinSCP](https://winscp.net/eng/index.php)
 
 ## `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`
 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`
 
-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.
 

BIN
docs/imgs/filezilla.gif


BIN
docs/imgs/filezilla.png


+ 1 - 1
scripts/usr/local/bin/script-deploy-manual

@@ -6,7 +6,7 @@
 
 script-deploy-manual() {
   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" \
     "README.html" "Link to Manual.desktop" "manual-images" \
     "manual.html" "Manual.desktop" "manual.desktop")

+ 1 - 1
scripts/usr/local/bin/script-install-motd

@@ -136,7 +136,7 @@ print_motd() {
   cat <<-EOF
 
 		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
 		  Robot Camera..........: http://localhost:9999
 		  JupyterLab............: http://localhost:8888