Archive for Oktober 10th, 2020

Raspberry Pi – WLAN/WIFI ohne Monitor und Tastatur einrichten

Samstag, Oktober 10th, 2020

   Um die WLAN Zugangsdaten einzurichten muss eine Datei namens ‚wpa_supplicant.conf‘ im Rootverzeichnis (/boot) der SD-Karte erstellt werden mit diesem Inhalt

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=DE
network={
ssid=“<ssid>“
psk=“<password>“
key_mgmt=WPA-PSK
}

… und es muss SSH aktiviert werden um ohne Monitor und Tastatur (also ‚headless‘) per Netzwerk die Administration machen zu können aber aus Sicherheitsgründen ist SSH standardmäßig nicht aktiviert aber mit einer Datei ’ssh‘ im Rootverzeichnis (/boot) der SD-Karte erstellt ohne Inhalt wird SSH aktiviert beim ersten Start

Raspberry Pi – install ‚motionEye‘ a security camera

Samstag, Oktober 10th, 2020

motionEye is a web-based frontend for motion – install on Raspbian

# apt-get install ffmpeg libmariadb3 libpq5 libmicrohttpd12
# wget https://github.com/Motion-Project/motion/releases/download/release-4.2.2/pi_buster_motion_4.2.2-1_armhf.deb
# dpkg -i pi_buster_motion_4.2.2-1_armhf.deb
# apt-get install python-pip python-dev libssl-dev libcurl4-openssl-dev libjpeg-dev libz-dev
# pip install motioneye
# apt-get install python-pillow
# mkdir -p /etc/motioneye
# cp /usr/local/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/motioneye.conf
# mkdir -p /var/lib/motioneye
# cp /usr/local/share/motioneye/extra/motioneye.systemd-unit-local /etc/systemd/system/motioneye.service
# systemctl daemon-reload
# systemctl enable motioneye
# systemctl start motioneye
# pip install motioneye –upgrade
# systemctl restart motioneye
http://<IP@>:8765/

Microsoft Windows 10 – mit „GottModus“

Samstag, Oktober 10th, 2020

Einfach einen neuen Ordner anlegen mit dem Namen:

GottModus.{ED7BA470-8E54-465E-825C-99712043E01C}

Wer aktuell eine eMail im Namen der Deutschen Post erhält die mit einer Geldstrafe droht – sollte sie am besten sofort löschen denn im Anhang der Nachricht steckt ein Trojaner

Samstag, Oktober 10th, 2020

AVM FRITZ!Box (SAT-IP) – Fernsehen über WLAN

Samstag, Oktober 10th, 2020