I hereby claim:
- I am vovapolu on github.
- I am vovapolu (https://keybase.io/vovapolu) on keybase.
- I have a public key ASBEUUAvCm7tltRyQsjYydBBa5Kv1_7T6hw_3yBt5M1y_go
To claim this, I am signing this object:
| FROM debian:stretch | |
| RUN apt-get update -y \ | |
| && apt-get upgrade -y | |
| RUN apt-get install -y libmicrohttpd-dev libjansson-dev \ | |
| libssl-dev libglib2.0-dev libcurl4-openssl-dev \ | |
| libconfig-dev pkg-config gengetopt libtool automake | |
| RUN apt-get install -y \ |
I hereby claim:
To claim this, I am signing this object:
| # Install ARCH Linux with encrypted file-system and UEFI | |
| # The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description. | |
| # Download the archiso image from https://www.archlinux.org/ | |
| # Copy to a usb-drive | |
| dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux | |
| # Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration. | |
| # Set russian keymap |
| const int N = 100000; | |
| const int K = 1000; | |
| int cnt = 0; | |
| int elems[N]; | |
| int nxt[N]; | |
| int lists[K]; |