Header test sub1, sub2 and sub3

This is the content on sub3. What is Lorem Ipsum?Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived […]

Powershell in a nutshell

Certainly! Here’s a summary of some of the most important concepts in PowerShell, along with examples:

Bash in a nutshell

Here’s a summary of the most important concepts in Bash, along with examples:

Mount SMB Azure file share on Windows

https://learn.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows Mount the Azure file share with File Explorer Open File Explorer by opening it from the Start Menu, or by pressing the Win+E shortcut. Navigate to This PC on the left-hand side of the window. This will change the menus available in the ribbon. Under the Computer menu, select Map network drive.

Power query excel

Open APIs GitHub – public-apis/public-apis: A collective list of free APIs HTTP API for Latest Covid-19 Data – Pipedream Request coronavirus.m.pipedream.net Excel Paste URL Auth, this is open so anon Result in Power Query Editor ELT process Into table Press list on rawData View on record Unpivoted only selected Drill down lets view a record […]

Ubuntu ufw

linux-and-azure/README_linux_security.md at main · spawnmarvel/linux-and-azure · GitHub

Sudo apt update or append -y?

apt update, synchronize the list of packages and their versions that are available from ubuntu servers. apt upgrade, downloads and upgrade packages to the newest versions available. Vicuna Vikuna 2 The sudo apt update command is a Linux/Debian system administration command that updates the list of available packages and their versions stored in the system’s […]

Telegraf agent configuration (file-2-file, file-2-amqp, file-2-zabbix, disk-2-influxdb etc

Github repos linux-and-azure/azure-extra-linux-vm/telegraf/README.md at main · spawnmarvel/linux-and-azure · GitHub Section Tutorial Steps Remote telegraf Install as Win Service and read json file in and output RabbitMQ output Zabbix output Influxdb output Configuration options and continue tutorial Telegraf, a server-based agent, collects and sends metrics and events from databases, systems, and IoT sensors. Written in Go, […]