Archive for Mai 18th, 2021

VMware vSphere ESXi 7.0 Hypervisor(s) – see which VMs were powered on before ESXi host went down

Dienstag, Mai 18th, 2021
get-vm | where-object {$_.PowerState -eq „PoweredOn“} | select Name, PowerState, Folder, VMHost | sort Name | out-file c:\virtualinventory\runningVMsverbose.txt

Microsoft Power BI – advanced data set programming

Dienstag, Mai 18th, 2021

Bayerischer Ministerpräsident Dr. Markus Söder – Pressekonferenz zur Covid-19 Pandemie am 18.05.2021

Dienstag, Mai 18th, 2021

Landkreis Erding (Stand 18 Mai 2021) – so verteilen sich die Coronavirus Patienten

Dienstag, Mai 18th, 2021

Dienstag, Mai 18th, 2021

Robert Koch-Institut (RKI) – Tabelle mit den gemeldeten Impfungen bundesweit und nach Bundesland

Dienstag, Mai 18th, 2021

Robert Koch-Institut (RKI) – Tabelle mit den gemeldeten Impfungen bundesweit und nach Bundesland

Datenstand 18.05.2021 08:00 Uhr

Proof Wood – Einbau und Verdrahtung mit Umschaltung für die direkte Einspeisung von Notstrom

Dienstag, Mai 18th, 2021

Dienstag, Mai 18th, 2021

Elasticsearch Tutorial For Beginners – Architecture Overview

Dienstag, Mai 18th, 2021

Elasticsearch Tutorial For Beginners – start with the installation on CentOS

Dienstag, Mai 18th, 2021

Docker Official Images – Elasticsearch is a powerful open source search and analytics engine that makes data easy to explore

Dienstag, Mai 18th, 2021

   Elasticsearch – is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases as the heart of the Elastic Stack it centrally stores your data so you can discover the expected and uncover the unexpected

https://hub.docker.com/_/elasticsearch

# docker network create somenetwork
# docker run -d –name elasticsearch –net somenetwork -p 9200:9200 -p 9300:9300 -e „discovery.type=single-node“ elasticsearch:tag