Skip to content

Instantly share code, notes, and snippets.

View df2k2's full-sized avatar

Chris Snedaker df2k2

  • Stuart, Florida
View GitHub Profile
@df2k2
df2k2 / docker-help.md
Created October 19, 2020 23:28 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@df2k2
df2k2 / magento-nginx.conf
Created October 17, 2015 14:33 — forked from gwillem/magento-nginx.conf
Battle-tested Nginx configuration for Magento (source: www.hypernode.com)
# This is an annotated subset of the Nginx configuration from our Magento production platform @ www.hypernode.com
# See https://www.byte.nl/blog/magento-cacheleak-issue
user app;
worker_processes 4;
pid /var/run/nginx.pid;
events {
worker_connections 768;
}
@df2k2
df2k2 / 0_reuse_code.js
Created October 17, 2015 12:35
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