List all resources within a namespace
NS=some-namespace
kubectl api-resources --verbs=list --namespaced -o name \
| xargs -n 1 kubectl get --show-kind --ignore-not-found -n $NS
| #!/bin/bash | |
| if [ -z "$KRSYNC_STARTED" ]; then | |
| export KRSYNC_STARTED=true | |
| exec rsync --blocking-io --rsh "$0" $@ | |
| fi | |
| # Running as --rsh | |
| namespace='' | |
| pod=$1 |
| [user] | |
| name = Florian Roeser | |
| email = [email protected] | |
| [core] | |
| editor = vim | |
| whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
| excludesfile = ~/.gitignore | |
| [web] | |
| browser = google-chrome | |
| [instaweb] |
| #!/bin/bash | |
| # update namecheap ddns from unraid | |
| # 2020-01-06 | |
| # systemd init script: | |
| # [Unit] | |
| # Description=Updates internal DDNS for meowth.kanto.blue | |
| # After=network.target | |
| # |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Enabled</key> | |
| <true/> | |
| <key>Label</key> | |
| <string>com.userdomain.mountpoint</string> | |
| <key>ProgramArguments</key> | |
| <array> |
| #!/bin/sh | |
| mkdir pdfs | |
| cd pdfs | |
| curl -LO https://developer.salesforce.com/resource/pdfs/Lightning_Components_Cheatsheet.pdf | |
| curl -LO https://resources.docs.salesforce.com/sfdc/pdf/actions_impl_guide.pdf | |
| curl -LO https://resources.docs.salesforce.com/sfdc/pdf/analytics.pdf | |
| curl -LO https://resources.docs.salesforce.com/sfdc/pdf/apex_ajax.pdf | |
| curl -LO https://resources.docs.salesforce.com/sfdc/pdf/apex_api.pdf |
| cask_args appdir: "/Applications" | |
| tap "homebrew/cask-fonts" | |
| brew "mas" | |
| #### LAPTOPS #### | |
| #cask "tripmode" | |
| #### LAPTOPS #### | |
| mas "Boop", id: 1518425043 |
| from moviepy.editor import VideoFileClip, vfx | |
| from PIL import Image | |
| import imageio | |
| import shutil | |
| import imghdr | |
| import numpy | |
| import rawpy | |
| import time | |
| import sys | |
| import os |
| $0=10 | |
| $1=25 | |
| $2=0 | |
| $3=5 | |
| $4=0 | |
| $5=0 | |
| $6=0 | |
| $10=1 | |
| $11=0.010 | |
| $12=0.002 |