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 / harden-Ubuntu2004.sh
Last active April 20, 2024 21:57
Harden Ubuntu 20.04 server installation
#!/bin/bash
# =============================================================================
# Harden Ubuntu Linux 20.04 (focal)
# Run commands as root (sudo su -)
# -----------------------------------------------------------------------------
# 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-OhMyPoshV3.ps1
Last active May 26, 2021 20:48
Install OhMyPoshV3 on top of PowerShell
# =============================================================================
# Install Oh My Posh v3
# -----------------------------------------------------------------------------
# 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,
# EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
@aessing
aessing / install-MicrosoftPsModules.ps1
Created December 23, 2020 21:13
Install PowerShell modules for Microsoft Azure and Microsoft 365 management
# =============================================================================
# Install Microsoft PowerShell Modules (PowerShell)
# Azure & Microsoft 365
# -----------------------------------------------------------------------------
# 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 / aes-OhMyPoshV3-theme-default.json
Last active February 24, 2021 18:28
My Oh my Posh Theme
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
@aessing
aessing / install-Cloudflared.sh
Last active November 6, 2023 23:22
Install Cloudlflare daemon (cloudflared) on Linux (Ubuntu) - DNS-over-HTTPS
#!/bin/bash
# =============================================================================
# Install Cloudlflare daemon (cloudflared) on Linux (Ubuntu) - DNS-over-HTTPS
# https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/
# https://developers.cloudflare.com/argo-tunnel/downloads
# -----------------------------------------------------------------------------
# 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-AzCli.sh
Created October 1, 2020 19:55
Install Azure Command-Line Interface (AZ CLI) on Linux (Ubuntu)
#!/bin/bash
# =============================================================================
# Install Azure Command-Line Interface (AZ CLI) on Linux (Ubuntu)
# https://docs.microsoft.com/en-us/cli/azure/
# https://github.com/Azure/azure-cli
# -----------------------------------------------------------------------------
# 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-Ngrok.sh
Last active April 10, 2022 06:03
Install Ngork on Linux
#!/bin/bash
# =============================================================================
# Install Ngrok on Linux
# https://ngrok.com/
# -----------------------------------------------------------------------------
# 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-AzCopy.sh
Created October 1, 2020 19:50
Install AzCopy on Linux
#!/bin/bash
# =============================================================================
# Install AzCopy on Linux
# 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-Ngrok.ps1
Created October 1, 2020 10:25
Install Ngork on Windows (PowerShell)
# =============================================================================
# Install Ngork on Windows (PowerShell)
# https://ngrok.com/
# -----------------------------------------------------------------------------
# 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-AzCli.ps1
Last active August 13, 2021 09:16
Install Azure Command-Line Interface (AZ CLI) on Windows (PowerShell)
# =============================================================================
# Install Azure Command-Line Interface (AZ CLI) on Windows (PowerShell)
# https://docs.microsoft.com/en-us/cli/azure/
# https://github.com/Azure/azure-cli
# -----------------------------------------------------------------------------
# Developer.......: Andre Essing (https://www.andre-essing.de/)
# (https://github.com/aessing)
# (https://twitter.com/aessing)
# (https://www.linkedin.com/in/aessing/)
# -----------------------------------------------------------------------------