Gerade dem empfehlenswerten Vortrag von @marcuwekling #39C3 gehört:
https://media.ccc.de/v/39c3-die-kanguru-rebellion-digital-independence-day
Hoffentlich ist #InfinitoNexus bis zum ersten #DigitalIndependenceDay schon so weit fortgeschritten, dass jeder sich seine eigene private Social Media, Mail und Cloud Instanz aufsetzen kann.
Die Vision: Alle Lösungen für die zur Zeit #BigTech benutzt wird sind mit einem Befehl auf dem eigenen Server oder einem #RaspberryPi deployed.
Sei es @nextcloud @Mastodon ...
Mehr: https://s.infinito.nexus/unsernexus
I finally got a working real-time-clock (RTC) added to my raspberry pi. In case you were not in the know, Pi's do not come with a RTC to save money - they just rely on the internet.
I wanted mine to keep time even if there was no internet, so I had to add one. The hardware was easy - they make a simple "hat" for the Pi that just fits right on the board. Yet as with most things these days the software wasn't as straight forward.
This is for a clock I'm iterating towards building.
#raspberrypi #hardware #diy #clock #linux

OK fellow nerds, how do you keep track of multiple micro SD cards? It's not like I can write "Pwnagotchi" small enough to fit.
The only things I can think of are colored paint or some other abstract markings.
Raspberry Pi GPIO Basics: Components You Need to Know
#raspberrypi #diy #electronics
https://raspberrytips.com/raspberry-pi-gpio-components/
New episode of Autonomous Airwaves 🎙️
Cloudflare Tunnels: Secure Your Raspberry Pi from Anywhere
If you are self-hosting and want safe remote access without port forwarding, this episode breaks it down. We talk tunnels, threat reduction, and why this approach works so well for home labs and personal servers.
📺 https://www.youtube.com/watch?v=bqgxm0nCdBw
#AutonomousAirwaves #RaspberryPi #SelfHosting #Cloudflare #Privacy #Linux #Homelab
Forlinx FET1126Bx-S low-power Rockchip RV1126BJ industrial SoM powers SBC with 40-pin GPIO header
That's why I love #Linux: here's a small #bash script that would quickly enable all the necessary options in config.txt and cmdline.txt on your #RaspberryPi:
https://github.com/in-sympathy/RasPi_UART_Enabler
Its been a busy time for us this Xmas, as well as packaging clocks & products from our Etsy shop https://gurgleapps.etsy.com/uk/listing/1689755114/color-word-clock-kit-wifi-operated-led we're currently working hard to launch our very own GurgleApps shop at https://gurgleapps.com/ Keep checking back for updates & launch date. #electronics #makers #raspberrypi #coding #webdev

Progress so far with my Inky Frame
I have
next bin day (recycling or regular rubbish) pulled from the council website
Next High tide from the Admiralty website (I live by the sea)
The balance on my sons dinner money account from the school info system
Basic Data from my Heat pump via the octopus API
Remembering which day to put out which bin is the main driver for this project.
#raspberrypi #raspberryPicoco #pimoroni #inkyframe #micropython #coding

A useful trick for anyone troubleshooting a #RaspberryPi over #UART that helps me quite a lot and works on most models:
1) add this to /boot/firmware/config.txt:
enable_uart=1
uart_2ndstage=1
BOOT_UART=1
2) to get even more data including early stages add this to /boot/firmware/cmdline.txt:
earlycon=pl011,mmio32,0xfe201000,115200n8 console=serial0,115200 console=tty1 root=PARTUUID=2336689e-02 rootfstype=ext4 fsck.repair=yes rootwait
Then connect a USB to UART adapter as shown on the diagram

Host WordPress on your Raspberry Pi and run your own blog from home! 🧑💻🍓 With this step‑by‑step Docker guide you can build a full self‑hosted site on a cheap board. 👉 https://peppe8o.com/wordpress-raspberry-pi/ #RaspberryPi #WordPress

What could cause a Raspberry Pi to lose connection to the internet, yet stay connected to the LAN regularly?
Feels like an internal IP block. Router hasn't blocked it and it reconnects if I disconnect and reconnect the wifi.