Notes




Stream video from PiCam to VLC and Browser (20 October 2018)

i got a camera modul for my raspberry pi some days ago. Here are some notes…


Fullscreen background video for GetKirby CMS (20 October 2018)

How about a nice youtube video as background for a website? Maybe selecting…


Disable xfce roll-up windows with mousewheel (20 October 2018)

XFCE4 is a nice GUI but i don't like the "rollup window with mouse…


Pico-8 on Raspberry Pi with a ILI9341 2.2'' 320x240 SPI TFT (20 October 2018)

Here is a fast HOWTO get Pico-8 running on a 2.2'' TFT Display (ILI9341 board)…


Openbox, a Debian GUI (25 January 2019)

grab&run a plain Debian and install: sudo apt-get install xinit openbox…


Batch rename files in terminal (20 October 2018)

The easy 1-line way: ls | cat -n | while read n f; do mv "$f" "$n.extension";…


macOS notes (04 December 2019)

Some usefull tricks i've found over the years. Just collected here to be…


CLI notes (20 October 2018)

Repeat command # while :; do echo 'Hit CTRL+C'; sleep 1; done Search/Replace in…


REACT Notes (16 August 2022)

Since i'm 'forced' to use REACT at work it's time to write down some notes. At…


Remove spin buttons from number input field (04 July 2019)

Stumble upon this piece of CSS: // remove spin buttons from number input field…


How to use any IR Remote with Kodi (04 December 2021)

Controlling Kodi with a IR remote controll was always a pain in the ass. Here…


65xx opcodes (19 January 2020)

The following table lists all of the available opcodes on the 65xx line of …


VSCode Notes (06 March 2020)

VSCode optimizations (add to settings.json) Opt-out from M$ telemetry and…


Pi-Hole (16 August 2020)

Pi-hole® - Network-wide Ad Blocking A black hole for Internet advertisements …


ZSH profile (01 October 2024)

You know https://github.com/dylanaraps/neofetch? It has a lot of overhead…


Capture screenshot of a (full) website (21 October 2021)

''' $ npm install capture-website -g $ capture-website…


GIT Notes (21 October 2021)

GIT All changed files in my branch? Diff it!.. with Options: git diff…


Backup Raspberry Pi SD Card on MacOS to compressed image (17 November 2021)

Caution:The used UNIX command is 'dd'. Try 'man dd'. In the vernacular it is…


Audio over 3.5mm jack on OSMC/Kodi Matrix (04 December 2021)

Unfortunately the 'Audio over 3.5mm jack' option disappeared in the latest…


Fetching sequenced files from URL (25 June 2022)

Fetching a sequence of files from the WWW? Why and how? Why I've seen a scroll…


C64 SID Sound FX in Basic (16 August 2022)

Just to preserve the scans from a old magazine... how to make noise with Basic…


Homekit Camera with Raspberry Pi Zero and HKCam (01 October 2024)

Installing HKCam on a Raspberry Pi with one of the good old ribbon camera…