Difference between revisions of "User:John/FreedomBox"

From ProgClub
Jump to: navigation, search
(Created page with "According to the [https://wiki.debian.org/FreedomBox/Manual manual] you can find a freedombox with e.g.: $ nmap -p 80 --open -sV 10.1.1.0/24 According to the [ download] pa...")
 
Line 3: Line 3:
 
  $ nmap -p 80 --open -sV 10.1.1.0/24
 
  $ nmap -p 80 --open -sV 10.1.1.0/24
  
According to the [ 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.:
  
 
  $ 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 23:41, 23 August 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.:

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