I hereby claim:
- I am hijak on github.
- I am hijak (https://keybase.io/hijak) on keybase.
- I have a public key ASCzMj5bqiYUdXrRk7D8yRGXUHyT-AO6VTosorK29Olvygo
To claim this, I am signing this object:
| { | |
| "basics": { | |
| "name": "Thomas Edison", | |
| "label": "Inventor and Businessman", | |
| "picture": "https://example.com/photo.jpg", | |
| "email": "thomas.edison@example.com", | |
| "phone": "(123) 456-7890", | |
| "website": "https://thomasedison.com", | |
| "summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.", | |
| "location": { |
| { | |
| "basics": { | |
| "name": "Thomas Edison", | |
| "label": "Inventor and Businessman", | |
| "picture": "https://example.com/photo.jpg", | |
| "email": "thomas.edison@example.com", | |
| "phone": "(123) 456-7890", | |
| "website": "https://thomasedison.com", | |
| "summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.", | |
| "location": { |
| #!/bin/bash | |
| source /home/$USER/.bashrc | |
| echo "Renew lease for" | |
| curl -sS --fail -X POST -H "X-Vault-Token: $VAULT_TOKEN" ${VAULT_ADDR}/v1/auth/token/renew-self | jq .auth.lease_duration | |
| retval=$? | |
| if [[ $retval -ne 0 ]]; then | |
| echo "Error renewing Vault token lease." |
| ssh_authorized_keys: | |
| - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6fxvW8VLHJrEj8v7WHLjNkootX+WGquz8ARqTWcnkLYueJZq4i9YsVf1wUIyIt2dqA1bfLPc3B+ulOs7MACICvayumCOzz5NVW5xEWG8tTbQGTN0RD9uXDEx1EmcCvsZ9gKwibLNGxcwiHzVPmOmKdbp3CT4615JJHdmLtdhHcEhiJhxNc8D+Etv929VOIH95Or9cpzn+aSKs4BX6f+R5TWY6cjuLgvR5f5i9hVxwmNp1zbzhMPijKpbUH56dyl2NPlPlcMU1FLwlBWZCx5hG+tBsY2wFyyp5JZATQsJQ+t7uGzmhZbqxa1VaAJivgfWRQglP8iTz3MhlKy4g4yYd | |
| hostname: k3.k8.tf |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| _usage() { | |
| echo "Usage: $0 CHECKNAME PROFILE" | |
| echo "Checks: infra, os, keys, vol" | |
| echo "you might want to output stdout to a .tsv file" | |
| } | |
| _infra () { |
| var startingPort = 2011 | |
| var neoProxy = require('neo-proxy') | |
| var customHTML = '<center><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-9374665233285997" data-ad-slot="9625600444"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script></center></br>' | |
| var batman = neoProxy({ | |
| port: startingPort, | |
| target: 'https://eztv.ch', | |
| needle: '<div id="line"></div>', |
| <IfModule mod_ssl.c> | |
| SSLProtocol All -SSLv2 -SSLv3 | |
| SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:!LOW:!SSLv2:!EXP | |
| </IfModule> |
| print ip of eth0 | |
| ip a s eth0 | sed -nr 's!.*inet ([^/]+)/.*!\1!p' | |
| print groups | |
| cut -d: -f1 /etc/group | sort | |
| find external ip address | |
| curl http://canihazip.com/s && echo | |
| load of server/mem/disk |