#OpenSSL cheat sheet This is a brief howto for socket programmers.
ex: 1024bits length key pair:
$> openssl genrsa -out myprivate.pem 1024
$> openssl rsa -in myprivate.pem -pubout -out mypublic.pem| // Mercules' Erentil FR4 breakdown | |
| // https://www.reddit.com/r/DestinyTheGame/comments/cbxao7/massive_breakdown_of_erentil_fr4_including_stats/ | |
| // Erentil FR4 | |
| dimwishlist:item=3027844941&perks=194952923,3868766766,280464955,1600092898 | |
| dimwishlist:item=3027844941&perks=194952922,3868766766,280464955,1600092898 | |
| dimwishlist:item=3027844941&perks=194952923,2969185026,280464955,1600092898 | |
| dimwishlist:item=3027844941&perks=194952922,2969185026,280464955,1600092898 | |
| dimwishlist:item=3027844941&perks=194952923,3868766766,1645158859,1600092898 | |
| dimwishlist:item=3027844941&perks=194952922,3868766766,1645158859,1600092898 |
| # 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 swedish keymap |
| This playbook has been removed as it is now very outdated. |