Skip to content

Instantly share code, notes, and snippets.

View rickhernandezio's full-sized avatar
🎯
Focusing

Rick Hernandez rickhernandezio

🎯
Focusing
View GitHub Profile
%recipient_name%
%recipient_email%
%mailing_list_unsubscribe_url%
/* Git Gists*/
.gist-meta {
display: none;
}
.gist-data tbody, .gist-file {
border-bottom: 0 !important;
}
.gist td {
<div class="region region-content">
<section id="block-system-main" class="block block-system block-style-frameless clearfix">
<article id="node-23856" class="node node-page clearfix">
<!-- field-->
<div class="field field-name-body field-type-text-with-summary field-label-hidden">
<div class="field-items" id="append-items">
<div class="field-item even">
<p style="text-align: center; line-height: 20px; font-size: 13px;">Enjoy a Free Day at NHMU made possible by funding through the Salt Lake County Zoo, Arts, and Parks
fund. Reserve your tickets below!</p>
<p style="text-align: center; line-height: 20px; font-size: 13px;"></p>
"1490853600": { // Day
"SpCond": { // Measurement, there wil be 4 more here
"average":5.293103454502065,
"dataPoints":96
},
"image":1490857207 // Image
}
+// Bug Note:
+// The following calls caused the log explosion detected on 4/13/2017.
+// The logs indicated that "failed to open stream: HTTP request failed!"
+// Specifically, this is a url that was not working:
+// http://data.iutahepscor.org/RedButteCreekWOF/REST/waterml_1_1.svc/datavalues?location=iutah:RB_RBG_BA&amp;variable=iutah:ODO_Sat/methodCode=60/sourceCode=1/qualityControlLevelCode=0&amp;startDate=2017-03-27T04:15:01&amp;endDate=
+// This was to update RB_RBG_BA's ODO_Sat series
+// The series hadn't updated successfully since 3/27/2017, 17 days.
+// I attemped a manual update by accessing this URL, which worked without issue:
+// https://iutah.nhmu.utah.edu/sites/RB_RBG_BA/ODO_Sat/update
+// I then updated all other series for this site using the same method, clicking update at:
This file has been truncated, but you can view the full file.
Develop
Operate
Acquire
apps
account_circle
sltyslopes expand_more
sudo vim /etc/network/interfaces
@rickhernandezio
rickhernandezio / gist:349ab70f873ef9f4a0518afff2abc356
Created October 30, 2017 21:51
How To Configure Static IP address on Ubuntu 16.04 LTS using VirtualBox
# NAT Network
auto enp0s3
iface enp0s3 inet dhcp
# Host Only Network
auto enp0s8
iface enp0s8 inet static
address 192.168.56.106
netmask 255.255.255.0