User:John/FreedomBox

From ProgClub
< User:John
Revision as of 03:52, 3 September 2020 by John (talk | contribs)
Jump to: navigation, search

According to the manual you can find a freedombox with e.g.:

$ nmap -p 80 --open -sV 10.1.1.0/24

According to the download page you can write a uSD image with e.g.:

$ xz -d freedombox.img.xz
$ sudo chown jj5:disk /dev/sde
$ dd bs=1M conv=fdatasync status=progress of=/dev/sde if=freedombox.img