Participants: Weaver
- Previous Action Items
- Announcements
- Current Tickets
| #!/usr/bin/env bash | |
| # Enable error handling | |
| set -o pipefail | |
| # Check for feed URL argument | |
| if [ $# -eq 0 ]; then | |
| echo "Usage: $0 <feed_url>" | |
| echo "Example: $0 https://www.gobankingrates.com/feed/external-limited" | |
| exit 1 |
| #!/usr/bin/env bash | |
| # CLI tool to check PHP compatibility for a WordPress codebase (or, just a PHP codebase). | |
| # | |
| # Requirements: PHP, Composer, PHP CodeSniffer (installed globally or via Composer) | |
| # Check if Composer is installed | |
| if ! [ -x "$(command -v composer)" ]; then | |
| echo "Error: Composer is not installed." >&2 | |
| exit 1 |
| <?php | |
| /** | |
| * Trait Hookable | |
| */ | |
| trait Hookable | |
| { | |
| /** | |
| * Add doc hooks. | |
| */ |
| { | |
| "name": "scott/vcf-to-csv", | |
| "require": { | |
| "jeroendesloovere/vcard": "^1.7" | |
| } | |
| } |
| #!/bin/bash | |
| # | |
| # This script configures WordPress file permissions based on recommendations | |
| # from http://codex.wordpress.org/Hardening_WordPress#File_permissions | |
| # | |
| # Author: Michael Conigliaro <mike [at] conigliaro [dot] org> | |
| # | |
| WP_OWNER=www-data # <-- wordpress owner | |
| WP_GROUP=www-data # <-- wordpress group | |
| WP_ROOT=${1:-.} # <-- wordpress root directory |
| #!/usr/bin/env bash | |
| # ____ __ | |
| # /'\_/`\ /\ _`\ /\ \__ | |
| # /\ \ __ ___ \ \,\L\_\ __\ \ ,_\ __ __ _____ | |
| # \ \ \__\ \ /'__`\ /'___\ \/_\__ \ /'__`\ \ \/ /\ \/\ \/\ '__`\ | |
| # \ \ \_/\ \/\ \L\.\_/\ \__/ /\ \L\ \/\ __/\ \ \_\ \ \_\ \ \ \L\ \ | |
| # \ \_\\ \_\ \__/.\_\ \____\ \ `\____\ \____\\ \__\\ \____/\ \ ,__/ | |
| # \/_/ \/_/\/__/\/_/\/____/ \/_____/\/____/ \/__/ \/___/ \ \ \/ | |
| # \ \_\ |
Intermittently check to see if your Internet connection is up and running.
connectivity_checker into a corresponding file in /usr/local/bin and make sure to chmod +x /usr/local/bin/connectivity_checkercrontab -e*/5 * * * * /usr/local/bin/connectivity_checker to check every 5 minutesI am in the Pacific time zone (UTC -8/-7). Typically, I work from 9:00am - 6pm after waking up at about 5:30am, hopefully with a brief walk around the block, and getting the kids started with their day. I try to take a lunch anywhere between 11:30am and 2pm. Sometimes I'll step away for a short sanity break. Other than that, I'm usually at my desk. At the very least, I have my phone with me.
All that being said, I try my best to stay mindful, wherever I am. When I'm at work, my priority is work. When I'm with family, however, work becomes a close second.
I work from my home office in Yorba Linda, California.