You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: timesten/cache-introduction/00-verify-compute/verify-compute-desktop.md
+19-18Lines changed: 19 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,35 +1,34 @@
1
1
# Connect to the workshop compute instance
2
2
3
3
## 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.
5
5
6
6
**Estimated Lab Time:** 10 minutes
7
7
8
8
### Objectives
9
-
In this lab, you will:
10
9
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).
14
13
15
14
### Prerequisites
16
15
17
16
This lab assumes:
18
17
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).
21
20
22
21
If you wish to use the NoVNC graphical desktop to access the workshop compute instance, please complete **tasks 1 and 2** below.
23
22
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.
25
24
26
25
If you wish to be able to use both connection methods, please complete all the tasks in this lab.
27
26
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.
29
28
30
29
## Task 1: Enable NoVNC Full-screen Display
31
30
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.
33
32
34
33
1. Click on the small gray tab on the middle-left side of your screen to open the control bar.
35
34
@@ -42,7 +41,7 @@ Too make the best use of your display, perform the following tasks to render you
42
41
43
42
## Task 2: Enable Copy/Paste from Local to Remote Desktop
44
43
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.
46
45
47
46
1. Continuing from the last task above, Select the *clipboard* icon
48
47
@@ -60,15 +59,15 @@ If you will be using the NoVNC desktop for the workshop, make sure that you have
60
59
61
60
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.
62
61
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.
64
63
65
64
*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.
66
65
67
66
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)
68
67
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.
70
69
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.
72
71
73
72
```
74
73
<copy>
@@ -93,9 +92,9 @@ This assumes that you already have an RSA type SSH key-pair available on the loc
93
92
94
93

95
94
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**).
97
96
98
-
6. Set the required permissions on *authorized_keys*
97
+
6. Set the required permissions on *authorized_keys*.
99
98
100
99
```
101
100
<copy>
@@ -113,11 +112,13 @@ This assumes that you already have an RSA type SSH key-pair available on the loc
113
112
</copy>
114
113
```
115
114
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
+
116
117
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.
117
118
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.
Copy file name to clipboardExpand all lines: timesten/cache-introduction/00-verify-compute/verify-compute-freetier.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,16 @@
1
1
# Connect to the workshop compute instance using NoVNC Remote Desktop
2
2
3
3
## 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.
5
5
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**.
7
7
8
8
**Estimated Lab Time:** 10 minutes
9
9
10
10
### Objectives
11
-
In this lab, you will:
12
11
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.
15
14
16
15
### Prerequisites
17
16
@@ -22,15 +21,15 @@ This lab assumes:
22
21
## Task 1: Access the Graphical Remote Desktop
23
22
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.
24
23
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**.
26
25
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.
28
27
29
28

30
29
31
30

32
31
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.
34
33
35
34

36
35
@@ -44,7 +43,7 @@ You can safely ignore this error. Proceed by clicking on **Details**, and finall
44
43
45
44
## Task 2: Enable NoVNC Full-screen Display
46
45
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.
48
47
49
48
1. Click on the small gray tab on the middle-left side of your screen to open the control bar.
50
49
@@ -57,7 +56,7 @@ Too make the best use of your display, perform the following tasks to render you
57
56
58
57
## Task 3: Enable Copy/Paste from Local to Remote Desktop
59
58
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.
61
60
62
61
1. Continuing from the last task above, Select the *clipboard* icon
63
62
@@ -69,11 +68,11 @@ During the execution of this workshop you may will to copy text from your local
69
68
70
69
*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.
71
70
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.
73
72
74
73
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.
0 commit comments