- Shelly Homepage
- Mit HomeAssistant ESPHome Dashboard neues binary erstellen
> esphome: > name: garage-deckenleuchte > > esp8266: > board: esp01_1m > > # Enable logging > logger: > > # Enable Home Assistant API > api: > > ota: > password: !secret ota_password > > wifi: > ssid: !secret...
Nachdem ich meine erste Version eine Weile im Einsatz hatte, hat sich ein gravierender Nachteil gezeigt. Wenn ein Raspberry Pi kaputt geht und Debugging ansteht oder eine Komponente getauscht werden muss, dann muss der gesamte Kasten stromlos gemacht und geöffnet werden. Das wiederum heißt, das al...
Ein häufiges Problem beim RaspberryPi kommt von einer mangelhaften Stromversorgung. Vor allem wenn man ältere, nicht mehr gebrauchte Handynetzteile anstelle der offiziellen Netzteile benutzt. Viele USB Netzteile liefern nur 1A am Ausgang, was gerade dann für einen RaspberryPi zu wenig sein kann, wen...
Ich habe mir einen aktiven Kühler für den RaspberryPi 4b gegönnt.
This plugin just add the Rundeck Execution Link to an given JIRA ticket and creates an automated relation between your ticket system and operational tool.
Installation
To install download the latest version from GitHub. Use the upload Plugin function and choose the downloaded zip file.
Usage
...Wilcard SSL Certificates allow you to secure also all subdomains with just one certificate configured on your server or properly proxy server.
As I have good experiences with the domain provider MyOnlinePortal, I will use them for the example.
Installation
sudo python3 -m pip install --upgr...
Von der offiziellen Anleitung
USB Stick oder SD Karte einsetzen mit lsblk device herausfinden
sudo lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 1 114.6G 0 disk
├─sda1 8:1 1 256M 0 part
└─sda2 8:2 1 1.4G 0 part
mmcblk0 179:0 0 5...
Inspiriert durch https://www.bachmann-lan.de/4x-raspberry-pi-3-1he-rackmount/ habe ich mir auch eine Rackmounted Lösung für meine RaspberryPi's gebaut.
Zuerst mit Heißkleber die Abstandshalter im Gehäuse anbringen. Das kann ganz schön in einer Sauerei enden und die Abstandshalter kleben mitunter...
Nice project https://nginxproxymanager.com/setup/
DRAFT:
Expect is a linux terminal tool to automate interactive terminal programs.
Installation
yum install expect
apt-get install expect
usage
Draft:
Wie kann man sicher Dienste erreichen, welche als Freigaben am Internet Router hängen. Wie zum Beispiel ein NAS, GameServer oder die Home-Automatisierung?
Man kann natürlich eine VPN auf dem Router oder einem Gerät dahinter einrichten, das heißt jeder VPN Client kommt an alle Dienste un...
Just found demo.f4map.com which is using building and roof tags from openstreetmap to modeling the map in 3D. Looks quite promising.
- Pin Steckerleiste anlöten, oder besser universal Clip aus dem 3D Drucker
- Pins mit dem USB TTY Modul verbinden, aber noch nicht einstecken, siehe Bild
- Mit HomeAssistant ESPHome Dashboard neues binary erstellen
> esphome: > name: arbeitszimmer-schreibtischlampe > platform: ESP8266 > board:...
Vertical selection
On macOS: Shift+Option and mouse, or Shift+Option+Cmd and arrow keys
Helium is a nice app to have a webpage always on top of you screen on a mac. This helps in the current Corona pandemic to have your dashboards in a translucent way always visible during home office.
My personal Byobu CheatSheet for using on Mac OS
Escape sequence ctrl + s
Option | Description |
---|---|
split (vertical | ) | ctrl + s % |
split (horizontal - ) | shift F2 |
resize pane | ctrl + s ctrl + arrow key |
move pane to window | ctrl + s ! |
move focus to pane | shift + arrow key |
toggle pane... |
Sometime a ssh session in terminal hangs, mostly after network issues or suspend mode of the laptop. To free this terminal from the ssh session you can just put ENTER and wait, after a while it will be recognized. Or you push ENTER TILDE DOT this will free your session immediately.
Branches
Settings
Set username:
git config --global user.name "MyName" # global settings
git config --local user.name "My Name" # just for the current repository
Set mail address:
git config --global user.email "my@mail.address"
git config --local user.email "my@mail.address"
Rename loca
...Quite simple, just put an empty file on the boot folder of the SD card. For example if the SD card is plug in to your Mac, open a Terminal and enter:
touch /Volumes/boot/ssh