Posts
SCP between two hosts with non-standard ports
Published 17 January 2020 in archive with tags scp , bash , bsd , snippet Originally posted on January 10th, 2020 (more info) Continue reading …Clean up k8s/Rancher
Published 10 December 2019 in archive with tags kubernetes , rancher , linux , docker This script is mostly for myself in the future. While playing around with Kubernetes and Rancher, machines become polluted with directories in/var
, /etc
, and /opt
. Pollution is bad. This script will remove those as well as wiping down a system.
Continue reading …
Mount Docker volume locally
Published 1 August 2018 in archive with tags docker Edit 25 Oct 2021: Seems this no longer works. So much for a workaround. Continue reading …List all files changed in last commit
Published 8 February 2016 in archive with tags git , snippet List all files changed in the last commit by usinggit diff-tree
on HEAD.
Continue reading …