Category: TECH
Let’s Encrypt – client lacks sufficient authorization
source: NixCP Check using curl against http 1curl -I http://nixcp.com/.well-known/acme-challenge/ nginx config mods 123server { listen 80; server_name www.nixcp.com nixcp.com; # Redirect all requests to https location / { return … Read More
bash combine pdf or other image files into pdf
For FAST without RECOMPRESSION of PDF files, use Coherent PDF Command Line Tools Community Release *download includes a notarized OSX version of Catelina* 1cpdf one.pdf two.pdf three.pdf -o merged.pdf Using … Read More
BASH snippet – clean up stereo pairs and sort by folder L/R boom/lav
Assuming stardard protools L/R pairs. Assuming existance of “boom” and “lav” paths. 123456789101112131415161718192021#!/bin/bash moveit(){ local channel=`echo ${filename} | cut -d . -f2` if [ "$channel" == "L" ] … Read More
MC midnight commander – important key bindings
SOURCE: KLIMER.EU CTRL-T (or INSERT) :: select files + :: select files based on a pattern \ :: UNselect files based on a pattern * :: reverse the current selection … Read More