====== Linux ====== ===== Red Hat Enterprise Linux ===== ==== Registration ==== To unlock all features of RHEL an account is needed. After the installation, use this command to register the system # subscription-manager register //HSE-internal: 1 password: "Red Hat Developer Account"// ==== vmware ==== For fluent integration (copy&paste, window resizing, etc), install vm-tools and vmware display driver with the following commands: $ sudo dnf install open-vm-tools open-vm-tools-desktop $ sudo dnf install xorg-x11-drv-vmware $ sudo reboot ==== compile g-cli ==== This manual process should not be needed in further version, but currently g-cli doesn't install a compiled binary. $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh $ git clone https://github.com/JamesMc86/G-CLI.git $ cd G-CLI/rust-proxy $ cargo build make it available for all users (also gitlab runner!) $ sudo cp target/debug/g-cli /usr/bin Also, we were not able to install the VIP and needed to extract the VIs to vilib manually.