Archive for February, 2021

OLED SSD1306 auf dem RaspberryPi

Thursday, February 18th, 2021

https://circuitdigest.com/microcontroller-projects/ssd1306-oled-display-with-raspberry-pi

Change File Permissions like in mnt mounted recursively

Tuesday, February 16th, 2021

find . -name “*” -not -path “./test/test/*” | while read fname; do echo “$fname”;chmod –reference=/mnt/root/test/$fname $fname; done; ^^which excluded the test/test/* files find / -name “*” -not -path “/mnt/*” | while read fname; do echo “$fname”;chmod –reference=/mnt/$fname $fname; done; ^^ like a hole partition mounted on /mnt

hdapsd tpsmapi auf einem ThinkPad?

Sunday, February 14th, 2021

https://github.com/linux-thinkpad/tp_smapi https://thinkwiki.org/wiki/tp_smapi https://www.thinkwiki.org/wiki/Talk:HDAPS so got an error: hdapsd@sdb.service loaded failed failed hdapsd hard drive active protection system daemon – sdb

IRCnet chat über Onion

Sunday, February 14th, 2021

https://onion.ircnet.chat/

Darkdump – Search The Deep Web Straight From Your Terminal

Sunday, February 14th, 2021

https://github.com/swagkarna/darkdump

Raspbian on Raspberry Zero

Saturday, February 13th, 2021

https://diyprojects.io/how-install-raspbian-raspberry-pi-zero-without-screen-keyboard-wifi/ https://raspi.debian.net/tested-images/ ^^download 0/1 version for zero sudo dd if=./20210210_raspi_1_buster.img of=/dev/mmcblk0 bs=1M touch ssh #in root to enable sshd in config.txt: dtoverlay=dwc2 #at the end in cmdline.txt: modules-load=dwc2,g_ether #also at the end ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=US network={ ssid=”SSID” psk=”PASSWORD” key_mgmt=WPA-PSK scan_ssid=1 } ^^paste in wpa_supplicant.conf with docker https://blog.donnikitos.com/access-the-raspberry-pi-via-usb-and-ssh-otg/ ^^via usb ssh installing bettercap: https://riccardosallusti.it/blog/how-to-install-bettercap-on-the-raspberry-pi ^^ […]

KI in der Musik

Friday, February 12th, 2021

https://www.swr.de/swr2/wissen/wenn-computer-komponieren-koennen-maschinen-kreativ-sein-swr2-wissen-2021-02-05-100.html https://www.swr.de/swr2/wissen/wenn-computer-komponieren-koennen-maschinen-kreativ-sein-swr2-wissen-2021-02-05-102.pdf Aber auch in KI und Kunst. Deshalb hat sie 2019 den bundesweiten Wettbewerb „Beats & Bits“ ausgerufen. Hans-Christian Ziupa hat ihn gewonnen.

Cooler Sound

Friday, February 12th, 2021

Coole OpenSource HardWare

Friday, February 12th, 2021

https://www.pine64.org/pinetab/ https://www.pine64.org/pinebook/

Windows with X to maybe x2x from or to Windows?

Thursday, February 11th, 2021

https://x410.dev/ https://sourceforge.net/projects/xming/ https://dev.to/fquinner/windows-10-as-a-linux-window-manager-with-wsl2-14f7