Skip to content

Instantly share code, notes, and snippets.

View draeder's full-sized avatar
🔑
Diffie-Hellman

Daniel Raeder draeder

🔑
Diffie-Hellman
View GitHub Profile
module.exports = function(pwd, extra) {
var forge = require("node-forge");
forge.options.usePureJavaScript = true;
var EC = require('elliptic').ec;
return new Promise((resolve, reject) => {
var ec_p256 = new EC('p256');
if (!pwd)
@piboistudios
piboistudios / GunChain.MD
Last active January 14, 2022 00:29
GunChain

GunChain

This is a working draft of a proposal for a Block Chain based on the principles of Freeism.

Overview

The network is effectively a "public Cloud" where users own all of the data and services.

Basically, there must be an autonomously run cluster of services (like a Kubernetes one).

@stephonchen
stephonchen / Deploy_Oracle_Linux_in_GCE.md
Last active April 14, 2023 12:06
Deploy Oracle Linux in GCE
  • Install Oracle Linux in VirtualBox

  • Before shutdown, be aware to do these things

    • Edit /etc/default/grub
      • Remove splash & quiet & rhgb
      • Add console=ttyS0,38400n8d
    • Update grub
      sudo grub2-mkconfig -o /boot/grub2/grub.cfg