Difference between revisions of "Create Linux Guest Horizon"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (Created page with "==Purpose== To create a Linux VDI desktop that no one in the company will end up using. This is purely for learning purposes and I do not expect this to be used. ==Issues== *A...") |
Michael.mast (talk | contribs) |
||
Line 9: | Line 9: | ||
*I assume the best practice is to build the base OS without joining to the domain. Then as users need desktops you would clone the base image, update the hostname, join the domain, then enroll into horizon. | *I assume the best practice is to build the base OS without joining to the domain. Then as users need desktops you would clone the base image, update the hostname, join the domain, then enroll into horizon. | ||
*I created a setup user called "setup" and will be using this to configure the system. | *I created a setup user called "setup" and will be using this to configure the system. | ||
+ | ===General Notes=== | ||
+ | <pre> | ||
+ | dnf upgrade -y | ||
+ | </pre> |
Revision as of 09:54, 1 December 2020
Purpose
To create a Linux VDI desktop that no one in the company will end up using. This is purely for learning purposes and I do not expect this to be used.
Issues
- As of Horizon 7.13 only manual desktops are supported.
Process
Base Install
- Used the Workstation software selection with whatever optional graphical tools were available. I did not install the office suite.
- I assume the best practice is to build the base OS without joining to the domain. Then as users need desktops you would clone the base image, update the hostname, join the domain, then enroll into horizon.
- I created a setup user called "setup" and will be using this to configure the system.
General Notes
dnf upgrade -y