Hacker News new | past | comments | ask | show | jobs | submit login

tee will also write to stdout, which can often mean that you get a bunch of binary gubbish splattered all over your terminal.

I recommend instead using "|sudo dd of=/dev/fb0", or, if you have moreutils installed, "|sudo sponge /dev/fb0"




Shouldn't `| sudo cat > /dev/fb0` work?


But 'sponge' will put it all in RAM, so that's not ideal either. Lots of pitfalls here, wow.




Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: