Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
classes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
academy
classes
Commits
68b53a71
Commit
68b53a71
authored
3 years ago
by
Neil Gershenfeld
Browse files
Options
Downloads
Patches
Plain Diff
wip
parent
01c48713
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
interface_application_programming/remote.html
+19
-1
19 additions, 1 deletion
interface_application_programming/remote.html
with
19 additions
and
1 deletion
interface_application_programming/remote.html
+
19
−
1
View file @
68b53a71
...
...
@@ -9,7 +9,7 @@
<pre>
Windows
choose a
n
AMI:
choose a
DCV
AMI:
https://aws.amazon.com/marketplace/seller-profile?id=74eff437-1315-4130-8b04-27da3fa01de1
choose and launch an instance:
https://aws.amazon.com/ec2/instance-types/
...
...
@@ -22,6 +22,24 @@ Windows
native client:
https://www.nice-dcv.com/
Linux (AMI)
choose a DCV AMI:
https://aws.amazon.com/marketplace/search/results?searchTerms=dcv
choose and launch an instance:
https://aws.amazon.com/ec2/instance-types/
configure:
sudo adduser your_user_name
sudo vim /etc/dcv/dcv.conf
create-session = true
owner="your_user_name"
web-port=your_desired_port_number
sudo systemctl restart dcvserver
connect:
browser:
https://server_ip_address:your_desired_port_number
native client:
https://www.nice-dcv.com/
Linux (Ubuntu 22.04)
choose and launch an instance:
https://aws.amazon.com/ec2/instance-types/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment