Cyberithub

8 Easy Steps to Create an AKS Cluster using Azure CLI

8 Easy Steps to Create an AKS Cluster using Azure CLI 2

In this article, we will go through the steps to create an AKS Cluster using Azure CLI. Azure Kubernetes Service(AKS) is a managed Kubernetes Service offered by Microsoft on Azure Cloud. It completely removes the overhead of creating and managing complex Kubernetes environment. Moreover, AKS fully integrates with other Azure services which means you can ... Read more

How to Install Azure CLI on Windows 10

How to Install Azure CLI on Windows 10 3

In this article, I will take you through the steps to install Azure CLI on Windows 10. Apart from powerful GUI, Microsoft also provides a robust Azure command-line interface (Azure CLI) to manage Azure resources through Powershell or CMD. You can manage almost all the Azure Services using command line interface. It was basically designed ... Read more

How to Download and Install Jenkins on Windows 10

How to Download and Install Jenkins on Windows 10 15

In this article, we will go through the steps to download and Install Jenkins on Windows 10. Jenkins is a free and open source automation software used for building, testing and deploying code to achieve the end goal of Continuous delivery and Continuous Integration. It provides faster and efficient code deployment on multiple environments. Jenkins ... Read more

31 Most Useful netsh command examples in Windows

31 Most Useful netsh command examples in Windows 43

In this article, I will take you through 31 Most Useful netsh command examples in Windows. netsh also known as Network Shell is a windows based command line utility to manage network interfaces and its configurations. netsh command can also be used for network troubleshooting purposes. You can capture network packets in a local file ... Read more

20 Useful wmic command examples in Windows | Cheat Sheet

20 Useful wmic command examples in Windows | Cheat Sheet 53

In this example I will take you through 20 useful wmic command examples in Windows. wmic utility provides a command-line interface for Windows Management Instrumentation(WMI). Windows command line lovers can use this utility to query WMI entries. We will see some real world examples of wmic command in below section. More on Microsoft docs. Useful ... Read more