diff --git a/labs/remote-desktop/images/click-activities.png b/labs/remote-desktop/images/click-activities.png new file mode 100644 index 00000000..f2b9e203 Binary files /dev/null and b/labs/remote-desktop/images/click-activities.png differ diff --git a/labs/remote-desktop/images/novnc-clipboard-1.png b/labs/remote-desktop/images/novnc-clipboard-1.png index 01ac5384..f4c65b2f 100644 Binary files a/labs/remote-desktop/images/novnc-clipboard-1.png and b/labs/remote-desktop/images/novnc-clipboard-1.png differ diff --git a/labs/remote-desktop/images/novnc-clipboard-2.png b/labs/remote-desktop/images/novnc-clipboard-2.png index efaac1ca..6ebd649c 100644 Binary files a/labs/remote-desktop/images/novnc-clipboard-2.png and b/labs/remote-desktop/images/novnc-clipboard-2.png differ diff --git a/labs/remote-desktop/images/novnc-copy-pub-key-3.png b/labs/remote-desktop/images/novnc-copy-pub-key-3.png index 1d37269d..c650309d 100644 Binary files a/labs/remote-desktop/images/novnc-copy-pub-key-3.png and b/labs/remote-desktop/images/novnc-copy-pub-key-3.png differ diff --git a/labs/remote-desktop/images/novnc-copy-pub-key-4.png b/labs/remote-desktop/images/novnc-copy-pub-key-4.png index 681ee470..2d745c22 100644 Binary files a/labs/remote-desktop/images/novnc-copy-pub-key-4.png and b/labs/remote-desktop/images/novnc-copy-pub-key-4.png differ diff --git a/labs/remote-desktop/images/novnc-copy-pub-key-5.png b/labs/remote-desktop/images/novnc-copy-pub-key-5.png new file mode 100644 index 00000000..64de42a3 Binary files /dev/null and b/labs/remote-desktop/images/novnc-copy-pub-key-5.png differ diff --git a/labs/remote-desktop/images/novnc-fullscreen-1.png b/labs/remote-desktop/images/novnc-fullscreen-1.png index 3af5ca61..2c7df148 100644 Binary files a/labs/remote-desktop/images/novnc-fullscreen-1.png and b/labs/remote-desktop/images/novnc-fullscreen-1.png differ diff --git a/labs/remote-desktop/images/novnc-fullscreen-2.png b/labs/remote-desktop/images/novnc-fullscreen-2.png index 2194d9af..5c55bf78 100644 Binary files a/labs/remote-desktop/images/novnc-fullscreen-2.png and b/labs/remote-desktop/images/novnc-fullscreen-2.png differ diff --git a/labs/remote-desktop/images/novnc-fullscreen-3.png b/labs/remote-desktop/images/novnc-fullscreen-3.png index f585eb1d..1cc25488 100644 Binary files a/labs/remote-desktop/images/novnc-fullscreen-3.png and b/labs/remote-desktop/images/novnc-fullscreen-3.png differ diff --git a/labs/remote-desktop/images/novnc-launch-get-started-1.png b/labs/remote-desktop/images/novnc-launch-get-started-1.png index bcb06eba..5884fc31 100644 Binary files a/labs/remote-desktop/images/novnc-launch-get-started-1.png and b/labs/remote-desktop/images/novnc-launch-get-started-1.png differ diff --git a/labs/remote-desktop/images/novnc-launch-get-started-2.png b/labs/remote-desktop/images/novnc-launch-get-started-2.png index 16e3a6d7..415fa81a 100644 Binary files a/labs/remote-desktop/images/novnc-launch-get-started-2.png and b/labs/remote-desktop/images/novnc-launch-get-started-2.png differ diff --git a/labs/remote-desktop/images/see-activities.png b/labs/remote-desktop/images/see-activities.png new file mode 100644 index 00000000..bba8bb46 Binary files /dev/null and b/labs/remote-desktop/images/see-activities.png differ diff --git a/labs/remote-desktop/using-novnc-remote-desktop.md b/labs/remote-desktop/using-novnc-remote-desktop.md index e87d97aa..5bc64162 100644 --- a/labs/remote-desktop/using-novnc-remote-desktop.md +++ b/labs/remote-desktop/using-novnc-remote-desktop.md @@ -28,6 +28,11 @@ For seamless desktop integration and to make the best use of your display, perfo ![Click full screen](./images/novnc-fullscreen-2.png " ") ![Open full screen](./images/novnc-fullscreen-3.png " ") +3. Select the Activities button to find out the applications already installed + + ![Click Activities](./images/click-activities.png " ") + ![Open full screen](./images/see-activities.png " ") + ## Task 2: Enable Copy/Paste from Local to Remote Desktop During the execution of your labs, you may need to copy text from your *local PC/Mac* to the *remote desktop*, such as commands from the lab guide. While such direct copy/paste isn't supported as you will realize, you may proceed as indicated below to enable an alternative *local-to-remote clipboard* with Input Text Field. @@ -50,7 +55,6 @@ During the execution of your labs, you may need to copy text from your *local PC 2. On the left window is your workshop guide and depending on your workshop, you may also have one or two browser tabs loaded with web apps. e.g. Weblogic console, Enterprise Manager Cloud Console, or a relevant application to your workshop such as SQL Developer, JDeveloper, etc. ![Workshop guide and sample webapp](./images/novnc-launch-get-started-2.png " ") - ![Workshop guide and Oracle SQL Developer](./images/novnc-launch-get-started-3.png " ") You may now **proceed to the next lab**. @@ -64,7 +68,11 @@ This assumes that you already have an RSA-type SSH key-pair available on the loc 1. Open the remote clipboard on the remote desktop as shown in *Task 2* and launch a terminal session -2. Paste the block below onto the remote clipboard first, then onto the terminal to create or update the file *$HOME/.ssh/authorized_keys* with the *Vi* editor +2. Click on the Activities button, then on Terminal Icon + + ![Update authorized keys](./images/novnc-copy-pub-key-5.png " ") + +3. Paste the block below onto the remote clipboard first, then onto the terminal to create or update the file *$HOME/.ssh/authorized_keys* with the *Vi* editor ```text @@ -118,4 +126,4 @@ This assumes that you already have an RSA-type SSH key-pair available on the loc ## Acknowledgements * **Author** - Rene Fontcha, LiveLabs Platform Lead, NA Technology * **Contributors** - Arabella Yao, Product Manager, Database Product Management -* **Last Updated By/Date** - Ramona Magadan, March 2024 \ No newline at end of file +* **Last Updated By/Date** - Ramona Magadan, October 2024 \ No newline at end of file