-
As you prepare for the OnRamp track at the PowerShell + DevOps Global Summit, this guide walks you through installing the essential tools on your Ubuntu Linux system if that's your preferred operating system. You'll learn to install PowerShell version 7, Visual Studio Code, and the PowerShell extension for VS Code to …
Read More -
sudo apt update is a command used in Debian-based Linux distributions like Ubuntu to update the package information on your system. Here's what it does: Refreshes Package Lists: When you run sudo apt update, your system contacts the package repositories specified in your /etc/apt/sources.list file. These repositories …
Read More -
Disk management is an integral part of system administration, and the ability to analyze and track disk usage is crucial. In this article, we’ll delve into different techniques to determine disk usage from the command line on macOS. Introduction Command-line interface (CLI) based disk usage examination offers several …
Read More -
The $env:PSModulePath environment variable contains a list of directory locations that PowerShell searches to locate modules. 1$env:PSModulePath When you're trying to determine what paths are part of the $env:PSModulePath environment variable in PowerShell, you'll find that most examples split the results on the …
Read More -
PowerShell is a cross-platform scripting language that runs on Windows, Linux, and macOS. ArcoLinux is a rolling release Linux distribution based on Arch Linux. Prerequisites ArcoLinux was installed using the ArcoLinuxL ISO with the easy installation option. The examples shown in this article were performed using Xfce …
Read More -
Hugo is a lightning-fast open-source static site generator that's written in Go. ArcoLinux is a rolling release Linux distribution based on Arch Linux. Prerequisites ArcoLinux was installed using the ArcoLinuxL ISO with the easy installation option. The examples shown in this article were performed using Xfce Terminal. …
Read More -
Visual Studio Code (VS Code) is a powerful, lightweight, and cross-platform source code editor. ArcoLinux is a rolling release Linux distribution based on Arch Linux. Prerequisites ArcoLinux was installed using the ArcoLinuxL ISO with the easy installation option. The examples shown in this article were performed using …
Read More -
PowerShell is a cross-platform scripting language that runs on Windows, Linux, and macOS. ArcoLinux is a rolling release Linux distribution based on Arch Linux. Like other Arch-based Linux distributions, ArcoLinux uses pacman for its package manager. Prerequisites ArcoLinux was installed using the ArcoLinuxL ISO with …
Read More -
In a couple of my previous blog articles, I've demonstrated how to create a storage account in Azure and how to create a reserved virtual IP address in Azure. Both of those items will be used in today's blog article so I recommend reading through those previous blog articles if you haven't already done so. The goal in …
Read More