- It is best to follow these steps on a PC.
- If you fresh install your RaspiOS, then boot RPI once to complete OS configuration.
- mbr2gpt can be found here.
# ./mbr2gpt /dev/sdX
# ./mbr2gpt /dev/sdX
| from joblib import Parallel, delayed, effective_n_jobs | |
| import pandas as pd | |
| def gen_even_slices(n, n_packs, *, n_samples=None): | |
| """Generator to create n_packs slices going up to n. | |
| Parameters | |
| ---------- | |
| n : int | |
| n_packs : int |
| /* pixieset.com full size image scraper | |
| * | |
| * Rips all images in highest quality | |
| * | |
| * To use scroll to the very bottom of the album and press F12 then paste the below snippet in and press enter. | |
| * The full file list will be copied to your clipboard afterwards. You can use jdownloader to easily download the full list. | |
| */ | |
| (() => { | |
| const data = document.querySelectorAll('.masonry-brick img') |
This exemplary initial setup uses two devices /dev/sdb and /dev/sdc but can be applied to any amount of devices by following the steps with additional devices.
Create keyfile:
dd bs=64 count=1 if=/dev/urandom of=/etc/cryptkey iflag=fullblock
chmod 600 /etc/cryptkey| # Reports | |
| *.rpt | |
| # CPL data generated from PCB | |
| *.pos | |
| # KiCad backup | |
| *.bak | |
| *.bck | |
| *.kicad_pcb-bak |
| #Drag-and-drop upload files, via JavaScript, to a simple Python 3 HTTP server |