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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ See [Lab0 prerequisites](/labs/lab0/prerequisites.md) for the Hardware/Software
62
62
63
63
Review the Github Repo content for the NGINX Basics Workshop 101. If you have taken this Workshop, and understand the content, you can successfully complete the Lab exercises in this NGINX One Console Workshop. It is HIGHLY recommended that you complete the 101 Workshop prior.
64
64
65
-
It will take approximately 1 hour to complete the NGINX One Console Workshop.
65
+
It will take approximately 2-3 hour to complete the NGINX One Console Workshop.
- When you click on the `Activate Account` button within the activation email, you would be redirected to setup 2 factor authentication as shown below. Select your preferred authentication method.
- If you already have an account but you can't remember your password, simply reset your password by clicking on `Forgot Password?` link.
47
-

52
+
53
+

48
54
49
55
## Step 2: Start the course
50
56
51
57
- Once logged into UDF, click `Launch` (This will open a new tab.)
52
-

58
+
59
+

53
60
54
61
- And then click on `Join`
55
-

62
+
63
+

56
64
57
65
- Click the `DEPLOYMENT` tab at the top
58
-

59
66
60
-
## Step 3: RDP to the Ubuntu Jumpbox
67
+

68
+
69
+
## Step 3: RDP to the Jumphost
61
70
62
-
- username: `ubuntu`
63
-
- password: `Nginx123`
71
+
- Wait for the Jumphost to finish booting. . .
64
72
65
-
THIS REQUIRES AN RDP CLIENT! If you have a Mac *and* haven't downloaded an RDP client before, here is the first-party version:
73
+

66
74
67
-
[Microsoft's RDP client on the Apple Apps Store](https://apps.apple.com/us/app/microsoft-remote-desktop/id1295203466?mt=12)
75
+
- There are two ways to RDP to the Jumphost
68
76
69
-
- Now you just have to wait for the Ubuntu Desktop to finish booting. . .
77
+

70
78
71
-

79
+
### OPTION 1: Using **Apache Guacamole**
72
80
73
-
- Make sure to select a small enough resolution to see the whole screen.
81
+

82
+
83
+
This workshop is enabled with Apache Guacamole, which is a clientless remote desktop gateway.
74
84
75
-

85
+
- To use Apache Guacamole, select `Guacamole` from the ACCESS drop down for the Jumphost.
76
86
77
-
- Once you select the resolution, your browser will download an rdp file. Open this file to connect to Ubuntu Desktop.
87
+
- Click on "Allow" for the popup and then enter below credentials.
78
88
79
-
- Accept the self-signed cert, the Ubuntu Desktop username and password will be `ubuntu` and `Nginx123`.
89
+

80
90
81
-
(**NOTE:** This is *not* your UDF login username & password.)
91
+
- In the next window click on "OK" and then enter the login password (`Nginx123`) to log into the Jumphost.
82
92
83
-

93
+

84
94
85
-
-------------
86
-
> **If you can't connect to the Ubuntu Desktop, *remember to shut off your VPN*, or join a non-proxied network (sometimes a guest network in the office will work)**
87
-
-------------
95
+
### OPTION 2: Using **xRDP**
96
+
97
+

98
+
99
+
THIS OPTION REQUIRES AN RDP CLIENT! If you have a Mac *and* haven't downloaded an RDP client before, here is the first-party version:
100
+
101
+
[Microsoft's RDP client on the Apple Apps Store](https://apps.apple.com/us/app/microsoft-remote-desktop/id1295203466?mt=12)
102
+
103
+
- To use your RDP client, select `xRDP` from the ACCESS drop down for the Jumphost. Make sure to select a small enough resolution to see the whole screen.
104
+
105
+
- Once you select the resolution, your browser will download an rdp file. Open this file to connect to the Jumphost.
106
+
107
+
- Accept the self-signed cert and then enter the login password (`Nginx123`) to log into the Jumphost.
108
+
109
+
(**NOTE:** This is *not* your UDF login password.)
110
+
111
+

112
+
113
+
> **If you can't connect to the Jumphost, *remember to shut off your VPN*, or join a non-proxied network (sometimes a guest network in the office will work)**
114
+
115
+
**For machines running Windows and attached to a domain, Windows will helpfully attempt to use your domain creds to log in, and you'll see:**
116
+
117
+

88
118
89
-
**For machines running Windows and attached to a domain, Windows will helpfully attempt to use your domain creds to log in, and you'll see:**
119
+
**Click "More choices" to enter both a username and a password**
90
120
91
-

1. Find all the currently available `NGINX Plus` containers with Agent installed. Curl the `NGINX Private Registry` ( **NOTE:** you will need your `nginx-repo Certificate and Key` files to run this command):
353
+
1. Find all the currently available `NGINX Plus` containers with Agent installed. Curl the `NGINX Private Registry` ( **NOTE:** you will use your `nginx-repo.jwt` license file to run this command):
Copy file name to clipboardExpand all lines: labs/lab5/readme.md
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ Don't forget to remove your unused Instances from the NGINX One Console.
160
160
161
161
## Install NGINX Plus R32 on a VM
162
162
163
-
Next you will create an NGINX instance that is pinned to version R32 on a virtual machine. This will show you an upgrade from R32 to the new R33 on a VM, a common NGINX upgrade task. From the Jumphost you can use the terminal to SSH to the VM's command line to do an install.
163
+
Next you will create an NGINX instance that is pinned to version R32 on a virtual machine. This will show you an upgrade from R32 to the new R33 on a VM, a common NGINX upgrade task. From the Jumphost you can use the terminal to SSH to the VM's command line to do an install.
164
164
165
165
1. From the VS Studio Terminal window, run the following commands.
166
166
@@ -170,9 +170,6 @@ Next you will create an NGINX instance that is pinned to version R32 on a virtua
0 commit comments