Skip to content

MathieuDR/homeserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homeserver

Base info

Running on a Raspberry Pi 4 model b

Flashing with dd

sudo dd if=result/sd-image/...img of=/dev/sdc bs=4096 conv=fsync status=progress

  • bs block sice
  • conv=fsync How it's writen, don't use cache with fsync
  • status=progress show the status on the console
  • of output file (or device)
  • if input file

About

My local homeserver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published