V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  yinheli  ›  全部回复第 12 页 / 共 16 页
回复总数  320
1 ... 4  5  6  7  8  9  10  11  12  13 ... 16  
2015-08-05 21:25:29 +08:00
回复了 alsacegustav 创建的主题 问与答 怎么下载个 chrome 64bit for win 完整安装包就那么难
可以用百度网盘下载...
@OneAPM 那这个很好啊. 用处多多. +1
重大决策按钮支持 api 么?
2015-08-05 21:15:24 +08:00
回复了 sjwuny 创建的主题 问与答 准备戴隐形了有什么建议 么?
@icarian 现在有那种变色的, 遇到紫外线, 自动变成墨镜
2015-07-28 15:54:06 +08:00
回复了 alangz 创建的主题 程序员 OS X 下 SSH 到远程服务器你们是怎么用的
```bash
cat .ssh/config
```

```
Host *
ServerAliveInterval 10
TCPKeepAlive yes
StrictHostKeyChecking no

ControlMaster auto
ControlPath /tmp/ssh_%r@%h:%p

Compression yes
CompressionLevel 6
```
专业: 中西医结合临床医学
工作: java 开发
2015-07-07 21:25:40 +08:00
回复了 yinheli 创建的主题 分享发现 mashort.cn 是什么鬼
@dallaslu 没有任何关系.
2015-06-29 21:36:58 +08:00
回复了 zhiyongyici 创建的主题 问与答 有偿请高手解决一个问题:添加 @user 回复的功能
@lyqds 看上去是你的网络问题. 给个邮箱, 我给你发吧
2015-06-29 13:53:14 +08:00
回复了 zhiyongyici 创建的主题 问与答 有偿请高手解决一个问题:添加 @user 回复的功能
@lyqds 额 怎么失效了, 在 github 上
这事给客服反馈投诉过, 没用. 1T的硬盘, 速度也不快. 现在换回老路由器用了.
2015-06-11 15:19:38 +08:00
回复了 pingplusplus 创建的主题 酷工作 这可能是你最好的下一份工作
靠, 妹子太多了....
2015-06-01 17:36:27 +08:00
回复了 codegeek 创建的主题 程序员 技术总监还要用 svn,大家怎么看?
LZ, 在这个社区来找认同感基本是没戏的. 不过好处是能收到一堆回复铜板.

另外我估计和你一类, 除非是迫不得已, 不会使用 SVN
很有爱的公司, 帮顶
2015-04-18 00:32:53 +08:00
回复了 cobola 创建的主题 问与答 mac 下 如何屏蔽一个 ip? 122.141.234.60
@cobola 也可以改路由器的 iptables. 这样所有的设备都ok了.

比如我的 openwrt 的路由器. 在 iptables 里加了一条.
iptables -I FORWARD -d 122.141.234.60 -j REJECT

http://ww2.sinaimg.cn/large/62f90fc9jw1er919maviej20p60imdjr.jpg
2015-04-17 23:01:50 +08:00
回复了 cobola 创建的主题 问与答 mac 下 如何屏蔽一个 ip? 122.141.234.60
现在... 暂时先吧 hm.baidu.com hosts 到 127.0.0.1 了
2015-04-17 22:57:42 +08:00
回复了 cobola 创建的主题 问与答 mac 下 如何屏蔽一个 ip? 122.141.234.60
我也是...

抓包看了下. 是百度的一个统计脚本被劫持了.

curl 重现...

curl -v hm.baidu.com
* Rebuilt URL to: hm.baidu.com/
* Hostname was NOT found in DNS cache
* Trying 220.181.164.39...
* Connected to hm.baidu.com (220.181.164.39) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.37.1
> Host: hm.baidu.com
> Accept: */*
>
< HTTP/1.1 302 Found
< Location: http://122.141.234.60:51234/bdpop.sl.php?http://hm.baidu.com/
< Content-type: text/html
< Content-Length: 0
<
* Excess found in a non pipelined read: excess = 890 url = / (zero-length body)
* Connection #0 to host hm.baidu.com left intact
1 ... 4  5  6  7  8  9  10  11  12  13 ... 16  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2684 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 32ms · UTC 03:29 · PVG 11:29 · LAX 19:29 · JFK 22:29
Developed with CodeLauncher
♥ Do have faith in what you're doing.