Skip to content

Instantly share code, notes, and snippets.

View aessing's full-sized avatar
:octocat:
Crafting some epic stuff

Andre Essing aessing

:octocat:
Crafting some epic stuff
View GitHub Profile
@aessing
aessing / install-AzCopy.ps1
Last active September 10, 2024 09:11
Install AzCopy on Windows (PowerShell)
# =============================================================================
# Install AzCopy on Windows (PowerShell)
# https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10
# https://github.com/Azure/azure-storage-azcopy
# -----------------------------------------------------------------------------
# Developer.......: Andre Essing (https://www.andre-essing.de/)
# (https://github.com/aessing)
# (https://twitter.com/aessing)
# (https://www.linkedin.com/in/aessing/)
# -----------------------------------------------------------------------------
@aessing
aessing / install-Wsl2.ps1
Last active March 19, 2021 08:05
Install WSL2 on Windows 10 (PowerShell)
# =============================================================================
# Install WSL2 on Windows 10 (PowerShell)
# https://docs.microsoft.com/de-de/windows/wsl/install-win10
# -----------------------------------------------------------------------------
# Developer.......: Andre Essing (https://www.andre-essing.de/)
# (https://github.com/aessing)
# (https://twitter.com/aessing)
# (https://www.linkedin.com/in/aessing/)
# -----------------------------------------------------------------------------
# THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
@aessing
aessing / install-Sysinternals.ps1
Last active August 11, 2024 01:59
Install Sysinternals on Windows (PowerShell)
# =============================================================================
# Install Sysinternals on Windows (PowerShell)
# https://docs.microsoft.com/en-us/sysinternals/
# -----------------------------------------------------------------------------
# Developer.......: Andre Essing (https://www.andre-essing.de/)
# (https://github.com/aessing)
# (https://twitter.com/aessing)
# (https://www.linkedin.com/in/aessing/)
# -----------------------------------------------------------------------------
# THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
@aessing
aessing / settings.json
Last active March 19, 2021 07:50
My Windows Terminal Configuration
// =============================================================================
// Windows Terminal Configuration
// https://aka.ms/terminal
// https://github.com/microsoft/terminal
// -----------------------------------------------------------------------------
// Developer.......: Andre Essing (https://www.andre-essing.de/)
// (https://github.com/aessing)
// (https://twitter.com/aessing)
// (https://www.linkedin.com/in/aessing/)
// -----------------------------------------------------------------------------