Background
Mittwoch, 18. Mai 2022

Collabora - Built-in CODE Server für Raspberry OS 32 Bit?


Einleitung Nextcloud-Office-Suite Collabora Online den Built-in CODE Server für Raspberry OS 32 Bit?

Hm, anscheinend gibt es für die Nextcloud-Office-Suite Collabora Online den Built-in CODE Server nicht für Raspberry OS 32 Bit (Stand Mai 2022). Lediglich für x86-64 und ARM64.
Das heißt wohl für mich: Raspberry OS 64-Bit installieren.

Montag, 16. Mai 2022

IPv4-Adresse (WAN-IP der FRITZ!Box) mit dem Raspberry Pi ermitteln


Einleitung Via ddclient mit dem Raspberry Pi WAN-IP der FRITZBox ermitteln

Meist wird die öffentliche IP-Adresse in der Konfigurationsoberfläche der FRITZ!Box angezeigt und kann von dort ausgelesen werden.
Für bestimmte Anwendungsfälle, z.B. den ddclient auf einem Raspberry Pi kann folgendes Script verwendet werden:

wget -qO- "http://fritz.box:49000/igdupnp/control/WANIPConn1" --header "Content-Type: text/xml; charset="utf-8"" --header "SoapAction:urn:schemas-upnp-org:service:WANIPConnection:1#GetExternalIPAddress" --post-data="<?xml version='1.0' encoding='utf-8'?> <s:Envelope s:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' xmlns:s='http://schemas.xmlsoap.org/soap/envelope/'> <s:Body> <u:GetExternalIPAddress xmlns:u='urn:schemas-upnp-org:service:WANIPConnection:1' /> </s:Body> </s:Envelope>"  | grep -Eo '<[[:digit:]]{1,3}(.[[:digit:]]{1,3}){3}>'
curl "http://192.168.178.1:49000/igdupnp/control/WANIPConn1" -H "Content-Type: text/xml; charset="utf-8"" -H "SoapAction:urn:schemas-upnp-org:service:WANIPConnection:1#GetExternalIPAddress" -d "<?xml version='1.0' encoding='utf-8'?> <s:Envelope s:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' xmlns:s='http://schemas.xmlsoap.org/soap/envelope/'> <s:Body> <u:GetExternalIPAddress xmlns:u='urn:schemas-upnp-org:service:WANIPConnection:1' /> </s:Body> </s:Envelope>" -s | grep -Eo '<[[:digit:]]{1,3}(.[[:digit:]]{1,3}){3}>'

Letzte 5 Kommentare

Mastodon

Profilbild von Frank Hochmuth
Frank Hochmuth
@FrankHochmuth

Kaffeekasse ☕

  • Gefallen dir meine Beiträge?
    Dann kannst du mich gern unterstützen! Wirf doch etwas in meine Kaffee-Kasse.
  • Jetzt Kaffee spendieren