Skip to content

Instantly share code, notes, and snippets.

View rifaterdemsahin's full-sized avatar

Erdem rifaterdemsahin

View GitHub Profile
@rizky
rizky / azure-powershell-cheatsheet.ps1
Last active March 22, 2021 15:04
Azure Powershell Cheatsheet
# To log in to Azure Resource Manager
Login-AzureRmAccount
# You can also use a specific Tenant if you would like a faster log in experience
# Login-AzureRmAccount -TenantId xxxx
# To view all subscriptions for your account
Get-AzureRmSubscription
# To select a default subscription for your current session.
@kekru
kekru / 01-Openshift3-WSL2.md
Last active September 3, 2024 10:49
Openshift 3.11 in WSL2

Running Openshift 3.11 inside WSL2

This is not running yet, but nearly almost

Install WSL2 and oc client

First install a WSL2 with Ubuntu 20.04 as described at Microsoft

Enter wsl shell