$argon2id$v=19$m=64,t=512,p=2$JOEdfBGoeRxK8DvMtoVN/g$UPbvZwGiTffzC7NCE5UGiQ
This is an OpenPGP proof that connects 2F0FE22715F1508C58B8D81D1ADB2F04982ECB70 to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:2F0FE22715F1508C58B8D81D1ADB2F04982ECB70]
The goal of this notebook is to easily find an available domain based on the English dictionary.
This Notebook can be launched directly from mybinder.org
This file contains 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
#/etc/udev/rules.d/70-hetzner-net-routes.rules | |
SUBSYSTEM=="net", KERNEL=="eth*", RUN+="/usr/lib/sync-hetzner-routes" |
This file contains 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
{ | |
"builders": [ | |
{ | |
"type": "scaleway", | |
"api_token": "00000000-0000-0000-0000-000000000000", | |
"organization_id": "00000000-0000-0000-0000-000000000000", | |
"region": "par1", | |
"image_name": "CoreOS", |
This file contains 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
#!/bin/bash | |
lxc.aa_profile: unconfined | |
lxc.cgroup.devices.allow: a | |
lxc.cap.drop: |
This file contains 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
#!/bin/bash | |
# Authors: Alexandre NICOLAIE <pheonyx> | |
# Description: Script to send and remove automatically Proxmox dump with FTP (for Online.net) | |
# Arguments: dump2ftp <ftp server> <ftp user> <ftp password> <pushbullet api key> <day before clean> <vzdump path> | |
SERVER="$1" | |
USER="$2" | |
PASSWD="$3" | |
API_KEY="$4" | |
DAY_AGO="$5" |