Disabled Apache2 with:
update-rc.d -f apache2 remove
Disabled Apache2 with:
update-rc.d -f apache2 remove
According to this article:
rewrite ^/store/view/product/(.*) /store/view.jsp?product=$1 permanent;
Followed these instructions!
This is pretty funny: porn sex vs real sex.
A few things I saw today that I want to keep a note of:
Robert Nozick, father of libertarianism: Even he gave up on the movement he inspired.
Watch This Girl Explain Everything You Need To Know To Be A God.
BCE is equivalent to BC and CE is equivalent to AD.
Today I learned about weasel words at Wikipedia…
From The Most Common OpenSSL Commands to view a certificate:
openssl x509 -text -noout -in certificate.crt
CSR generation for PositiveSSL and PositiveSSL WildCard with Apache2/OpenSSL see: CSR Generation: Using OpenSSL (Apache w/mod_ssl, NGINX, OS X):
openssl req -nodes -newkey rsa:2048 -keyout myserver.key -out server.csr
To generate the CA bundle see this article:
cat COMODORSADomainValidationSecureServerCA.crt COMODORSAAddTrustCA.crt AddTrustExternalCARoot.crt > your_domain.ca-bundle