Search

Tag: cli

View:
Vladan Seget
  • Vladan Seget
  • February 28, 2023

How to Identify where VMware ESXi is installed – on USB, SD, HD or PXE

Sometimes, especially in a new environment, you may need to quickly find out where your ESXi hypervisor is installed. Whether it’s on a USB stick, SD card, local disk, or booting over the network via PXY, there are a few methods to identify the location correctly.
Read more
Florent Appointaire
  • Florent Appointaire
  • April 21, 2022

Move your Azure resources in CLI instead of using the portal

In addition to using Azure Portal, there is also the ability to migrate desired resources using CLI (command-line interface). This way, you can bypass the long waiting time for the Portal to perform validation and then enact the move. Instead, you can type in certain commands and start moving resources to another group, subscription, or region right away.
Read more
Florent Appointaire
  • Florent Appointaire
  • July 8, 2021

Kubectl with Azure CLI

Microsoft has recently added a new feature, which is the possibility to issue Kubernetes command-line interface (CLI) commands directly from Azure CLI. This is a serious step forward in the direction of further simplification of Azure workload and routine, which can be appreciated by Azure Kubernetes Services (AKS).
Read more
Florent Appointaire
  • Florent Appointaire
  • April 9, 2019

[Azure DevOps] Terraform deployment with Azure DevOps – Part 1

Project management and automatized workflow are the milestones of any business, but small companies often have neither resources nor the experience to build them from scratch. That is when Azure DevOps enters the scene! This guide lets Terraform users learn how to optimize their workflow with Azure.
Read more
Andrea Mauro
  • Andrea Mauro
  • May 1, 2018

Using PowerShell on Linux

PowerShell is a command line (CLI) scripting language developed by Microsoft to simplify automation and configuration management, consisting of a command-line shell and associated scripting language. It’s a (huge) evolution (or better a revolution) from the original DOS batch language (still supported in latest Windows OS with the cmd.exe command), and it’s really better compared to the different previous attempts to replace the batch language (like Windows Script Host).
Read more
Andrea Mauro
  • Andrea Mauro
  • March 13, 2018

CLI vs. GUI for VMware Admins

The term User Interface (UI) is used for specifying how a user interacts with a specific device, or software. CLI and GUI are two different types of possible user interfaces. Let’s analyze those different approaches and the pro and cons of them, using the VMware vSphere environment as an example.
Read more