View Single Post
Old 11-03-2025, 04:18 PM   #4
LunarEclipse
Junior Member
LunarEclipse began at the beginning.
 
LunarEclipse's Avatar
 
Posts: 6
Karma: 10
Join Date: Oct 2025
Location: EU
Device: Kindle K4B
Quote:
Originally Posted by miciy5 View Post
Just checking - Do I need to manually block amazon every time the device is rebooted?
It does survive reboots.

Quote:
Originally Posted by qadzek View Post
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!

Last edited by LunarEclipse; 11-03-2025 at 04:19 PM. Reason: forgot a quote closing tag
LunarEclipse is offline   Reply With Quote