I hereby claim:
- I am yukicoco on github.
- I am sayokurisu (https://keybase.io/sayokurisu) on keybase.
- I have a public key ASD8rP2A-vBJzvRrqTLtbv1OIG_0ApZ0XShY_U_EfId1vQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import { getAssetFromKV, mapRequestToAsset } from '@cloudflare/kv-asset-handler' | |
| /** | |
| * The DEBUG flag will do two things that help during development: | |
| * 1. we will skip caching on the edge, which makes it easier to | |
| * debug. | |
| * 2. we will return an error message on exception in your Response rather | |
| * than the default 404.html page. | |
| */ | |
| const DEBUG = false |
| .body | |
| %span | |
| %span | |
| %span | |
| %span | |
| %span | |
| .base | |
| %span | |
| .face | |
| .longfazers |
| #!/bin/bash | |
| # Step 0: Welcome | |
| echo "✨ Welcome! This script will prepare your server for the Quilibrium node installation. ✨" | |
| echo "" | |
| echo "Made with 🔥 by LaMat - https://quilibrium.one" | |
| echo "Helped by 0xOzgur.eth - https://quilibrium.space" | |
| echo "=====================================================================================" | |
| echo "" | |
| echo "Processing... ⏳" |
SENDKEY MASTER_ID and TELEGRAM_BOT_TOKENcurl https://yourworker.address/your_sendkey_here.send?title=short_title&desp=long_content| /// | |
| /// Run this example with: | |
| /// cargo run --example client_exec_interactive -- -u <username> -p <password> <host> <command> | |
| /// | |
| use std::convert::TryFrom; | |
| use std::env; | |
| use std::path::{Path, PathBuf}; | |
| use std::sync::Arc; | |
| use std::time::Duration; |
| use std::fs; | |
| use std::path::Path; | |
| use argon2::{ | |
| password_hash::{ | |
| rand_core::OsRng, | |
| PasswordHasher, SaltString | |
| }, | |
| Argon2 | |
| }; | |
| use aes_gcm::{ |