Linux How to Configure XFCE on CentOS 7.9 Step One: Install the Graphical User Interface PackagesFirst, install the EPEL repository on your system. [root@centos-vm ~]# yum install epel-release -yNext, install the graphical user interface packages. [root@centos-vm ~]# yum
Linux How to Configure XRDP on CentOS 7.9 Step One: Install and Enable XRDPTo install xdrp on CentOS, first, you need to install the EPEL repository on your system. [root@centos-vm ~]# yum install -y epel-release[root@centos-vm ~]# rpm
Azure Deploying & configuring virtual machine scale sets (VMSS) for Linux & Windows VMs A virtual machine scale set is an Azure compute resource that is used to scale up a set of identical virtual machines. If the demand arises, for example, a lot
Azure How to add an Azure File share to an On-Premise Windows & Linux Machine As an admin or user, you may find yourself in a situation whereby you need to extend file sharing capabilities to a storage space somewhere in the cloud, and this
Azure How to RDP into an Ubuntu Virtual Machine in Azure The Prerequisites: A Microsoft Azure account ( You can use a free trial if you do not have one)An existing Linux Virtual Machine in a resource group.By default, connecting