I hereby claim:
- I am gionn on github.
- I am gionn (https://keybase.io/gionn) on keybase.
- I have a public key ASDn1tEToDgBr0ogQDwCbkH0YlPsKbLdXuRA9Ymn2feMcgo
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| """ | |
| GitHub Organization Scanner | |
| A script to list all users in a specific GitHub organization | |
| and enumerate their public/open source repositories. | |
| Usage: | |
| python github_org_scanner.py <organization_name> |
I hereby claim:
To claim this, I am signing this object:
| alfresco-control-center: | |
| nodeSelector: | |
| "kubernetes.io/arch": arm64 | |
| ingress: | |
| hosts: | |
| - host: FQDN | |
| paths: | |
| - path: /control-center | |
| pathType: Prefix | |
| tls: |
| #!/usr/bin/env bash | |
| namespace=${1-fleet-default} | |
| delete_before_timestamp=${2-2000-01-01T00:00:00Z} | |
| jsonPath='{range .items[*]}{@.metadata.creationTimestamp}{"_"}{@.metadata.name}{"_"}{@.spec.clusterLabels.management\.cattle\.io/cluster-name}{"\n"}{end}' | |
| cluster_regs=$(kubectl get clusterregistration -o=jsonpath="$jsonPath" -n $namespace | sort) | |
| read -ra regs -d '' <<< "${cluster_regs}" | |
| last_idx=$(( ${#regs[@]} - 1 )) | |
| for (( i = 0; i < $last_idx; i+= 1 )); do |
| deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware | |
| deb http://security.debian.org/ bookworm-security non-free contrib main non-free-firmware | |
| deb http://deb.debian.org/debian/ bookworm-updates non-free contrib main non-free-firmware | |
| deb http://deb.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmware |
| apiVersion: v1 | |
| kind: ServiceAccount | |
| metadata: | |
| labels: | |
| k8s-app: metrics-server | |
| name: metrics-server | |
| namespace: kube-system | |
| --- | |
| apiVersion: rbac.authorization.k8s.io/v1 | |
| kind: ClusterRole |
This is a reminder for all the things I changed to improve my experience using MacOs as a Linux user.
| [Unit] | |
| Description=FTM Node daemon for Pruning Snapshot | |
| [Service] | |
| User=peastew | |
| Type=oneshot | |
| WorkingDirectory=/usr/local/bin | |
| ExecStart=/usr/local/bin/opera --genesis /home/peastew/.opera/mainnet.g --cache 16384 --config /home/peastew/.opera/config.toml --datadir /home/peastew/.opera snapshot prune-state | |
| PIDFile=/home/peastew/.opera/ftmnodeprune.pid | |
| Restart=no |
| openssl s_client -connect localhost:443 -servername server.domain.tld | openssl x509 -noout -dates |
| import requests | |
| import time | |
| # J.CRS Credentials | |
| username = '' | |
| password = '' | |
| # Export interval | |
| date_from = '01-09-2020' | |
| date_to = '17-10-2020' | |
| # Downloaded file name: {association_id}{location_id}.zip |