I hereby claim:
- I am bateller on github.
- I am bateller (https://keybase.io/bateller) on keybase.
- I have a public key ASD_CZiSpt7scDRrzMAofzVKz3yvOcOh9zEDUlg4e26Efgo
To claim this, I am signing this object:
# Doxyfile 1.8.7 | |
# This file describes the settings to be used by the documentation system | |
# doxygen (www.doxygen.org) for a project. | |
# | |
# All text after a double hash (##) is considered a comment and is placed in | |
# front of the TAG it is preceding. | |
# | |
# All text after a single hash (#) is considered a comment and will be ignored. | |
# The format is: |
#!/bin/sh | |
# | |
# Copyright: 2017-2019 - B. Teller | |
# Created by: Brian Teller | |
# Description: Help non-shell or AWS experts create easy + quick AMIs for use within AutoScaling Groups | |
# | |
upSeconds="$(tail /proc/uptime | grep -o '^[0-9]\+')" | |
upMins=$((upSeconds / 60)) |
I hereby claim:
To claim this, I am signing this object:
<?php | |
if (php_sapi_name() === 'cli') $lb = "\n"; | |
else $lb = "<br />"; | |
for ($i = 1; $i <= 100; $i++) | |
{ | |
if ($i % 15 === 0) { | |
echo "FizzBuzz $lb"; | |
} |
www.iuqerfsodp9ifjaposdfjhgosurijfaewrwergwea.com
is up the virus exits instead of infecting the host. (source: malwarebytes). This domain has been sinkholed, stopping the spread of the worm. Will not work if proxied (source).update: A minor variant of the viru
This gist assumes:
<?php | |
// Load the XML source | |
$xml = new DOMDocument; | |
$xml->load('XML_SOURCE_LINK_HERE'); | |
// Load XSLT stylesheet | |
$xsl = new DOMDocument; | |
$xsl->load('XSL_STYLESHEET_PAGE_LINK_HERE'); |
http://www.xminder.com/number.check.php?number=5551234567
http://www.xminder.com/number.check.php?number=<10digitnumber>
'nuff said
Also, npm module for node.js:
# Nginx - logrotate & upload to S3 | |
0 0 * * * /usr/sbin/logrotate /etc/logrotate.d/nginx | |
15 0 * * * s3cmd put /var/log/nginx/access.log-`date +"\%Y\%m\%d"`.gz s3://$LOGS_BUCKET_NAME/nginx-access/`date +"dt=\%Y\%m\%d"`/`hostname -s`.access.log-`date +"\%Y\%m\%d"`.gz |
<div id="map_wrapper"> | |
<iframe id="map_canvas"></iframe> | |
</div> |