Archive for November 25th, 2022

Freitag, November 25th, 2022

Banana Pi BPI-M6 – is the next generation single board computer it is powered by Synaptics Senary VS680 quad-core Cortex-A73 2.1GHz

Freitag, November 25th, 2022

Hetzner Storage Box – mit SCP CIFS Borg Restic rsync usw.

Freitag, November 25th, 2022

Vertrauenswürdige SSL Zertifikate selbst erstellen – eine einfache Schritt für Schritt Anleitung

Freitag, November 25th, 2022
root@rpi-iot-jsho-pi-hole:~# mkdir certs
root@rpi-iot-jsho-pi-hole:~# cd certs
root@rpi-iot-jsho-pi-hole:~/certs# openssl genrsa -des3 -out myCA.key 2048
Generating RSA private key, 2048 bit long modulus (2 primes)
……………………………………………….+++++
………………………..+++++
e is 65537 (0x010001)
Enter pass phrase for myCA.key:
Verifying – Enter pass phrase for myCA.key: <password>
root@rpi-iot-jsho-pi-hole:~/certs#
root@rpi-iot-jsho-pi-hole:~/certs# ls -la
insgesamt 16
drwxr-xr-x 2 root root 4096 Nov 25 13:18 .
drwx—— 6 root root 4096 Nov 25 13:08 ..
-rw——- 1 root root 1743 Nov 25 13:12 myCA.key
root@rpi-iot-jsho-pi-hole:~/certs#
root@rpi-iot-jsho-pi-hole:~/certs# openssl req -x509 -new -nodes -key myCA.key -sha256 -days 3650 -out myCA.pem
Enter pass phrase for myCA.key: <password>
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter ‚.‘, the field will be left blank.
—–
Country Name (2 letter code) [AU]:DE
State or Province Name (full name) [Some-State]:Bavarian
Locality Name (eg, city) []:St.Wolfgang
Organization Name (eg, company) [Internet Widgits Pty Ltd]:JSHO
Organizational Unit Name (eg, section) []:
Common Name (e.g. server FQDN or YOUR name) []:JSHO
Email Address []:josef.schuster@dpsolution.de
root@rpi-iot-jsho-pi-hole:~/certs#
root@rpi-iot-jsho-pi-hole:~/certs# ls -la
insgesamt 16
drwxr-xr-x 2 root root 4096 Nov 25 13:18 .
drwx—— 6 root root 4096 Nov 25 13:08 ..
-rw——- 1 root root 1743 Nov 25 13:12 myCA.key
-rw-r–r– 1 root root 1411 Nov 25 13:18 myCA.pem
root@rpi-iot-jsho-pi-hole:~/certs#

Freitag, November 25th, 2022

Pi-hole – einfach den Updatezyklus ändern

Freitag, November 25th, 2022
root@rpi-iot-jsho-pi-hole:~# cd /etc
root@rpi-iot-jsho-pi-hole:/etc# cd cron.d
root@rpi-iot-jsho-pi-hole:/etc/cron.d# ls -la
insgesamt 28
drwxr-xr-x 2 root root 4096 Nov 21 13:57 .
drwxr-xr-x 120 root root 12288 Nov 21 13:57 ..
-rw-r–r– 1 root root 712 Dez 17 2018 php
-rw-r–r– 1 root root 1649 Nov 21 13:57 pihole
-rw-r–r– 1 root root 102 Okt 11 2019 .placeholder
root@rpi-iot-jsho-pi-hole:/etc/cron.d# vi pihole
# 8 3 * * 7 root PATH=“$PATH:/usr/sbin:/usr/local/bin/“ pihole updateGravity >/var/log/pihole/pihole_updateGravity.log || cat /var/log/pihole/pihole_updateGravity.log
8 3 * * * root PATH=“$PATH:/usr/sbin:/usr/local/bin/“ pihole updateGravity >/var/log/pihole/pihole_updateGravity.log || cat /var/log/pihole/pihole_updateGravity.log

Animaker – How to Make an Animated Cartoon Video of Yourself in Under 5 mins

Freitag, November 25th, 2022

Raspberry Pi – nach der Installation von Docker Docker Compose Portainer

Freitag, November 25th, 2022

Cisco Systems – the decision to lay off employees would essentially result in the company trimming about 5 % of the workforce and impacting about 4,000 jobs

Freitag, November 25th, 2022

Proxmox Backup Server 2.2-1 – einfach selbst bauen

Freitag, November 25th, 2022