Related Articles
Linux VMs
On the myDRE platform different types of Linux virtual machines (VMs) are available. Ubuntu 20 (for GPU usage) Ubuntu 22 By default, Linux VMs have no connection to the outside world, so cannot be directly ssh'ed into like a Windows VM. Therefore a ...
Install NVIDIA GPU drivers on N-Series VMs running Linux
NVIDIA GPU Driver for Linux N-Series VMs Requirements Domain Allowlisting: microsoft.com developer.download.nvidia.com archive.ubuntu.com N-series VM running Ubuntu20 or Ubuntu22. GCC C-compiler installed on the Linux VM. After installing the NVIDIA ...
Turn Proxy Off/On on Linux VM
1. Log in to the Linux VM 2. Write command sudo nano /etc/environment press enter and enter your password 3. To turn Proxy Off, comment out all the content that you find in there e.g #http_proxy="http://127.0.0.1:8080" 4. Press ctrl + x to exit, save ...
Ensuring Continuity for Long Linux Processes with Tmux
Introduction Users might experience an issue when working with Linux Virtual Machines (VMs), especially when connecting through SSH using tools like Bastion or PowerShell. The problem arises when the connection to the VM is lost due to closing the ...
Shiny Server in a myDRE Workspace
Version = 2023-02-02 This instruction is used to get Shiny Server up and running in a Workspace. For your actual workloads you might need other size VMs. Also there is much more to be configured, but being able to get Shiny up and running is a good ...