• Skip to main content
  • Skip to footer

Notes to Self

  • Aviation Weather from NOAA Plugin
    • KZZV
    • Bad Shortcode
    • Simple Metar
  • Meetings

Mark Chouinard / September 24, 2014

Testing Forms – Escaping and Sanitizing

Throw this in any form field and keep an eye on the console <script>console.log(‘foo’);</script>  

Mark Chouinard / September 20, 2014

Bash scripting Ira Glass

for i in $(seq 1 535); do wget http://audio.thisamericanlife.org/jomamashouse/ismymamashouse/$i.mp3;done

Mark Chouinard / September 18, 2014

Running Recent WP-CLI on DreamHost

For my own benefit, I’ll keep this link here. So, I followed the above, then created an alias to wpmc to run wp-cli with the newer version. Thanks, Topher

Mark Chouinard / August 26, 2014

Init Git Submodules After Clone

With version 1.6.5 of Git and later, you can use: git clone –recursive git://github.com/foo/bar.git cd bar For already cloned repos, or older Git versions, just use: git clone git://github.com/foo/bar.git cd bar git submodule update –init –recursive   From SO

Mark Chouinard / August 26, 2014

Specify Branch for Git Pull

[branch “master”] remote = origin merge = refs/heads/master or $ git config branch.master.remote origin $ git config branch.master.merge refs/heads/master This tells Git 2 things: When you’re on the master branch, the default remote is origin. When using git pull on the master branch, with no remote and branch specified, use the default remote (origin) and merge in […]

Mark Chouinard / August 24, 2014

New Minecraft Server Dies on Start

Was getting the message The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED eula.txt in root folder needed to be edited and agreeed to.

« Previous Page
Next Page »

Footer

Copyright © 2025 · machouinard · Log in