I hereby claim:
- I am achernya on github.
- I am achernya (https://keybase.io/achernya) on keybase.
- I have a public key whose fingerprint is 3224 C446 9D7D F8F3 D6F4 1A02 BBC7 56DD BE59 5F6B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| var dns = require('native-dns'); | |
| var server = dns.createServer(); | |
| server.on('request', function (request, response) { | |
| var question = dns.Question({ | |
| name: request.question[0].name, | |
| type: request.question[0].type, | |
| }); |
| #version=DEVEL | |
| # System authorization information | |
| auth --useshadow --passalgo=sha512 | |
| # Install OS instead of upgrade | |
| install | |
| # Use CDROM installation media | |
| cdrom | |
| # Reboot after installation | |
| reboot# Use text mode install |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| // Uncomment this and link with -lresolv | |
| //#include <resolv.h> | |
| #include <arpa/nameser_compat.h> | |
| #include <arpa/inet.h> | |
| // We want minimum headers for now, so define NS_QFIXEDSZ if needed |
| int | |
| main(int argc, char* argv[]) { | |
| res_init(); | |
| return 0; | |
| } |
| [alias] | |
| lola = log --graph --abbrev-commit --pretty=oneline --decorate | |
| gl = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit | |
| [color] | |
| ui = auto |