Skip to content

Instantly share code, notes, and snippets.

View hokascha's full-sized avatar

Hokascha hokascha

View GitHub Profile
@hokascha
hokascha / 0_reuse_code.js
Created January 20, 2017 14:04
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@hokascha
hokascha / def_sll.conf
Created December 4, 2015 09:17
sample apache conf - letsencrypt fails with parse error
<VirtualHost *:443>
ServerAdmin webmaster@localhost
ServerAlias www.example.com
ServerName example.com
DocumentRoot /var/www/example.com/www/
SSLEngine on
SSLProtocol all -SSLv2 -SSLv3
SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRS$
SSLCertificateFile /etc/ssl/certs/example.com.crt