This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curdir=$(pwd);\ | |
| outdir=$(basename $(pwd)); \ | |
| m3uname="${outdir}.m3u"; \ | |
| indir="${outdir}_originals"; \ | |
| mkdir -p "${outdir}"; \ | |
| mkdir -p "${indir}"; \ | |
| for infile in *.mp4; \ | |
| do \ | |
| mv "${infile}" "${indir}/${infile}" ;\ | |
| done;\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [kops@tools01 admin152]$ kops update cluster -v10 | |
| I0204 08:24:10.092786 16906 factory.go:68] state store s3://redactco-k8s-state/admin | |
| I0204 08:24:10.092875 16906 s3context.go:325] unable to read /sys/devices/virtual/dmi/id/product_uuid, assuming not running on EC2: open /sys/devices/virtual/dmi/id/product_uuid: permission denied | |
| I0204 08:24:10.092897 16906 s3context.go:170] defaulting region to "us-east-1" | |
| I0204 08:24:10.160113 16906 s3context.go:210] found bucket in region "us-east-1" | |
| I0204 08:24:10.160143 16906 s3fs.go:220] Reading file "s3://redactco-k8s-state/admin/admin.k8s.aws.redactco.com/config" | |
| I0204 08:24:10.223327 16906 s3fs.go:257] Listing objects in S3 bucket "redactco-k8s-state" with prefix "admin/admin.k8s.aws.redactco.com/instancegroup/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Install GPG either via Homebrew or dmg packages | |
| ----------------------- | |
| Modify ~/.gnupg/gpg-agent.conf | |
| pinentry-program /usr/local/MacGPG2/libexec/pinentry-mac.app/Contents/MacOS/pinentry-mac | |
| default-cache-ttl 3600 | |
| default-cache-ttl-ssh 3600 | |
| max-cache-ttl 7200 |