Template

Ways of debugging a failing Docker container: debugging failing docker container debug exploding docker container

June 27, 2023 · 15 words · Peter Dieleman

SSH key macOS

https://superuser.com/questions/1127067/macos-keeps-asking-my-ssh-passphrase-since-i-updated-to-sierra ssh-add -A nano ~/.bash_profile https://unix.stackexchange.com/questions/71253/what-should-shouldnt-go-in-zshenv-zshrc-zlogin-zprofile-zlogout https://apple.stackexchange.com/questions/388622/zsh-zprofile-zshrc-zlogin-what-goes-where

February 1, 2023 · 7 words · Peter Dieleman

German Cheat Sheet

Grammar: https://cheatography.com/adonerblica/cheat-sheets/german-grammar/ https://cheatography.com/edzillion/cheat-sheets/german-grammar-a1/pdf/ https://drive.google.com/file/d/1I2zJ9JOUL3jyr094KtNNd29XjKs5JFeM/view

January 1, 2023 · 4 words · Peter Dieleman

SA Gravel Calendars

December 2023 Western Cape, 02-12-2023: https://pedalpower.org.za/events/jarfromdirt/ Stanford 100, 09-12-2023 https://forum.bikehub.co.za/topic/193283-event-the-stanford-100/

January 1, 2023 · 10 words · Peter Dieleman

Linux Setup

Linux/KDE fresh install checklist Install homebrew Install Git Change top bar Install fish Set up hotkeys Fix meta+up + meta+down key bindings to mirror windows behaviour Set up ssh agent Ensure sleep is energy efficient Set up task manager, turn off grouping Set up (3rd level?) modifier key for easy typing of German characters Install git lfs Install github cli Install netlify cli Set up keyboard to English US (German, Swedish, Finnish) Troubleshooting Vscode settings sync Writing login information to the keychain failed with error 'GDBus....

August 12, 2022 · 106 words · Peter Dieleman

Coupling a VIEW to a spring boot repository

Can we Couple a Spring boot repository to a ‘VIEW’ https://stackoverflow.com/questions/53508168/jpa-springboot-repository-for-database-view-not-table https://stackoverflow.com/questions/53508168/jpa-springboot-repository-for-database-view-not-table Is it a good idea? Can be more performant, but do take into account possible read only nature https://thorben-janssen.com/spring-data-jpa-views/ Alternatives? Projections?

January 1, 1970 · 33 words · Peter Dieleman