Quote:
Originally Posted by miciy5
Just checking - Do I need to manually block amazon every time the device is rebooted?
|
It does survive reboots.
Quote:
Originally Posted by qadzek
This did work:
Code:
awk '/# BEGIN block_amazon/,/# END block_amazon/{next} { print $0 }' /etc/hosts > /tmp/hosts.tmp
cp /tmp/hosts.tmp /etc/hosts
|
Thank you, I will update it and include this instead!