小编ser*_*inc的帖子

如何添加页面以在 privoxy 中阻止?

我在 youtube、google 或 privoxy.org 上找不到答案

大多数教程都以安装和设置 privoxy 结束。

所以我已经安装并设置了所有东西。现在我想使用 privoxy 阻止 www.apple.com/itunes/。我希望能够访问 www.apple.com,但不想访问 www.apple.com/itunes。

我假设我需要在user.action文件中做些什么?

我很惊讶我没有在超级用户上遇到任何有类似问题的人。似乎每个人都对 privoxy 的默认添加块设置感到满意。

privoxy

5
推荐指数
1
解决办法
1万
查看次数

如何让 Firefox 使用 HTTP/1.1

Python 中有一个网络服务器(代码见帖子末尾)。每当 Firefox 连接时,网络服务器都会报告 HTTP/1.0。

*.*.*.* - - [17/Feb/2016 15:50:59] "GET /?size=100 HTTP/1.0" 200 -
Run Code Online (Sandbox Code Playgroud)

对于wget,使用 HTTP/1.1:

*.*.*.* - - [17/Feb/2016 15:16:37] "GET /?size=488 HTTP/1.1" 200 -
Run Code Online (Sandbox Code Playgroud)

netcat

$ nc *.*.*.* 8000
GET ?size=10 HTTP/1.1

HTTP/1.1 200 OK
Server: BaseHTTP/0.3 Python/2.7.10
Date: Wed, 17 Feb 2016 14:58:48 GMT
Content-Length: 10

[content]
Run Code Online (Sandbox Code Playgroud)

$ nc *.*.*.* 8000
GET ?size=20 HTTP/1.0

HTTP/1.1 200 OK
Server: BaseHTTP/0.3 Python/2.7.10
Date: Wed, 17 Feb 2016 14:58:59 GMT
Content-Length: 20

[content]
Run Code Online (Sandbox Code Playgroud)

如何让 …

firefox network-protocols

5
推荐指数
1
解决办法
1万
查看次数

如何在终端模式下使用 Emacs 并使用 Alt + ?捷径?

我想在终端中使用 emacs,但在 Ubuntu 11.10 中,bash 终端已经有许多 Alt 启动的快捷方式,我该如何处理?

linux terminal bash emacs ubuntu

4
推荐指数
1
解决办法
2685
查看次数

标签 统计

bash ×1

emacs ×1

firefox ×1

linux ×1

network-protocols ×1

privoxy ×1

terminal ×1

ubuntu ×1