Update Readme
This commit is contained in:
12
README.md
12
README.md
@@ -1,8 +1,8 @@
|
|||||||
# Hartman Lab Server Manual <!-- omit in toc -->
|
# Hartman Lab Server Manual <!-- omit in toc -->
|
||||||
|
|
||||||
© 2021 Bryan C. Roessler
|
© 2021-2022 Bryan C. Roessler
|
||||||
|
|
||||||
Last updated: 2021-10-22
|
Last updated: 2022-01-02
|
||||||
|
|
||||||
## Table of Contents <!-- omit in toc -->
|
## Table of Contents <!-- omit in toc -->
|
||||||
|
|
||||||
@@ -163,9 +163,9 @@ It is possible to launch graphical server programs directly on a client.
|
|||||||
### Windows 10 Virtual Machines
|
### Windows 10 Virtual Machines
|
||||||
|
|
||||||
- Access from within X2Go: *Applications>Internet>Remote Viewer*: [`spice://localhost:5900`](spice://localhost:5900)
|
- Access from within X2Go: *Applications>Internet>Remote Viewer*: [`spice://localhost:5900`](spice://localhost:5900)
|
||||||
|
|
||||||

|

|
||||||
- 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)).
|
[`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`**
|
- 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
|
### 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
|
### Recommendations
|
||||||
|
|
||||||
@@ -217,7 +217,7 @@ Once configured, the user will no longer need to enter their password to access
|
|||||||
|
|
||||||
## For administrators
|
## 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`.
|
- Run them with administrator privileges using `sudo`.
|
||||||
|
|
||||||
### Adding a user
|
### Adding a user
|
||||||
|
|||||||
@@ -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" \
|
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"
|
"https://download2.rstudio.org/server/centos7/x86_64/rstudio-server-rhel-${1}-x86_64.rpm"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
desktop_file="/usr/share/applications/rstudio-R4.desktop"
|
desktop_file="/usr/share/applications/rstudio-R4.desktop"
|
||||||
|
|
||||||
[[ ! -f "$desktop_file" ]] && exit 1
|
[[ ! -f "$desktop_file" ]] && exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user