Archive for Mai 9th, 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