Skip to content

Instantly share code, notes, and snippets.

View snowypowers's full-sized avatar

Yak Jun Xiang snowypowers

View GitHub Profile

Keybase proof

I hereby claim:

  • I am snowypowers on github.
  • I am snowypowers (https://keybase.io/snowypowers) on keybase.
  • I have a public key ASBZRYyy93S8XGMhTEdsDrxw-LeC6uudF18q_cWIzEHM5wo

To claim this, I am signing this object:

@snowypowers
snowypowers / neonwalletexport.md
Last active January 22, 2018 07:05
Neon wallet export differences

Neon wallet json difference

  1. Scrypt parameters should use n, r, and p. size is not required.

  2. Accounts should have a default contract field with properties script, parameters and deployed. For now there is no need to fill them up (neo-gui doesnt crash if its empty) but there are recommended defaults.

Example

NOW

@snowypowers
snowypowers / change-fqdn.md
Last active June 29, 2017 07:52
Changing FQDN of a remote server

I encountered this issue while learning how to setup a Chef Server remotely. After installing Chef Server on a remote server, setting up Knife on my local workstation, I ran into the issue of having the wrong SSL certificate. The error on my computer looks like this:

$knife ssl check
Connecting to host remote.yjx.me:443
ERROR: The SSL cert is signed by a trusted authority but is not valid for the given hostname
ERROR: You are attempting to connect to:   'remote.yjx.me'
ERROR: The server's certificate belongs to 'remote.c.personal-172203.internal'