Archive for Juni 2nd, 2021

Cowrie Honeypot – is a medium to high interaction SSH and Telnet honeypot designed to log brute force attacks and the shell interaction performed by the attacker

Mittwoch, Juni 2nd, 2021

BR quer mit Christoph Süß – Energiewende rückwärts

Mittwoch, Juni 2nd, 2021

Berchtesgaden Rossfeld Panoramastraße 1.600m – online webcam

Mittwoch, Juni 2nd, 2021


Veeam Backup & Replication – künftig mit Red Hat Virtualization (RHV)

Mittwoch, Juni 2nd, 2021

Mittwoch, Juni 2nd, 2021

Elasticsearch Tutorial For Beginners – create index add documents and searching

Mittwoch, Juni 2nd, 2021

   Loading bulk data file(s) into Elasticsearch

root@pve-02-ubuntu-2:~#elasticsearch_loader –delete –index licenses –type license json rwa_get_licenses.json
root@pve-02-ubuntu-2:~# curl -X GET „localhost:9200/_cat/indices?v&pretty“
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open cars aTuTjjeKS4ef3nCr_rpdCA 1 1 1 0 4.7kb 4.7kb
yellow open licenses g-0AdtuBRRe7hnNCz54C5w 1 1 8758 0 1.1mb 1.1mb
yellow open schools Rvp8ytkYT5G9p04MT8RD3Q 1 1 3 0 10.1kb 10.1kb
yellow open shakespeare rV1bXB_8RGeIdd-zKSX0SQ 1 1 111396 0 19.3mb 19.3mb
yellow open products o5Xg9jLxQh-ZgXbzWQpa0A 1 1 2 0 8.5kb 8.5kb
root@pve-02-ubuntu-2:~# curl -X GET „localhost:9200/licenses/_search?q=city:St.Wolfgang“

Elasticsearch Loader 0.6.0 – a pythonic tool for batch loading data files (json, parquet, csv, tsv) into ElasticSearch

Mittwoch, Juni 2nd, 2021

  Elasticsearch Loader – a tool for batch loading data files into ElasticSearch

# apt-get update -y
# apt-get install pip
# pip install elasticsearch-loader

JSON files with the format of [{„a“: „1“}, {„b“: „2“}]

# elasticsearch_loader –index <index> –type <type> *.json

Delete index before import (default false)

# elasticsearch_loader –delete –index <index> –type <type> *.json

Mittwoch, Juni 2nd, 2021

Mittwoch, Juni 2nd, 2021

Microsoft Windows 10 – to fix Application Error 0xe0434352 on Windows try repairing .NET framework versions

Mittwoch, Juni 2nd, 2021

   The Microsoft .NET Framework Repair Tool detects frequently occurring issues that affect Microsoft .NET Framework setup or updates. The tool tries to resolve those issues by applying known fixes or by repairing corrupted installations of the supported .NET Framework versions. The tool has an easy-to-use, wizard-based user interface (UI). It also supports command line usage together with more advanced options