Skip to content

Instantly share code, notes, and snippets.

Unhandled exception: page fault on read access to 0x63637553 in 32-bit code (0x0a5a2e47).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:0a5a2e47 ESP:0d6fd460 EBP:0d6fd468 EFLAGS:00010287( R- -- I S - -P-C)
EAX:7fffffff EBX:63637553 ECX:63637553 EDX:0000000d
ESI:63637553 EDI:63637560
Stack dump:
0x0d6fd460: 7fffffff 0d6fd500 0d6fd4b0 0a61afd7
0x0d6fd470: 63637553 7fffffff ffffffff 0d6fd500
0x0d6fd480: 00000001 0a5c3f6b ffffffff 0d6fd500
# Default server configuration
server {
listen 80;
return 301 https://$host$request_uri;
}
server {
listen 443;
server_name matrix.domain.net;
@zoglesby
zoglesby / keybase.md
Created November 4, 2015 15:24
keybase.md

Keybase proof

I hereby claim:

  • I am zoglesby on github.
  • I am zoglesby (https://keybase.io/zoglesby) on keybase.
  • I have a public key whose fingerprint is AC8D 352D 380B B89B A3C2 7F43 DB36 FD89 F20C 4707

To claim this, I am signing this object:

@zoglesby
zoglesby / gist:7429537
Created November 12, 2013 11:43
pgloader example
LOAD DATABASE
FROM mysql://root@localhost/sakila
INTO postgresql://localhost:54393/sakila
WITH include drop, create tables, no truncate,
create indexes, reset sequences, foreign keys
SET maintenance_work_mem to '128MB', work_mem to '12MB',
search_path to 'sakila' /* migrate to a specific schema */