Install LXD pure-container hypervisor on Ubuntu 18.04 LTS

To install LXD pure-container hypervisor on Ubuntu 18.04 LTS, you can use the following steps: Add the LXD PPA (Personal Package Archive) to your system by running the command: sudo add-apt-repository -y ppa:ubuntu-lxc/lxd-stable Update the package lists by running: sudo apt-get update Install the LXD package by running: sudo apt-get install lxd After the installation … Read more

How To Install and Configure TigerVNC server on Ubuntu

TigerVNC is a popular VNC server that allows you to remotely access the desktop of a Linux system. Here’s how you can install and configure TigerVNC on Ubuntu: Install TigerVNC server by running the following command: sudo apt-get install tigervnc-standalone-server tigervnc-common Create a new VNC user by running the following command, replacing “username” with the … Read more

Ubuntu Linux install OpenSSH server

To install OpenSSH server on Ubuntu Linux, you can use the apt package manager. Here are the steps to do this: Open the terminal and update the package list by running the following command: sudo apt update Install OpenSSH server by running the following command: sudo apt install openssh-server Verify that the SSH service is … Read more

Linux mount an LVM volume / partition command

To install LXD (Linux Containers) on Ubuntu 18.04 LTS, you can use the following steps: Install the necessary packages: sudo apt install lxd lxd-client Initialize LXD by running sudo lxd init and following the prompts. You can choose to use the default settings or customize the storage pool and network settings. Verify the installation by … Read more