跳转至

Blog

可以获取公网IP的网站

Bash
# 获取公网ip
# 普通文本格式
curl https://checkip.amazonaws.com
curl icanhazip.com
curl http://members.3322.org/dyndns/getip
curl ip.6655.com/ip.aspx
curl ident.me
curl ipecho.net/plain
curl whatismyip.akamai.com
curl ifconfig.me
curl myip.dnsomatic.com
curl ifconfig.co
curl http://ipv4.ip.sb
curl http://ip-api.com/json

# json格式
curl ipinfo.io

# 返回ip和地区
curl ip.6655.com/ip.aspx?area=1
curl cip.cc
wget -q -O - http://icanhazip.com | /usr/bin/tail

HTTP状态码解释

官方rfc7231文档参考

HTTP状态码

临时响应
100 Continue(继续): 服务器已收到请求的初始部分,客户端应继续请求。
101 Switching Protocols(切换协议): 服务器正在更改协议。
102 Processing(处理中): 服务器已接受请求,但尚未完成处理。
成功
200 OK(成功): 请求已成功。
201 Created(已创建): 请求已经被实现,而且有一个新的资源被创建。
202 Accepted(已接受): 已接受请求,但尚未处理。
203 Non-Authoritative Information(非权威信息): 服务器已成功处理了请求,但返回的信息可能来自另一来源。
204 No Content(无内容): 服务器成功处理,但没有返回内容。
205 Reset Content(重置内容): 服务器成功处理,用户代理应重置文档视图。
206 Partial Content(部分内容): 服务器成功处理了部分GET请求。
重定向
300 Multiple Choices(多种选择): 对请求URI有多个可用资源。
301 Moved Permanently(永久重定向): 请求的资源已被永久移动到新位置。
302 Found(找到): 请求的资源临时从不同的URI响应。
303 See Other(查看其他): 对于完成请求,客户端应该寻找另一个URI。
304 Not Modified(未修改): 资源未被修改。
305 Use Proxy(使用代理): 请求应使用代理访问请求的URI。
307 Temporary Redirect(临时重定向): 对请求的资源临时从不同的URI响应。
请求错误
400 Bad Request(错误请求): 请求无效。
401 Unauthorized(未授权): 需要身份验证。
402 Payment Required(要求付款): 保留供将来使用。
403 Forbidden(禁止): 服务器拒绝请求。
404 Not Found(未找到): 服务器找不到请求的资源。
405 Method Not Allowed(方法不允许): 请求中指定的方法不允许。
406 Not Acceptable(不接受): 服务器生成的响应无法让客户端接受。
407 Proxy Authentication Required(需要代理身份验证): 客户端必须先通过代理授权。
408 Request Timeout(请求超时): 服务器等待请求时发生超时。
409 Conflict(冲突): 请求导致冲突。
410 Gone(消失): 请求的资源不再可用。
411 Length Required(需要长度): 缺少必需的Content-Length头字段。
412 Precondition Failed(前提条件失败): 请求中指定的前提条件失败。
413 Payload Too Large(负载过大): 请求正文太大。
414 URI Too Long(URI过长): URI太长。
415 Unsupported Media Type(不支持的媒体类型): 不支持请求中使用的媒体类型。
416 Range Not Satisfiable(范围不可满足): 无法满足请求的Range头字段。
417 Expectation Failed(期望失败): 服务器无法满足Expect头字段的期望值。
426 Upgrade Required(需要升级): 客户端需要切换到TLS/1.0。
服务器错误
500 Internal Server Error(服务器内部错误): 服务器遇到了无法处理的错误。
501 Not Implemented(未实现): 服务器不具备完成请求所需的功能。
502 Bad Gateway(错误网关): 服务器作为网关或代理,从上游服务器接收到无效响应。
503 Service Unavailable(服务不可用): 服务器暂时无法处理请求。
504 Gateway Timeout(网关超时): 服务器作为网关或代理,未能及时从上游服务器接收到请求。
505 HTTP Version Not Supported(HTTP版本不支持): 服务器不支持请求中所使用的HTTP协议版本。

参考RFC 6585 - Additional HTTP Status Codes

其他HTTP状态代码
418 I'm a teapot(我是一个茶壶): 服务器拒绝尝试用于冲泡咖啡的请求,因为它是一个茶壶。
421 Misdirected Request(请求错误): 服务器无法生成对当前目标资源的响应,但可能对其他目标资源有效。
428 Precondition Required(要求先决条件): 服务器要求请求包含前提条件。
429 Too Many Requests(请求数过多): 用户在给定的时间内发送了太多请求。
431 Request Header Fields Too Large(请求头字段太大): 服务器不愿意处理请求,因为请求头字段太大。
451 Unavailable For Legal Reasons(因法律原因不可用): 请求的资源因法律原因不可用。

General

谷歌搜索技巧

用法 描述
关键词 filetype:pdf 包含关键词且文件类型为PDF的内容
关键词 site:trump.com 在trump.com中搜索包含关键词的页面
Trump or Ivanka 搜索结果中包含关键词"Trump"或"Ivanka"的内容
Trump and Ivanka 搜索结果中必须同时包含关键词"Trump"和"Ivanka"的内容
Trump not Ivanka 搜索结果中包含关键词"Trump"但不包含关键词"Ivanka"的内容
~Trump 搜索结果中包含与关键词"Trump"相关的同义词或类似意思的内容
Do*ld Trump 使用星号通配符代替缺少单词
"Trump" 关键词添加双引号精确搜索Trump
Trump @twitter 搜索关于Trump的推特信息,用法: @符号后添加社交平台名称
#Trump 筛选出包含Trump主题的内容
iphone $75..$200 搜索结果筛选出价格在75到200美元之间的iPhone商品
info:trump.com trump.com网站的详细信息
link:trump.com 搜索网页中链接到trump.com网站的页面
related:trump.com 找出与trump.com网站类似的网站
cache:trump.com trump.com网站的缓存版本
allintitle: 搜索结果的标题必须包含所有指定的关键词
intitle: 搜索的关键字在网页标题中
allinurl: 搜索结果的URL必须包含所有指定的关键词
inurl: 搜索的关键字在url链接中
inauthor:"作者名" 根据作者名搜索相关书籍及信息
roll a dice 投掷色子shǎi zi,还会显示其他类似小游戏
set timer for 1 minute 1分钟的定时器
搜索ftp网站语法参考或示例

inurl:ftp:// -inurl:http:// -inurl:https://

-inurl(html|htm|php) intitle:"index of" +"last modified" +"parent directory" +description +size

-inurl:(htm|html|php) intitle:"index of" +"last modified" +"parent directory" +description +size +(wmv|avi)

-inurl:(htm|html|php) intitle:"index of" +"last modified" +"parent directory" +description +size +(jpg|gif)

-inurl:(htm|html|php) intitle:"index of" +"last modified" +"parent directory" +description +size +(wma|mp3)

[-inurl:(htm|html|php) intitle:" index of" +" last modified" +" parent directory" +description +size +(jpg|gif) “britney spears"]


  1. 最重要是多种用法可以组合使用,善于思考并应用组合搜索!