Difference between revisions of "User:John/FreedomBox"

From ProgClub
Jump to: navigation, search
Line 5: Line 5:
 
According to the [https://wiki.debian.org/FreedomBox/Download download] page you can write a uSD image with e.g.:
 
According to the [https://wiki.debian.org/FreedomBox/Download download] page you can write a uSD image with e.g.:
  
 +
$ xz -d freedombox.img.xz
 
  $ sudo chown jj5:disk /dev/sde
 
  $ sudo chown jj5:disk /dev/sde
 
  $ dd bs=1M conv=fdatasync status=progress of=/dev/sde if=freedombox.img
 
  $ dd bs=1M conv=fdatasync status=progress of=/dev/sde if=freedombox.img

Revision as of 04:52, 3 September 2020

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