Google sheet join strings in pivot tables slackoverflow Add Field -> Calculated Field Summarise by : Custom Then: =JOIN(", ",MyStringColumn)-- or =JOIN(", ",UNIQUE(column))

Nothing here yet! Will do.

Create service account https://support.google.com/cloud/answer/6158849#serviceaccounts Build image https://cloud.google.com/solutions/using-jenkins-for-distributed-builds-on-compute-engine Load kubectl credentials gcloud container clusters get-credentials c-test-1 --zone europe-west2 --project <projectId>

Bash gnu

Replacements

#!/bin/bash
input="I love Suzi and Marry"
replacement="Sara"
echo "${input/Suzi/$replacement}"
# 'I love Sara and Marry'

# To replace all occurrences, use ${parameter//pattern/string}:

Unhang Emacs

In most cases it is enough to run pkill -SIGUSR2 emacs it enables debug-on-quit which is annoying - we need to run toggle-debug-on-quit after.

Git log specific files

In ranger/deer/dired select files you’re interested in and do magit-dired-log. For quick select all do t in dired-mode (C-p from deer).