Step-1 : Identify the ethernet interface name ip link –> From the below example Interface name is enp0s3Now we will assign the IP to this interface sandeepsr@master:~$ ip link 1: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: enp0s3: mtu 1500 qdisc fq_codel state UP […]
Horizon Cloud / Horizon DAAS – Rest APIs [Part – 2]
We have discussed how to import post man collection in the last post, in this post let’s see how we can use them The very first we must authenticate to Horizon tenant with the credentials. taAddress –> Horizon tenant Login portal FQDN (Ex: – thecloudwiki.com) Login to the tenant In the postman collections, Navigate to […]
PowerCLI – Enabling SSH to ESXi host and execute esxcli commands
Simple PowerCLI script to enable SSH on Esxi server and run esxcli commands
Linux – Ubuntu 21.04 install in VirtualBox
Step-by-Step guide to install Ubuntu – 21.04 in VirtualBox Download Ubuntu ISO from here Launch VirtualBox and Click on New Provide a name to the VM and type of Operating system as well flavour, Click on Create Adjust the VDI disk size as required and click on Create Increase the Processor count if required &&for […]
Horizon Cloud on Azure – Duo Multi Factor Authentication Setup
We have already discussed how to use Windows NPS as Radius server in this article Now let’s discuss how to setup duo as RADIUS server and integrate the same with Horizon Cloud on Azure. We will use Ubuntu server as a Duo authentication proxy for this demonstration Install Duo authentication proxy Directory sync configuration in […]
Windows – Create SSL certificate using Windows CA
Generate a New SSL Certificate has two (2) parts Create a Certificate Signing Request (CSR) Generate SSL certificate How to create a CSR request Please check this article How to generate SSL certificate Launch CA web enrollment page Click on Request a certificate Click on the advanced certificate request Let’s say now I need to […]
Windows – Create Certificate Signing Request (CSR)
How to create CSR? There are again 2 ways to create a CSR Using IIS Server Using Openssl command line Using IIS Server Again, this is a 3-step procedure since using IIS we can’t generate private key CSR Request Login to IIS windows Server and launch Internet Information Services (IIS) Manager On the IIS Manager […]
Horizon Cloud / Horizon DAAS – Rest APIs [ Part – 1]
In a series of blog posts will discuss how to use Rest API calls using Postman and PowerShell cmdlets for Horizon DAAS and Horizon Hosted Infrastructure but not for Horizon Cloud on Azure. In Horizon DAAS and Hosted Infrastructure customers having no visibility on what’s happening on connection server appliances since it’s a hosted cloud. […]
Azure Basics – Clone or Duplicate a Virtual Machine in Azure
In this article let’s discuss how can we clone or duplicate a virtual machine in Azure We will achieve this using 3 steps Create a Snapshot Create a Managed disk from Snapshot Create a VM from Managed disk Create a Snapshot for an existing VM Login to Azure Portal Click on the Resource Groups from […]
Azure Basics – Move VM between different resource groups
Azure portal have an option to move VM’s between the Resource groups Here is the step-by-step guide Login to Azure Portal Click on Resource Groups from Left side blade Select the Resource Group where your VM located Select the VM resources that needs to be moved Click on Move –> Move to another resource group […]