- https://virtualbox.org
- Direct link to VirtualBox 5.0.16 for OSX
- Double click the
VirtualBox-5.0.16-105871-OSX.dmg
file to install VirtualBox. - Do not open VirtualBox after installing, it's okay to just let it be.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Allow cross domain requests for font files. | |
location ~* \.(eot|ttf|woff)$ { | |
add_header Access-Control-Allow-Origin *; | |
expires 2d; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is an example of the kind of things you can do in a configuration file. | |
# All flags used by the client can be configured here. Run Let's Encrypt with | |
# "--help" to learn more about the available options. | |
# Use a 4096 bit RSA key instead of 2048 | |
rsa-key-size = 4096 | |
# Always use the staging/testing server | |
# server = https://acme-staging.api.letsencrypt.org/directory | |
server = https://acme-v01.api.letsencrypt.org/directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing: | |
augeas-libs x86_64 1.0.0-10.el6 base 314 k | |
dialog x86_64 1.1-9.20080819.1.el6 base 197 k | |
libffi-devel x86_64 3.0.5-3.2.el6 base 18 k | |
openssl-devel x86_64 1.0.1e-42.el6 base 1.2 M | |
python-devel x86_64 2.6.6-64.el6 base 172 k | |
python-libs i686 2.6.6-64.el6 base 5.3 M | |
replacing python-ordereddict.noarch 1.1-2.el6 | |
python-libs x86_64 2.6.6-64.el6 base 5.3 M | |
replacing python-ordereddict.noarch 1.1-2.el |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Handle all static assets by serving the file directly. Add directives | |
# to send expires headers and turn off 404 error logging. | |
location ~* \.(js|css|png|jpg|jpeg|gif|ico|xls|doc|zip|exe|mp3|mp4|pdf|ai|psd|eps|ppt|dmg|csv|key|numbers|pages)$ { | |
expires 7d; | |
log_not_found off; | |
} |
The basic shortcode to pull information from another post or page into an area of an issue is [home_headline id=1234]
where "1234" is the ID of that page or post.
By default, the shortcode will attempt to pull saved information for headline, subtitle, call to action, URL, and background image. Each of these can be overridden with other attributes of the shortcode.
[home_headline id=12345 headline="My custom headline" subtitle="A custom subtitle" cta="Call to Action" background="https://magazine.wsu.edu/an-image.jpg" link="https://wsu.edu"]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class CLASS_NAME { | |
/** | |
* @var CLASS_NAME | |
*/ | |
private static $instance; | |
/** | |
* Maintain and return the one instance and initiate hooks when |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* This will set all anchor elements on the page, | |
including the Spine to have an underline.*/ | |
a { | |
text-decoration: underline; | |
} | |
/* This will set all anchor elements in the content | |
area to have an underline, matching intent. */ | |
main a { | |
text-decoration: underline; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OCSP response: | |
====================================== | |
OCSP Response Data: | |
OCSP Response Status: successful (0x0) | |
Response Type: Basic OCSP Response | |
Version: 1 (0x0) | |
Responder Id: 1E05A3778F6C96E25B874BA6B486AC71000CE738 | |
Produced At: May 14 09:32:38 2015 GMT | |
Responses: | |
Certificate ID: |