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 ...
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 ...
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 ...
Set up Linux on your Chromebook
Linux is a feature that lets you develop software using your Chromebook. You can install Linux command line tools, code editors, and IDEs (integrated development environments) on your Chromebook. Turn on Linux Linux is off by default. You can turn it ...
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 ...