$ golangci-lint --version
golangci-lint has version 1.32.2 built from 52d26a3 on 2020-11-03T01:15:38Z
$ golangci-lint run --enable-all ./...
main.go:33:45: non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
#!/bin/bash | |
set +e | |
CA_BUNDLE="${1}" | |
shift | |
if [ ! -s "${CA_BUNDLE}" ]; then | |
echo "usage: ${0} <ca bundle file> [openssl commands]" | |
echo "example: ${0} ca-bundle.pem -noout -subject -issuer" |
tell application "Franz" | |
activate | |
end tell | |
tell application "System Events" | |
keystroke "my-really-long-password-from-1password" | |
end tell |
#!/bin/bash | |
set -ex | |
## Install Pagerduty Agent on Ubuntu 16.04 (and probably future versions) | |
## curl -sSL 'https://gist.githubusercontent.com/koshatul/2aac09cc47447cea8722af34d853f17e/raw/pdagent-install.sh' | /bin/bash /dev/stdin -- | |
sudo apt-get install -qy --no-install-recommends \ | |
apt-transport-https \ | |
ca-certificates \ | |
curl |
#!/bin/bash | |
set -ex | |
## Uninstall portworx on Ubuntu 16.04 (and probably future versions) | |
## curl -sSL 'https://gist.githubusercontent.com/koshatul/407c09b2aeff92d2bd59533c4ccec983/raw/uninstall-portworx.sh' | /bin/bash /dev/stdin -- | |
set +ex | |
sudo systemctl stop portworx | |
sudo systemctl disable portworx |
#!/bin/bash | |
## Install uCareSystem on Ubuntu 16.04 (and probably future versions) | |
## curl -sSL 'https://gist.githubusercontent.com/Koshatul/d70e5a658a034facd05de7ff1a526b62/raw/ucaresystem-install.sh' | /bin/bash | |
sudo apt-get install -y apt-transport-https software-properties-common | |
sudo add-apt-repository -y ppa:utappia/stable | |
sudo apt-get update | |
sudo apt-get -y install ucaresystem-core |
#!/bin/bash | |
curl -fsSL https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - | |
curl -fsSL https://repo.powerdns.com/FD380FBB-pub.asc | sudo apt-key add - | |
sudo add-apt-repository "deb [arch=amd64] http://repo.powerdns.com/ubuntu $(lsb_release -cs)-auth-40 main" | |
sudo add-apt-repository "deb [arch=amd64] http://repo.powerdns.com/ubuntu $(lsb_release -cs)-rec-40 main" | |
echo "Package: pdns-* | |
Pin: origin repo.powerdns.com |
#!/bin/bash | |
set -ex | |
## Install Docker on Ubuntu 16.04 (and probably future versions) | |
## curl -sSL 'https://gist.githubusercontent.com/koshatul/fa7d71fc38037dbd3094be400f77bf74/raw/docker-install.sh' | /bin/bash /dev/stdin -- | |
sudo apt-get install -qy --no-install-recommends \ | |
apt-transport-https \ | |
ca-certificates \ | |
curl \ |
I hereby claim:
To claim this, I am signing this object: