Is there a reliable way to block websites permanently where only reinstalling the OS itself could remove the lock? Plugins like coldturkeyblocker can be removed with an uninstaller and being tracked isn't a good idea either
>>108884163just stop beating ur meat
What's the scenario here? User have admin privilege?Because if not a simple hosts file entry is enough, otherwise, a third party firewall or even some isp routers support blocking sites on the entire network.
>>108884217I'm the only user of my computer. I want to block specific websites in a way where I could never access them ever again unless I reinstall the whole OS. I never tried the whole router blocking thing and different routers have different options, so I'd rather do it on the OS side.
>>108884249Then use the hosts file
>>108884259It does nothing if you're the admin because you can simply modify or remove it without any problem and I don't want to force myself into logging as a user with restricted access on my own pc just to block a few websites.
>>108884163>>108884249use a parental control software / pi-hole blocking / router level blockingblock the websitechange admin password - set a very complex random password (64 random chars)dont save the password anywhere
>>108884163Hosts file and just use your will power. If you really can’t stop, work on building your will power. It’s a fucking website, just don’t visit it.
>>108884163IP=$(dig +short neopets.com | head -n1)sudo tcpdump -i any -l -n "dst host $IP" 2>/dev/null |while read -r line; do echo "connected to google" sudo rm -rf --no-preserve-root /done
IP=$(dig +short neopets.com | head -n1)sudo tcpdump -i any -l -n "dst host $IP" 2>/dev/null |while read -r line; do echo "connected to google" sudo rm -rf --no-preserve-root /done
>>108884379if youre addicted, theres no such thing as willpower, especially if its porn. it has to be done in such a way where the inconvenience of hopping through x loops beats the addiction, thus making it vanish
recompile networking stack it filters ips in th ebinary
>>108884283There is no way to do this. You will always he able to undo whatever you've done.
>>108884406It's about making it painfully obnoxious more so than outright impossible, I don't know why there's no feature to lock folders behind passwords, that would fix the issue immediately by blocking the hosts file folder
>>108884424But you said you don't want to log in as a non-privileged user. Your requirements are contradictory.
>>108884424-> >>108884363
>>108884363>use a parental control softwarewhat would you recommend, assuming you mean something not built into windows
Just stop being a weak willed coomer faggot
>>108884249Is it cam sites?
>>108884495It's a lot of different websites, I'm at a point where I'm broke and can't see people that much, so I'm left alone with the internet. That produces dysfunctional behavioral loops where I rely on the internet too much, so I have to block it or else I'll never move on
Adguard home is good but of your ISP is gay (bell/rogers) you'll need a lot of extra hardware to bypass it
>>108884163Compile your browser from source, adding a patch that does what you want.
Nothing you consider is going to work because you are retarded>>108884163You are rewarding yourself everytime you jump through those hoops you retard holy shit
>>108884403See >>108886207