- git
- git-svn
$ sudo apt-get install git
$ sudo add-apt-repository ppa:git-core/ppa
# | |
# Name: nginx-tls.conf | |
# Auth: Gavin Lloyd <[email protected]> | |
# Desc: Nginx SSL/TLS configuration for "A+" Qualys SSL Labs rating | |
# | |
# Enables HTTP/2, PFS, HSTS and OCSP stapling. Configuration options not related | |
# to SSL/TLS are not included here. | |
# | |
# Additional tips: | |
# |
<script> | |
(function(){ | |
var request = new XMLHttpRequest(); | |
request.open('GET', '/cdn-cgi/trace', true); | |
request.onload = function() { | |
if (request.status != 200) return; | |
var match = request.responseText.match(/(colo|loc)=(\w+)/g), | |
colo = match[0].split('=')[1], loc = match[1].split('=')[1]; | |
ga('send', 'event', 'cloudflare', loc, colo); | |
}; |
I've been in the #pal-server-help channel for a while now, and these same things keep coming up. So here's a one stop list of items people keep asking for.