I hereby claim:
- I am jimmiehansson on github.
- I am a610 (https://keybase.io/a610) on keybase.
- I have a public key ASCewARCwMmxLOoNu7Ewc0xMqIv0XnaHlu5TWEaf6DK4tQo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| ####################################################################################################################### | |
| # This script does three fundamental things: # | |
| # 1. Add Microsoft's GPG Key has a trusted source of apt packages. # | |
| # 2. Add Microsoft's repositories as a source for apt packages. # | |
| # 3. Installs the Azure CLI from those repositories. # | |
| # Given the nature of this script, it must be executed with elevated privileges, i.e. with `sudo`. # | |
| # # | |
| # Remember, with great power comes great responsibility. # |
| # Preferred editor for local and remote sessions | |
| # if [[ -n $SSH_CONNECTION ]]; then | |
| # export EDITOR='vim' | |
| # else | |
| # export EDITOR='mvim' | |
| # fi | |
| # vi mode | |
| bindkey -v |
| (function() { | |
| var AfterMethods, BeforeMethods, Middlewares, formatJsonWithPrefixAndColor, logAfterExecution, logBeforeExecution, processResult, removeInternalProperties, utils, | |
| __slice = [].slice; | |
| utils = Npm.require('util'); | |
| Middlewares = {}; | |
| BeforeMethods = {}; |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "type": "object", | |
| "$schema": "[http://json-schema.org/draft-07/schema#](http://json-schema.org/draft-07/schema#)", | |
| "properties": { | |
| "iat": { | |
| "title": "Issued at time", | |
| "type": "string", | |
| "description": "The issued at time.", | |
| "maxLength": 20 | |
| }, |
| ### Keybase proof | |
| I hereby claim: | |
| * I am jimmiehansson on github. | |
| * I am jimmiehansson (https://keybase.io/jimmiehansson) on keybase. | |
| * I have a public key ASD7KCBcwKD7PgEIyr8uNSUC7FfEuQYQajIU2AI9-xBBmgo | |
| To claim this, I am signing this object: |
| /** | |
| * @description | |
| * | |
| * DOING: Should node modules and files required | |
| * to separate them from the rest. | |
| */ | |
| const Sequelize = require('sequelize'); | |
| const SequelizeAutoBin = 'node_modules/sequelize-auto/bin/sequelize-auto'; | |
| const Joi = require('joi'); |
Add to your contaier config /etc/pve/lxc/XXX.conf:
lxc.apparmor.profile: unconfined
lxc.cgroup.devices.allow: a
lxc.cap.drop:
lxc.mount.auto: proc:rw sys:rw| const Benchmark = require('benchmark') | |
| const xxhash = require('xxhash') | |
| const siphash = require('siphash') | |
| const fnv1a = require('@sindresorhus/fnv1a') | |
| const { createHash } = require('crypto') | |
| var suite = new Benchmark.Suite | |
| const config_ = { | |
| SECRET: 'This is a secret key', |
| 'use strict' | |
| const fp = require('fastify-plugin') | |
| function hash (A) { | |
| if (!A) return void 0 | |
| var bin_ | |
| var buf_ | |
| var b64_ |