I hereby claim:
- I am sebelino on github.
- I am sebelino (https://keybase.io/sebelino) on keybase.
- I have a public key ASBE8LvObe0XA_NYqdKTkcfCmDuelvruMRp9SIjOtckjrQo
To claim this, I am signing this object:
| capture | ||
|---|---|---|
| 1 | 1 | |
| 2 | 1 | |
| 3 | 1 | |
| 4 | 1 | |
| 5 | 1 | |
| 6 | 2 | |
| 7 | 1 | |
| 8 | 1 | |
| 9 | 1 |
| #!/usr/bin/env bash | |
| # After booting into the NixOS live cd, do: | |
| # sudo su | |
| # loadkeys /etc/kbd/keymaps/i386/qwerty/sv-latin1.map.gz | |
| # wpa_passphrase Olssons-5G | tee /etc/wpa_supplicant.conf | |
| # (Enter Wifi password) | |
| # systemctl restart wpa_supplicant.service | |
| # bash <(curl -sL <THIS_SCRIPT>) <MY_LUKS_PASSPHRASE> |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "glossary": { | |
| "title": "example glossary", | |
| "GlossDiv": { | |
| "title": "S", | |
| "GlossList": { | |
| "GlossEntry": { | |
| "ID": "SGML", | |
| "SortAs": "SGML", | |
| "GlossTerm": "Standard Generalized Markup Language", |
| #!/usr/bin/env python | |
| # The following is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| from pykeyboard import PyKeyboardEvent | |
| from pymouse import PyMouseEvent | |
| from threading import Thread |