How To Change From WSL2 to WSL1
This is a post on how to change a Windows Subsystem for Linux (WSL) Distribution from a Version 2 to Version 1.
This is a post on how to change a Windows Subsystem for Linux (WSL) Distribution from a Version 2 to Version 1.
This is a post on how to reboot a Windows Subsystem for Linux (WSL) virtual machine environment on your local machine.
WSL allows users to develop and run applications within a GNU/Linux environment on a Windows computer. Previous to this Windows Feature you might have needed VM’s or a dual boot setup for this type of test/development environment.
This is a post on how to help manage S3 Buckets with AWS CLI, and to help explain some local Operating System (OS) considerations when running such commands.
The Get-EventLog cmdlet in PowerShell can help you view events as you would in Event Viewer, but within your PowerShell Terminal.
A quick note on Get-Command in PowerShell. This cmdlet brings back a list of commands available to use in PowerShell. # get-command, better use wildcards * Get-Command test-sql*
A quick post to note down a script that’ll create a folder if it doesn’t already exist in PowerShell. This script utilises Test-Path which helps determin whether a path exists.
The Get-TimeZone command in PowerShell returns the current Time Zone of a computer, or it can be used to list all available Time Zones which will be useful if you’re planning on making changes to this.
Get-Service is a command in PowerShell that returns a list of Services on a Computer. This post is a quick guide on running this command in a PowerShell terminal, using a wildcard ( * ) to show me my services with “SQL”
Quick notes for installing & configuring AWS CLI (Version 2) on Windows (in PowerShell), the unified tool for managing AWS Services.