Skip to content

Instantly share code, notes, and snippets.

@kplimack
Created July 28, 2017 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kplimack/39fb8ed90cbca80da54021f9f0442d24 to your computer and use it in GitHub Desktop.
Save kplimack/39fb8ed90cbca80da54021f9f0442d24 to your computer and use it in GitHub Desktop.
root@default-debian-90:~# apt-get update
Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease
Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
Ign:3 http://cdn-fastly.deb.debian.org/debian stretch InRelease
Ign:4 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease
0% [Waiting for headers]^C
root@default-debian-90:~# fg
emacs /etc/apt/sources.list
root@default-debian-90:~# apt-get update
Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Ign:2 http://cdn-fastly.deb.debian.org/debian stretch InRelease
0% [Waiting for headers]^C
root@default-debian-90:~# curl -IL http://cdn-fastly.deb.debian.org/debian
HTTP/1.1 404 Not Found
Server: Apache
X-Content-Type-Options: nosniff
X-Frame-Options: sameorigin
Referrer-Policy: no-referrer
X-Xss-Protection: 1
Content-Type: text/html; charset=iso-8859-1
Via: 1.1 varnish
Fastly-Debug-Digest: 4d9c3d7e93b9396ec444a43d172a6fc0adeac1cfeea0a71e366516e565959591
Content-Length: 279
Accept-Ranges: bytes
Date: Fri, 28 Jul 2017 16:19:56 GMT
Via: 1.1 varnish
Age: 0
Connection: keep-alive
X-Served-By: cache-ams4126-AMS, cache-ord1745-ORD
X-Cache: HIT, MISS
X-Cache-Hits: 1, 0
X-Timer: S1501258797.515948,VS0,VE102
root@default-debian-90:~# curl -IL http://cdn-fastly.deb.debian.org/debian/
HTTP/1.1 200 OK
Server: Apache
X-Content-Type-Options: nosniff
X-Frame-Options: sameorigin
Referrer-Policy: no-referrer
X-Xss-Protection: 1
X-Clacks-Overhead: GNU Terry Pratchett
Content-Type: text/html;charset=UTF-8
Via: 1.1 varnish
Fastly-Debug-Digest: 8d21ff43c5d75fbba34512149952ebb4cdcbd5288b0947143271c925d927be91
Content-Length: 6371
Accept-Ranges: bytes
Date: Fri, 28 Jul 2017 16:19:59 GMT
Via: 1.1 varnish
Age: 0
Connection: keep-alive
X-Served-By: cache-ams4140-AMS, cache-ord1743-ORD
X-Cache: HIT, MISS
X-Cache-Hits: 1, 0
X-Timer: S1501258799.341869,VS0,VE102
Vary: Accept-Encoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment