Skip to content

Commit 66839c7

Browse files
ChrisJ60klazarz
andauthored
11079: Final changes following widespread review (#100)
* TimesTen: Initial population * Work in progress * Finalising workshop instructions etc. * QA fixes #1 * QA fixes #2 * Typo and grammar corrections * URL fixup, additional minor tweaks. * Minor updates and fixes. * Improve connection instructions. * cleanup migration cleanup migration * clean up after migration clean up after migration * Update to README file * Various improvements based on feedback. * URL corrections * Correcting e-mail address for 'help' * Tiny changes * Urgent fixes from first round review * Latest changes * Various edits * More changes * Final changes before next review cycle * Fixes and tweaks based on latest review cycle. * Lots of small changes from team wide review. Ready to make public. Co-authored-by: Kevin Lazarz <kevin.lazarz@oracle.com>
1 parent 2cd1e86 commit 66839c7

File tree

24 files changed

+323
-315
lines changed

24 files changed

+323
-315
lines changed
290 KB
Loading
227 KB
Loading
199 KB
Loading

timesten/cache-introduction/00-setup-compute/setup-compute.md

Lines changed: 72 additions & 62 deletions
Large diffs are not rendered by default.

timesten/cache-introduction/00-verify-compute/verify-compute-desktop.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,34 @@
11
# Connect to the workshop compute instance
22

33
## Introduction
4-
This lab will show you how to login to your pre-created compute instance running on Oracle Cloud.
4+
This lab shows you how to login to your pre-created compute instance running on Oracle Cloud.
55

66
**Estimated Lab Time:** 10 minutes
77

88
### Objectives
9-
In this lab, you will:
109

11-
- Learn how to connect to your compute instance using the NoVNC Remote Desktop
12-
- Learn the basics of using the NoVNC Desktop, including copy and paste
13-
- Configure and use SSH access to the compute instance (optional)
10+
- Learn how to connect to your compute instance using the NoVNC Remote Desktop.
11+
- Learn the basics of using the NoVNC Desktop, including copy and paste.
12+
- Configure and use SSH access to the compute instance (optional).
1413

1514
### Prerequisites
1615

1716
This lab assumes:
1817

19-
- You have successfully provisioned a workshop compute instance either in the LiveLabs sandbix or in your own tenancy
20-
- If you using the LiveLabs sandbox, and you wish to use SSH to access the compute instance, that you have an RSA format SSH private/public key pair to use to access the compute instance (optional)
18+
- You have successfully provisioned a workshop compute instance either in the LiveLabs sandbix or in your own tenancy.
19+
- If you using the LiveLabs sandbox, and you wish to use SSH to access the compute instance, that you have an RSA format SSH private/public key pair to use to access the compute instance (optional).
2120

2221
If you wish to use the NoVNC graphical desktop to access the workshop compute instance, please complete **tasks 1 and 2** below.
2322

24-
If you prefer to use SSH to access the compute instance, please complete **task 3** below.
23+
If you prefer to use SSH to access the compute instance, please complete **tasks 2 and 3** below.
2524

2625
If you wish to be able to use both connection methods, please complete all the tasks in this lab.
2726

28-
**IMPORTANT:** Due to the slightly cumbersome nature of copying between your host system and the NoVNC session, we recommend that you perform all of the copy/paste actions within the NoVNC session itself, as this avoids the use of the NoVNC clipboard. Alternatively, access the workshop's compute instance via SSH and copy/paste between the lab instructions displayed in your local browser and your SSH session.
27+
**IMPORTANT:** Due to the slightly cumbersome nature of copying between your host system and the NoVNC session, we recommend that you perform all of the copy/paste actions within the NoVNC session itself, as this avoids the use of the NoVNC clipboard. Alternatively, access the workshop's compute instance using SSH and copy/paste between the lab instructions displayed in your local browser and your SSH session.
2928

3029
## Task 1: Enable NoVNC Full-screen Display
3130

32-
Too make the best use of your display, perform the following tasks to render your remote desktop session in fullscreen mode.
31+
To make the best use of your display, perform the following tasks to render your remote desktop session in fullscreen mode.
3332

3433
1. Click on the small gray tab on the middle-left side of your screen to open the control bar.
3534

@@ -42,7 +41,7 @@ Too make the best use of your display, perform the following tasks to render you
4241

4342
## Task 2: Enable Copy/Paste from Local to Remote Desktop
4443

45-
During the execution of this workshop you may will 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, you may proceed as indicated below to enable an alternative local-to-remote clipboard via the NoVNC Clipboard.
44+
During the execution of this workshop you will need to copy text from the workshop instructions (use the copy button provided) to a terminal session (remote desktop or SSH). As direct copy/paste between your local browser and the NoVNC desktop isn't supported, you may proceed as indicated below to enable an alternative local-to-remote clipboard using the NoVNC Clipboard.
4645

4746
1. Continuing from the last task above, Select the *clipboard* icon
4847

@@ -60,15 +59,15 @@ If you will be using the NoVNC desktop for the workshop, make sure that you have
6059

6160
While your workshop can be executed end-to-end from the remote desktop, follow the steps provided below if you prefer to access the instance remotely using an SSH client such as Putty, Unix/Linux/MacOS Terminal, OCI cloudshell, and other terminal emulators available on Windows.
6261

63-
**IMPORTANT:** If you are running the workshop instance in your own tenancy and you configured SSH access as part of deploying the instance via the ORM stack, skip straight to step **7** below.
62+
**IMPORTANT:** If you are running the workshop instance in your own tenancy and you configured SSH access as part of deploying the instance using the ORM stack, skip straight to step **7** below.
6463

6564
*Note:* In this section you are enabling SSH access to the OS user running the remote desktop, which for this workshop is the **oracle** user.
6665

6766
This assumes that you already have an RSA type SSH key-pair available on the local system where you will be connecting from. If you don't, then for more info on creating and using SSH keys for your specific platform and client, please refer to the guide [Generate SSH Keys](https://docs.oracle.com/en/learn/generate_ssh_keys/index.html)
6867

69-
1. Open the remote clipboard on the remote desktop as shown in *Task 3* and launch a terminal session
68+
1. Open the remote clipboard on the remote desktop as shown in *Task 3* and launch a terminal session.
7069

71-
2. Paste the block below onto the remote clipboard first, then onto the terminal to create or update the file *$HOME/.ssh/authorized_keys* using the *vi* editor
70+
2. Paste the block below onto the remote clipboard first, then onto the terminal to create or update the file *\$HOME/.ssh/authorized_keys* using the *vi* editor.
7271

7372
```
7473
<copy>
@@ -93,9 +92,9 @@ This assumes that you already have an RSA type SSH key-pair available on the loc
9392
9493
![](./images/novnc-copy-pub-key-3.png " ")
9594
96-
5. Save and exit the *vi* editor (press the **Escape** key then type **ZZ**)
95+
5. Save and exit the *vi* editor (press the **Escape** key then type **ZZ**).
9796
98-
6. Set the required permissions on *authorized_keys*
97+
6. Set the required permissions on *authorized_keys*.
9998
10099
```
101100
<copy>
@@ -113,11 +112,13 @@ This assumes that you already have an RSA type SSH key-pair available on the loc
113112
</copy>
114113
```
115114
115+
If copy/pasting the above _example_, substitue the appropriate values for the SSH key private key file and the compute instance IP address.
116+
116117
For Putty, please refer to the guide [Generate SSH Keys](https://oracle-livelabs.github.io/common/labs/generate-ssh-key) on how to establish the connection using the *.ppk* private key.
117118
118-
You should now have an open terminal session in the compute instance, either via the NoVNC desktop or via SSH. Keep this session open for the next lab.
119+
You should now have an open terminal session in the compute instance, either through the NoVNC desktop or through SSH. Keep this session open for the next lab.
119120
120-
You may now *proceed to the next lab*.
121+
You can now **proceed to the next lab**.
121122
122123
123124
## Acknowledgements

timesten/cache-introduction/00-verify-compute/verify-compute-freetier.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Connect to the workshop compute instance using NoVNC Remote Desktop
22

33
## Introduction
4-
This lab will show you how to login to your compute instance running on Oracle Cloud using the browser based NoVMC remote graphical desktop
4+
This lab shows you how to login to your compute instance running on Oracle Cloud using the browser based NoVNC remote graphical desktop.
55

6-
If you configured the workshop compute instance for SSH access when you deployed it, and you prefer to use SSH instead of the graphical remote desktop, then skip this lab and *proceed to the next lab*.
6+
If you configured the workshop compute instance for SSH access when you deployed it, and you prefer to use SSH instead of the graphical remote desktop, then skip this lab and **proceed to the next lab**.
77

88
**Estimated Lab Time:** 10 minutes
99

1010
### Objectives
11-
In this lab, you will:
1211

13-
- Learn how to connect to your compute instance using the NoVNC Remote Desktop
14-
- Learn the basics of using the NoVNC Desktop, including copy and paste
12+
- Learn how to connect to your compute instance using the NoVNC Remote Desktop.
13+
- Learn the basics of using the NoVNC Desktop, including copy and paste.
1514

1615
### Prerequisites
1716

@@ -22,15 +21,15 @@ This lab assumes:
2221
## Task 1: Access the Graphical Remote Desktop
2322
For ease of execution of this workshop, your VM instance has been pre-configured with a remote graphical desktop accessible using any modern browser on your laptop or workstation. Proceed as detailed below to login.
2423

25-
If you prefer to connect to the compute instance using SSH to execute the workshop steps and commands, please skip the rest of this lab and *proceed to the next lab*.
24+
If you prefer to connect to the compute instance using SSH to execute the workshop steps and commands, please skip the rest of this lab and **proceed to the next lab**.
2625

27-
1. Navigate to **Stack Details**, **Application Information** tab, and click on the remote desktop URL
26+
1. Navigate to **Stack Details**, **Application Information** tab, and **Copy** the remote desktop URL.
2827

2928
![](./images/create-stack-novnc-10.png " ")
3029

3130
![](./images/novnc-login-1.png " ")
3231

33-
This should take you directly to your remote desktop in a single click.
32+
Paste this URL into another browser window and it will take you to the remote desktop.
3433

3534
![](images/novnc-launch-get-started-2.png " ")
3635

@@ -44,7 +43,7 @@ You can safely ignore this error. Proceed by clicking on **Details**, and finall
4443

4544
## Task 2: Enable NoVNC Full-screen Display
4645

47-
Too make the best use of your display, perform the following tasks to render your remote desktop session in fullscreen mode.
46+
To make the best use of your display, perform the following tasks to render your remote desktop session in fullscreen mode.
4847

4948
1. Click on the small gray tab on the middle-left side of your screen to open the control bar.
5049

@@ -57,7 +56,7 @@ Too make the best use of your display, perform the following tasks to render you
5756

5857
## Task 3: Enable Copy/Paste from Local to Remote Desktop
5958

60-
During the execution of this workshop you may will 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, you may proceed as indicated below to enable an alternative local-to-remote clipboard via the NoVNC Clipboard.
59+
During the execution of this workshop you will need to copy text from the workshop instructions (use the copy button provided) to a terminal session (remote desktop or SSH). As direct copy/paste between your local browser and the NoVNC desktop isn't supported, you may proceed as indicated below to enable an alternative local-to-remote clipboard using the NoVNC Clipboard.
6160

6261
1. Continuing from the last task above, Select the *clipboard* icon
6362

@@ -69,11 +68,11 @@ During the execution of this workshop you may will to copy text from your local
6968

7069
*Note:* Please make sure you initialize your clipboard with step [1] shown in the screenshot above before opening the target application in which you intend to paste the text. Otherwise will find the *paste* function in the context menu grayed out when attempting to paste for the first time.
7170

72-
**IMPORTANT:** Due to the slightly cumbersome nature of copying between your host system and the NoVNC session, we recommend that you perform all of the copy/paste actions within the NoVNC session itself, as this avoids the use of the NoVNC clipboard. Alternatively, access the workshop's compute instance via SSH and copy/paste between the lab instructions displayed in your local browser and your SSH session.
71+
**IMPORTANT:** Due to the slightly cumbersome nature of copying between your host system and the NoVNC session, we recommend that you perform all of the copy/paste actions within the NoVNC session itself, as this avoids the use of the NoVNC clipboard. Alternatively, access the workshop's compute instance using SSH and copy/paste between the lab instructions displayed in your local browser and your SSH session.
7372

7473
If you will be using the NoVNC desktop for the workshop, make sure that you have an open terminal session. If you have closed the terminal session that was open when you first logged in, open a new one now using **Activities > Terminal** from the Linux desktop menu bar.
7574

76-
You may now *proceed to the next lab*.
75+
You can now **proceed to the next lab**.
7776

7877

7978
## Acknowledgements

0 commit comments

Comments
 (0)