Short URL|短域名

  • Bitly 王者 17ce report
  • U 兽兽的短域名,有 API;
  • is.gd 能用,会有不稳定情况;
  • TinyURL 算不算短域名?感觉有点长。

Image|图片

DNS

NameAddress推荐
114114.114.114.114国内首选
AliDNS223.5.5.5国内备用
DNSPod119.29.29.29国内备用
CNNIC1.2.4.8国内备用优先
Google8.8.8.8国际备用
Quad99.9.9.9国际备用
Cloudflare1.1.1.1国际推荐
Cloudflare1.0.0.1国际推荐

Ping & TTL

  • Ping.PE 在线 Ping 的工具
  • Ping Cat 中国 IDC 机房网络质量监控,耳机君(TG)主导

测速

  • SpeedTest 全球本地测速网络
  • 17ce 中国老牌测试网站性能网
  • 拨测 测试网站,提供一系列API

证书相关

Linux 内核项目

MyIP|获取当前外网 IP

非常干净的获取

curl -s members.3322.org/dyndns/getip
curl -s whatismyip.akamai.com
  • ip.sb 不错的,主要是域名短
curl -s ip.sb

开发

文件传输

  • Transfer.sh 比想象中更好用的临时文件传输服务,现在已经开源了~
curl --upload-file ./hello.txt https://transfer.sh/hello.txt
# Upload using cURL
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt

# Using the alias
$ transfer hello.txt
##################################################### 100.0% https://transfer.sh/eibhM/hello.txt