Archive for Mai, 2021

Montag, Mai 10th, 2021

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

Montag, Mai 10th, 2021

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

Datenstand o7.05.2021 08:00 Uhr

Gültigkeit, Sicherheit, Kosten – was Sie heute bereits zum digitalen Impfausweis schon wissen können

Montag, Mai 10th, 2021

Der digitale Impfnachweis wird in der Arztpraxis oder in einem Impfzentrum generiert nach Eingabe oder Übernahme der Daten wird ein 2D-Barcode erstellt den die Nutzer direkt abscannen können oder auf einem Papierausdruck mitbekommen und später einscannen können heißt es vom Bundesgesundheitsministerium. Der digitale Impfnachweis werde dann von den Nutzern über eine App die kostenfrei zum Download bereitgestellt wird auf dem Smartphone gesteuert damit werde nach der Impfung in einem Impfzentrum oder beim niedergelassenen Arzt ein sogenanntes Impfbescheinigungstoken 2D-Barcode abgescannt und die App speichert die Impfbescheinigung lokal auf dem Smartphone dabei ist dieser 2D-Barcode ist nur einmalig einlesbar und die Impfbescheinigung ist anschließend an das einlesende Smartphone gebunden

Schubsen, Drängeln, Beleidigungen – der Kampf um die Impfung hat begonnen

Montag, Mai 10th, 2021

Montag, Mai 10th, 2021

BR quer mit Christoph Süß – umstrittene Stellplätze für Wohnmobile auf dem Bauernhof

Sonntag, Mai 9th, 2021

Banana Pi – how to disable IPv6 in Debian OS

Sonntag, Mai 9th, 2021

Banana Pi – how to disable IPv6 in Debian OS

To disable IPv6 temporarily
echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6
To disable IPv6 permanently
# vi /etc/sysctl.conf
Add this to the end
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
net.ipv6.conf.eth0.disable_ipv6 = 1
# sysctl -p
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.eth0.disable_ipv6 = 1
# shutdown -r now
# cat /proc/sys/net/ipv6/conf/all/disable_ipv6
1
# vi /etc/rc.local
#!/bin/bash
# /etc/rc.local

/etc/init.d/procps restart
exit 0
Check with “ifconfig” if the IPv6 address has disappeared
# ip addr show | grep inet6

Raspberry Pi – how to use ‚truncate‘ command in Linux

Sonntag, Mai 9th, 2021
# truncate -s 0 /var/log/syslog

Rocca Calascio to Campo Imperatore – the ride is on two roads with a wonderful panorama on central Italy Apennines mountain range

Sonntag, Mai 9th, 2021

Raspberry Pi – the cheapest Webcam Web Server

Sonntag, Mai 9th, 2021

Raspberry Pi – the cheapest Webcam Web Server

Home Assistant 2021.5.1 – für das smarte Heim

Sonntag, Mai 9th, 2021

Raspberry Pi – how to disable IPv6 in Raspbian OS

Sonntag, Mai 9th, 2021

Raspberry Pi – how to disable IPv6 in Raspbian OS

To disable IPv6 temporarily
echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6
To disable IPv6 permanently
# vi /etc/sysctl.conf
Add this to the end
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
net.ipv6.conf.eth0.disable_ipv6 = 1
# sysctl -p
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.eth0.disable_ipv6 = 1
# shutdown -r now
# cat /proc/sys/net/ipv6/conf/all/disable_ipv6
1
Check with “ifconfig” if the IPv6 address has disappeared
# ifconfig

TinyPilot Voyager KVM – this is a pre-packaged Raspberry Pi 4 based solution that allows for remote KVM functionality to be added to devices

Sonntag, Mai 9th, 2021

Smart-Hospital-Initiative Chief Transformation Officer der Universitätsmedizin Essen (CTO) Dr. Anke Diehl – viele Krankenhäuser vertrauen noch auf papierbasierte Systeme statt auf zentrale digitale Dokumentationen

Sonntag, Mai 9th, 2021

Node-RED – to create a Whatsapp Bot

Sonntag, Mai 9th, 2021