From 5daa52f678edc6a52ac8ec3bc8551c82a2cfd874 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Mon, 1 Jul 2024 17:40:37 -0400 Subject: [PATCH] Update mptd links --- script-install-motd | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/script-install-motd b/script-install-motd index bb314768..d1f146d9 100755 --- a/script-install-motd +++ b/script-install-motd @@ -244,10 +244,13 @@ cat <<- 'EOF' >> "$script" echo "\ Links (ctrl+click to follow) - cockpit (administrators): http://localhost:9090 - robot cam...............: http://localhost:9999 - robot computer..........: vnc://192.168.16.101:5900 - manual..................: https://tinyurl.com/jjz9h6fr + Server Manual.........: https://tinyurl.com/jjz9h6fr + Cockpit (for admins)..: http://localhost:9090 + Robot Camera..........: http://localhost:9999 + JupyterLab............: http://localhost:8888 + RStudio Server........: http://localhost:8787 + Robot Computer........: vnc://192.168.16.101:5900 + Windows 10 VM.........: vnc://localhost:5900 (pw: hartman) " EOF