Using Unix Date for Bash Filename Timestamp
I’ve started using a neat Bash trick for inserting time stamps into file names — insert a timestamp using command substitution (posix specification): Yes, this is a pain to…
I’ve started using a neat Bash trick for inserting time stamps into file names — insert a timestamp using command substitution (posix specification): Yes, this is a pain to…
Clearing the PageSpeed cache wasn’t working when logging in as root and ‘touching’ the config file, so I enabled admin access through the browser.
Sometimes all you need is a quick scraper to help you get the information missed in a database search-and-replace. I recently hacked together this single use scraper repo. Fork, extend and tweak for your needs!
How to flush `mod_pagespeed` cache in LiquidWeb’s new Managed WordPress package.
I just attended the 2015 PDX WordCamp and am now helping out at the contributor day. Of course contributing to core can be done in a number of ways,…
How to password protect a directory using NGINX. This concept is similar to Apache’s password protection of directories using .htaccess rules.
There’s a new tool that I’m loving as I explore various ways to streamline my multi-device development. http://www.browsersync.io/ This tool is a node module, which synchronizes interactions between…
The whole Vagrant ecosystem is developing rapidly with numerous tools being updated and created. While it’s hard to keep up with all the new individual software entrants, there are…