qu884j (25)in #bitcoin • 7 years agoThe Tech That Powers Bitcoin Could Tackle Corruption (HBO)qu884j (25)in #linux • 7 years agoDevops Packerqu884j (25)in #linux • 7 years agoEmptying Linux Cached MemoryIf you ever want to empty it you can use this chain of commands. # free && sync && echo 3 > /proc/sys/vm/drop_caches && freequ884j (25)in #debug • 7 years agoDebug Akamai CDN using curlDebug akamai CDN using curl: # CURL Example: curl -IXGET -H "Pragma: akamai-x-cache-on, akamai-x-cache-remote-on…qu884j (25)in #debug • 7 years agoDebug Level3 CDN using the (x-wr-diag) header# CURL Example: curl -I -X GET " -H "Host: example.com" -H "x-wr-diag: test,age,modes,host" # Response Example:…