From ce8c23f07e644b8bdee9305e926622e017bc924e Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Sun, 2 Jan 2022 22:41:06 -0500 Subject: [PATCH] Update Readme --- README.md | 12 ++++++------ script-system-update-r | 3 --- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f508497f..405c544e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Hartman Lab Server Manual -© 2021 Bryan C. Roessler +© 2021-2022 Bryan C. Roessler -Last updated: 2021-10-22 +Last updated: 2022-01-02 ## Table of Contents @@ -163,9 +163,9 @@ It is possible to launch graphical server programs directly on a client. ### Windows 10 Virtual Machines - Access from within X2Go: *Applications>Internet>Remote Viewer*: [`spice://localhost:5900`](spice://localhost:5900) - + ![Samba shares on Windows](manual-images/virt-viewer.png) -- Direct external access: +- External access: [`virt-viewer`](/usr/local/bin/virt-viewer) is available across all platforms ([Windows](https://virt-manager.org/download/), [OSX](https://www.spice-space.org/page/OSX_Client)). - The SPICE password is: **`hartmanlab`** @@ -186,7 +186,7 @@ The robot webcam is viewable in a web page within an X2Go session at: `localhost ### RStudio Server -Newer versions of RStudio do not support IDE access via X2Go. The IDE can be accessed via web browser at [`http://localhost:8787`](http://localhost:8787) in an X2Go session or via an SSH tunnel, ex. `ssh -f username@hartmanlab.genetics.uab.edu -L 8787:localhost:8787 -N` +Newer versions of RStudio Desktop do not officially support remote desktop access. If the remote GUI is unreliable an RStudio Server IDE can be accessed via web browser at [`http://localhost:8787`](http://localhost:8787) in an X2Go session or locally via an SSH tunnel, ex. `ssh -f username@hartmanlab.genetics.uab.edu -L 8787:localhost:8787 -N` ### Recommendations @@ -217,7 +217,7 @@ Once configured, the user will no longer need to enter their password to access ## For administrators -- Type `scripts-` and use `tab` completion in the CLI to access the following customized helper programs. +- Type `scripts-` and use tab completion in the CLI to access the following helper programs. - Run them with administrator privileges using `sudo`. ### Adding a user diff --git a/script-system-update-r b/script-system-update-r index 24a00b6c..61ccd404 100755 --- a/script-system-update-r +++ b/script-system-update-r @@ -21,9 +21,6 @@ ask_ok "RStudio-R4 to version $1?" || exit $? sudo dnf install -y "https://cdn.rstudio.com/r/centos-7/pkgs/R-${1}-1-1.x86_64.rpm" \ "https://download2.rstudio.org/server/centos7/x86_64/rstudio-server-rhel-${1}-x86_64.rpm" - - - desktop_file="/usr/share/applications/rstudio-R4.desktop" [[ ! -f "$desktop_file" ]] && exit 1