Skip to content

Instantly share code, notes, and snippets.

View jeremyfelt's full-sized avatar
🍕
Look at that pizza emoji!

Jeremy Felt jeremyfelt

🍕
Look at that pizza emoji!
View GitHub Profile
@jeremyfelt
jeremyfelt / gist:4a9fb679d3ccdc8b4ff2e049d6c831a2
Created December 8, 2016 17:01 — forked from tnolet/gist:7361441
Install collectd 5.4 on Centos 6.x and make it spit out cool metrics. Copied from http://linuxdrops.com/install-collectd-statistics-collecter-on-centos-rhel-ubuntu-debian/ and tweaked for your and my pleasure. For all other cool options, check the provided link.
#!/bin/bash
# Perform installation as root
# Install prereqs
yum -y install libcurl libcurl-devel rrdtool rrdtool-devel rrdtool-prel libgcrypt-devel gcc make gcc-c++
# Get Collectd, untar it, make it and install
wget http://collectd.org/files/collectd-5.4.0.tar.gz
tar zxvf collectd-5.4.0.tar.gz
@jeremyfelt
jeremyfelt / Graphite on Amazon Linux
Created December 8, 2016 17:01 — forked from sansmischevia/Graphite on Amazon Linux
Sets up graphite, carbon, whisper, and statsd on ami-3275ee5b
# AMI: ami-3275ee5b
# Login: ec2-user
# Apply updates
sudo yum update
# Enable Epel Repo
sudo vim /etc/yum.repos.d/epel.repo.
# Under the section marked [epel], change enabled=0 to enabled=1.
html body.page main {
font-family: 'proxima-nova', "Lucida Sans", sans-serif;
font-weight: 400;
background-color: #fff;
color: #2a3033;
}
.section-life main ul, .section-life main ol, .section-about main ul, .section-about main ol, .section-admission main ul, .section-admission main ol, .section-academics main ul, .section-academics main ol, .section-research main ul, .section-research main ol, .section-services main ol, .section-services main ul {
font-size: 1.2em;
}
https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1367.359904043572!2d-117.16325868462877!3d46.730987728242546!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x4bc53c8f481a5f15!2sHolland%20&%20Terrell%20Library!5e0!3m2!1sen!2sus!4v1468967978232
64032 silly gunzTarPerm modified mode [ 'test/string/from-code-point/implement.js', 438, 420 ]
64033 silly gunzTarPerm extractEntry test/string/from-code-point/index.js
64034 silly gunzTarPerm modified mode [ 'test/string/from-code-point/index.js', 438, 420 ]
64035 silly gunzTarPerm extractEntry test/string/from-code-point/is-implemented.js
64036 silly gunzTarPerm modified mode [ 'test/string/from-code-point/is-implemented.js', 438, 420 ]
64037 silly gunzTarPerm extractEntry test/string/from-code-point/shim.js
64038 silly gunzTarPerm modified mode [ 'test/string/from-code-point/shim.js', 438, 420 ]
64039 silly gunzTarPerm extractEntry test/string/raw/implement.js
64040 silly gunzTarPerm modified mode [ 'test/string/raw/implement.js', 438, 420 ]
64041 silly gunzTarPerm extractEntry test/string/raw/index.js
Index: src/wp-includes/meta.php
===================================================================
--- src/wp-includes/meta.php (revision 38041)
+++ src/wp-includes/meta.php (working copy)
@@ -14,20 +14,22 @@
* Add metadata for the specified object.
*
* @since 2.9.0
+ * @since 4.6.0 Added the `$object_subtype` parameter.
*
Multisite office hours are held every Tuesday at 16:00 UTC in <a href="https://wordpress.slack.com/archives/core-multisite">#core-multisite</a>. The next will be [time relative]Tuesday 16:00 UTC[/time]. A more casual bug scrub is on [time relative]Thursday 20:00 UTC[/time].
The weekly agenda for the 4.6 cycle is to (<strong>a</strong>) address blockers and share status on bigger initiatives, then (<strong>b</strong>) walk through a few <a href="https://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;focuses=~multisite&amp;group=milestone&amp;col=id&amp;col=summary&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=milestone&amp;order=priority">multisite focused tickets</a> on Trac.
Today’s <a href="https://wordpress.slack.com/archives/core-multisite/p1465920350000012">chat log</a>
Attendees:
<h3>Tickets Covered</h3>
0 * * * * find /Users/jeremy.felt/Desktop/*.* -mmin +480 -exec mv {} /Users/jeremy.felt/Documents/Archive/ \;
  • Remove the reset on figcaption
  • Add HTML markup to show figure and figcaption in content tests
  • Remove overriding swatch styles from individual test files
  • Provide explicit button types for buttons
  • Load test swatch styles and JavaScript from external files
  • Remove some unused CSS from the swatch file
  • Adjust some styles and wording in the test swatch
  • Add switches for missing signatures
  • Adjust spacing for code standards
  • Simplify assignment of min-height on main
@jeremyfelt
jeremyfelt / setup-docs.md
Last active April 14, 2016 15:58
Setting up a workflow environment