Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cloud
web
Commits
cfedd762
Commit
cfedd762
authored
2 years ago
by
Emanuele Petagna
Browse files
Options
Downloads
Patches
Plain Diff
fixed syntax errors
parent
c67a098b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/support/FAQ.rst
+3
-2
3 additions, 2 deletions
web/support/FAQ.rst
with
3 additions
and
2 deletions
web/support/FAQ.rst
+
3
−
2
View file @
cfedd762
...
@@ -685,6 +685,7 @@ Requirements for local machine:
...
@@ -685,6 +685,7 @@ Requirements for local machine:
The following instructions work straightforward on Linux and MacOS; on Windows some adjustments are required,
The following instructions work straightforward on Linux and MacOS; on Windows some adjustments are required,
it depends on your SSH Client.
it depends on your SSH Client.
**XFCE4 Desktop Environment (Ubuntu 20.04 Server) **
**XFCE4 Desktop Environment (Ubuntu 20.04 Server) **
1. SSH login to your OpenStack VM
1. SSH login to your OpenStack VM
...
@@ -692,7 +693,7 @@ it depends on your SSH Client.
...
@@ -692,7 +693,7 @@ it depends on your SSH Client.
(if you need a more complete desktop environment then install also **xubuntu-desktop**)
(if you need a more complete desktop environment then install also **xubuntu-desktop**)
3. create a .vnc folder in your user home: `mkdir .vnc`
3. create a .vnc folder in your user home: `mkdir .vnc`
4. create xstartup file in `~/.vnc/` and paste the following content::
4. create xstartup file in `~/.vnc/` and paste the following content::
#!/bin/bash
#!/bin/bash
xrdb $HOME/.Xresources
xrdb $HOME/.Xresources
startxfce4 &
startxfce4 &
...
@@ -704,6 +705,7 @@ it depends on your SSH Client.
...
@@ -704,6 +705,7 @@ it depends on your SSH Client.
**LOCAL_PORT** with a valid port; replace **PORT** with the same port used in previous step.
**LOCAL_PORT** with a valid port; replace **PORT** with the same port used in previous step.
8. on your local machine run a VNC Client and connect to **127.0.0.1:LOCAL_PORT**, when required insert VNC password (from step 5)
8. on your local machine run a VNC Client and connect to **127.0.0.1:LOCAL_PORT**, when required insert VNC password (from step 5)
**XFCE4 Desktop Environment (Ubuntu 22.04 Server) **
**XFCE4 Desktop Environment (Ubuntu 22.04 Server) **
1. SSH login to your OpenStack VM
1. SSH login to your OpenStack VM
...
@@ -711,7 +713,6 @@ it depends on your SSH Client.
...
@@ -711,7 +713,6 @@ it depends on your SSH Client.
(if you need a more complete desktop environment then install also **xubuntu-desktop**)
(if you need a more complete desktop environment then install also **xubuntu-desktop**)
3. create a .vnc folder in your user home: `mkdir .vnc`
3. create a .vnc folder in your user home: `mkdir .vnc`
4. create xstartup file in `~/.vnc/` and paste the following content::
4. create xstartup file in `~/.vnc/` and paste the following content::
#!/bin/sh
#!/bin/sh
# Start up the standard system desktop
# Start up the standard system desktop
...
...
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