「Hostsblock」の版間の差分
Kusanaginoturugi (トーク | 投稿記録) 新規作成 |
Kusanaginoturugi (トーク | 投稿記録) 記事を追加 |
||
| 9行目: | 9行目: | ||
* Upstream URL: http://gaenserich.github.io/hostsblock/ |
* Upstream URL: http://gaenserich.github.io/hostsblock/ |
||
* Project URL: https://github.com/gaenserich/hostsblock |
* Project URL: https://github.com/gaenserich/hostsblock |
||
== |
|||
systemctl start hostsblock.time |
|||
systemctl enable hostsblock.time |
|||
[[Category:Proxy servers]] |
|||
{{Stub|Still too short, if there's not much information to be added, consider merging the content to a more generic article.}} |
|||
{{Related articles start}} |
|||
{{Related|Privoxy}} |
|||
{{Related articles end}} |
|||
{{AUR|hostsblock}} is a bash script for Linux designed to take advantage of the HOSTS file available in all operating systems to provide system-wide blocking of internet advertisements, malicious domains, trackers, and other undesirable content. To do so, it downloads a configurable set of blocklists and processes and their entries into a singular HOSTS file. |
|||
* Upstream URL: http://gaenserich.github.io/hostsblock/ |
|||
* Project URL: https://github.com/gaenserich/hostsblock |
|||
== 設定 |
|||
タイマーユニットを開始します。 |
|||
$ sudo systemctl start hostsblock.timer |
|||
$ sudo systemctl list-timers |
|||
必要に応じて有効にしてください。 |
|||
systemctl enable hostsblock.timer |
|||
== ブロックするURLの追加 |
|||
example.com をブロックする |
|||
$ sudo hostsblock-urlcheck example.com |
|||
== See also == |
|||
* http://jasonwryan.com/blog/2013/12/28/hostsblock/ |
|||
== See also == |
== See also == |
||
2015年12月26日 (土) 19:16時点における版
関連記事
hostsblockAUR is a bash script for Linux designed to take advantage of the HOSTS file available in all operating systems to provide system-wide blocking of internet advertisements, malicious domains, trackers, and other undesirable content. To do so, it downloads a configurable set of blocklists and processes and their entries into a singular HOSTS file.
- Upstream URL: http://gaenserich.github.io/hostsblock/
- Project URL: https://github.com/gaenserich/hostsblock
==
systemctl start hostsblock.time
systemctl enable hostsblock.time
関連記事
hostsblockAUR is a bash script for Linux designed to take advantage of the HOSTS file available in all operating systems to provide system-wide blocking of internet advertisements, malicious domains, trackers, and other undesirable content. To do so, it downloads a configurable set of blocklists and processes and their entries into a singular HOSTS file.
- Upstream URL: http://gaenserich.github.io/hostsblock/
- Project URL: https://github.com/gaenserich/hostsblock
== 設定 タイマーユニットを開始します。
$ sudo systemctl start hostsblock.timer $ sudo systemctl list-timers
必要に応じて有効にしてください。
systemctl enable hostsblock.timer
== ブロックするURLの追加 example.com をブロックする
$ sudo hostsblock-urlcheck example.com
See also