I hereby claim:
- I am phuysmans on github.
- I am phuysmans (https://keybase.io/phuysmans) on keybase.
- I have a public key ASBWvasws5UTgOrw_E-TTEWWyCvJB8BQjW7xIuGYd6LmZAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
https://twitter.com/twindba/status/637497047529078785
Hey guys, thanks for all your help!
I recovered the schema using your blog post: https://twindb.com/recover-table-structure-from-innodb-dictionary/
If you're looking at this in 2016, I strongly recommend investigating real headless Chrome: https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md
#If you're on Ubuntu or working with a Linux VM...
SSH into your server as a root or do sudo -i.
| license: gpl-3.0 |
| # to generate your dhparam.pem file, run in the terminal | |
| openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
| # Start the old vagrant | |
| $ vagrant init centos-6.3 | |
| $ vagrant up | |
| # You should see a message like: | |
| # [default] The guest additions on this VM do not match the install version of | |
| # VirtualBox! This may cause things such as forwarded ports, shared | |
| # folders, and more to not work properly. If any of those things fail on | |
| # this machine, please update the guest additions and repackage the | |
| # box. |
| package main | |
| import ( | |
| "fmt" | |
| "os" | |
| "encoding/binary" | |
| ) | |
| func WritePPMHeader(outf *os.File) { | |
| fheader := []byte("P6\n") |
A simple demo of boltdb.
Compare prefix and range scans with the levelup approach described in the Rod Vagg's article, LevelDB and Node: Getting Up and Running.
See also the intro articles/talks by ...