Dont Worry Government, I Got This Porn Filter Sorted
21–30 of 45 posts
Re: Dont Worry Government, I Got This Porn Filter Sorted
#22Pretty comical video, one quick tip. If you typed a command on the terminal and you get the "Operation not permitted." You can run the last command prepending sudo like this: sudo !!
You just gave me 2 more years back.
!gre # will run the last command starting with gre (so probably grep)
If you type history, then !, the shell will execute that command. $ history # shows command history
$ !200 # executes command 200Re: Dont Worry Government, I Got This Porn Filter Sorted
#23... ask not what your country can do for you — ask what you can do for your country ... JFK would be proud.
Re: Dont Worry Government, I Got This Porn Filter Sorted
#24Earlier quoted context omitted.
You just gave me 2 more years back.
Heh, no problem here are 2 more bang tricks. ! runs the last command you ran that starts with the characters you type. !gre # will run the last command starting with gre (so probably grep) If you type history , then ! , the shell will execute that command. $ history # shows command history $ !200 # executes command 200
Re: Dont Worry Government, I Got This Porn Filter Sorted
#25Earlier quoted context omitted.
Another neat expansion: !$ is the last argument of the last command you entered. Useful when you mistype the command name.
Alt+. does the same and (at least in Zsh) allows you to cycle backwards.
Re: Dont Worry Government, I Got This Porn Filter Sorted
#26> Any request that is denied by OpenDNS is then allowed by our DNS server, and any request allowed by OpenDNS is blocked by us. The most interesting part of this to me is using multiple DNS providers to determine which category the site is in. It's both simple and effective. If they actually go ahead with this plan in the UK and it's implemented similarly (eg. via DNS rather than IP blocking), somebody should make a…
What you want is a website that answers: Does Country-C block Website-W? A user gives it a URL and it has VPNs surfacing in lots of different countries and it tries them all, and displays in which countries the URL is blocked.
The website also stores and records all blocked/unblocked websites, and allows this data to be downloaded.
Re: Dont Worry Government, I Got This Porn Filter Sorted
#27> Any request that is denied by OpenDNS is then allowed by our DNS server, and any request allowed by OpenDNS is blocked by us. The most interesting part of this to me is using multiple DNS providers to determine which category the site is in. It's both simple and effective. If they actually go ahead with this plan in the UK and it's implemented similarly (eg. via DNS rather than IP blocking), somebody should make a…
Re: Dont Worry Government, I Got This Porn Filter Sorted
#28Pretty comical video, one quick tip. If you typed a command on the terminal and you get the "Operation not permitted." You can run the last command prepending sudo like this: sudo !!
You just gave me 2 more years back.
Re: Dont Worry Government, I Got This Porn Filter Sorted
#29> Any request that is denied by OpenDNS is then allowed by our DNS server, and any request allowed by OpenDNS is blocked by us. The most interesting part of this to me is using multiple DNS providers to determine which category the site is in. It's both simple and effective. If they actually go ahead with this plan in the UK and it's implemented similarly (eg. via DNS rather than IP blocking), somebody should make a…
> Bonus points if someone builds a way to crowd source the data so that it gets logged from multiple DNS servers round the world. What you want is a website that answers: Does Country-C block Website-W? A user gives it a URL and it has VPNs surfacing in lots of different countries and it tries them all, and displays in which countries the URL is blocked. The website also stores and records all blocked/unblocked websi…
Re: Dont Worry Government, I Got This Porn Filter Sorted
#30Earlier quoted context omitted.
They CANNOT use HTTP filtering as that would break on HTTPS.
Nope, the domain is always visible on HTTPS, due to SNI. They can just block it.