Posts by Leroy Cemoi
-
-
Moinsen,
ich habe weder Kodi noch das Touch Display V2. Finde aber den folgenden Artikel komplett hilfreich.
Falls bei Kodi die cmdline.txt anders heißt dann diese nutzen.Besonders vielleicht:
Rotate screen without a desktopTo set the screen orientation on a device that lacks a desktop environment, edit the /boot/firmware/cmdline.txtconfiguration file to pass an orientation to the system. Add the following entry to the end of cmdline.txt:
Replace the <rotation-value> placeholder with one of the following values, which correspond to the degree of rotation relative to the default on your display:
- 0
- 90
- 180
- 270
For example, a rotation value of 90 rotates the display 90 degrees to the right. 180 rotates the display 180 degrees, or upside-down.
Edit: not the best news🫤[Rpi 5] New Raspberry Touch Display 2 - LibreELEC ForumHello, I can't get Librelec and the new Raspberry Touch Dislay 2 screen to work on a brand new RPi5 4GB ... The screen works fine with the latest Raspberry…forum.libreelec.tv -
Poisson sans boisson est poison
wenn ich mich recht erinnere…
-
So sieht es aus:
User pi im /home/pi Directory
In der pihole gui
Dann im Terminal als User pisudo pihole -g
Code
Display More[i] Target: file:///home/pi/piholi.txt [i] Using local file /home/pi/piholi.txt [✓] Status: Retrieval successful [i] List stayed unchanged [✓] Parsed 1334199 exact domains and 0 ABP-style domains (blocking, ignored 41 non-domain entries) Sample of non-domain entries: - /etc/pihole/list.1.raw.githubusercontent.com.domains - /etc/pihole/list.10.raw.githubusercontent.com.domains - /etc/pihole/list.12.raw.githubusercontent.com.domains - /etc/pihole/list.14.raw.githubusercontent.com.domains - /etc/pihole/list.15.s3.amazonaws.com.domains
Edit: selbst mit dem letzten Update funktioniert der Upload von file:/// Quellen im gui nicht.Core version is v6.0.5 (Latest: v6.0.5)
Web version is v6.0.2 (Latest: v6.0.2)
FTL version is v6.0.4 (Latest: v6.0.4) -
-
<ot>sollte man das ausschalten. Ist energetischer Unsinn.</ot>
ostfriese Ist das eine Meinung oder magst Du das begründen?
-
Das gibt’s nur auf pi5, auf meinem pi4 geht es auch nicht!
Has the "usb_max_current_enable" boot option been removed? - Raspberry Pi Forums
-
/lib/systemd/system/telegraf.service:11: Unknown key name 'ImportCredential' in section 'Service', ignoring. · Issue #14466 · influxdata/telegrafRelevant telegraf.conf nope Logs from Telegraf nope System info Ubuntu 22.04 Docker No response Steps to reproduce Installed telegraf (a long time ago)…github.com
-
Das hast Du gemacht? (Auszug von den Victron Seiten...)
Du kommst ins user Interface denke ich mal hast aber dort keine besonderen Rechte.
----------------------------------------------------------------------------------------------------------------------------
Set access level to Superuser*To set the root password, first set the access level to Superuser:
- Go to Settings, General
- Set the Access Level to User and installer, the password is ZZZ
- Highlight Access Level (don't open the select page, ie. make sure you are in the General Page, not the Access Level page)
- Press and hold the right button of the center pad until you see the Access Level change to Superuser. Note: when working from the Remote Console, you need to use the right key on your keyboard. Pressing and holding the right button with your mouse won't work.
Now you have access to the super user features.
Note that on a touchscreen, such as a Cerbo GX + GX Touch, there is no “right button”. Instead, drag the menu down and hold it down for five seconds. Or, use Remote Console.
2. Create a root password
Go to Settings → General → Set root password. And create a root password.
Note that, for firmware version v2.00 and later, the root password will be reset by a firmware update. The reason is that the passwd file is on the rootfs, which is fully replaced by an update. More info here.
Our advice is to create a root password. But use it to login only the first time, and then install a public ssh key(s). Thereafter login with the keys.
3. Enable sshd and log in
To login via ssh, enable SSH on LAN (Settings → General). On Venus versions before v2.40, you need to enable Remote Support, which also enables sshd. More info on Remote Support here.
To the login, enter the ip address of the GX device in a ssh client. Most Linux and Mac users will simply do this from the command line:
And a very commonly used client for Windows is Putty. For more info, look around on the Internet, there is plenty information available.
-
-
Bei V1 lag der conf file unter /etc/influxdb/influxdb.conf
Bei [data] finden sich die locations der Daten.
V2 wird ähnlich sein. -
Wenn z2m nicht unter root läuft sollte das ttyUSB0 device in der Gruppe dialout sein.
root@zigbee2mqtt:~# ls -la /dev/ttyUSB*
crw-rw---- 1 root dialout 188, 0 Dec 19 21:28 /dev/ttyUSB0root@zigbee2mqtt:~# journalctl -u zigbee2mqtt.service --follow
Ist ganz hilfreich um Fehler zu erkennen…
-
@deroetzi/node-red-contrib-logical-nodesA collection of logical nodes for Node-REDflows.nodered.org
-
Hallo Rayd
Ich habe mal eben einen pi4 mit 4GB via Raspberry Pi Imager 1.8.5 mit dem Homeassistant versorgt.
Erste Feststellung nach der Installation: das mit dem Overlay File System ist normal. Sieht bei mir genau so aus.
Zweitens: Ich habe mich genau an die Konfigurationsanweisungen für Homeassistant gehalten.
Drittens: Die Installation von HACS fand ich unscharf, ist aber alles gut gegangen. Siehe Bild von github
Viertens: Die Integration von Victron war problemlos! Bei der Konfiguration muss die IP Adresse vom Venus Device angegeben werden. Es hat meinen ganzen Victron Zoo gefunden. Ich habe nur ein paar Werte testweise übernommen, weil ich nicht auf HA umsteigen will. Aber siehe Bild vom Dashboard..
Bild-Steuerelement
-
Gibts nen link zu der Victron Integration?
-
ich hab mal just for fun den MS Copilot mit der Frage gefüttert:
Das **rsync-Protokoll** ist eine effiziente Methode zur Synchronisierung von Dateien zwischen lokalen und entfernten Systemen. Hier sind die Schritte, um den **rsync-Server** mit dem **rsync-Protokoll** zu nutzen:1. **Konfiguration des rsync-Servers**:
- Erstellen Sie eine Datei namens `/etc/rsyncd.conf` auf Ihrem Server. Diese Datei enthält die Konfiguration für den rsync-Daemon.
- Definieren Sie die Freigaben (Module), die über das rsync-Protokoll zugänglich sein sollen. Zum Beispiel:```
[raspiRsyncTest]
path = /Pfad/zum/Freigabeordner
comment = Rsync-Testfreigabe
read only = false
list = yes
uid = 0
gid = 0
auth users = rsync
secrets file = /etc/rsyncd.secrets
```2. **Authentifizierung**:
- Erstellen Sie eine Datei namens `/etc/rsyncd.secrets`, die die Zugangsdaten für den rsync-Benutzer enthält:```
rsync:Passwort
```- Setzen Sie die Berechtigungen für diese Datei, um den Zugriff zu beschränken:
```
chmod 600 /etc/rsyncd.secrets
```3. **Starten des rsync-Daemons**:
- Starten Sie den rsync-Daemon mit dem Befehl:```
sudo systemctl start rsync
```4. **Verwenden des rsync-Protokolls**:
- Von einem entfernten System aus können Sie rsync verwenden, um auf die Freigaben zuzugreifen:```
rsync -av rsync://rsync@192.168.0.9/raspiRsyncTest/ /Lokaler/Zielordner
```- Ersetzen Sie `192.168.0.9` durch die IP-Adresse Ihres Servers und passen Sie den Pfad zum Zielordner an.
Jetzt können Sie das rsync-Protokoll nutzen, um Dateien zwischen Ihrem Server und entfernten Systemen zu synchronisieren. Viel Erfolg! ¹⁵
Quelle: Unterhaltung mit Bing, 2.3.2024
(1) Wie kann man den rsync Server mit dem rsync: Protokoll nutzen?. https://www.synology-forum.de/threads/wie-ka…-nutzen.132433/.
(2) rsync › Wiki › ubuntuusers.de. https://wiki.ubuntuusers.de/rsync/.
(3) Verwendung des Befehls rsync | Linux Essentials Tutorial | Akamai - Linode. https://www.linode.com/de/content/how…tials-tutorial/.
(4) So verwenden Sie Rsync in Windows Server 2019 - Schritt für Schritt. https://www.ubackup.com/de/windows-ser…19-1379-tc.html.
(5) Verwenden von Rsync zum Synchronisieren von lokalen und entfernten .... https://www.digitalocean.com/community/tuto…-directories-de.
(6) undefined. https://nmap.org.
(7) . https://www.techstream.at/rsync-server-u…-funktionierts/.
(8) . https://www.windowspro.de/tool/rsync-unt…n-mit-deltacopy.
(9) . https://webprosa.de/inkrementelle-…-unter-android/.
(10) . https://www.security-insider.de/mit-deltacopy-…gal-685137/?p=7.
(11) . https://yourdevice.ch/externes-backu…-nas-erstellen/.
(12) . https://think.unblog.ch/synology-hyper-backup-replikation/. -
Bei einer Synology sollte es auch enabled werden können.
-
Oder 'Scooter'
'How much is the fish' 'Hyper Hyper'
Warum weiß ich sowas
Lassen wir es dabei
-
Der Text
Find ich für ne #1 etwas banal. Sowas wie 'Hossa' von Rex Gildo
Aber nur eine persönliche Meinung.
-
AC/DC – Thunderstruck Übersetzungmusikguru.de
#1 Echt jetzt?