• Skip to main content
  • Skip to footer

Notes to Self

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

Mark Chouinard / August 11, 2014

Get timezone adjusted current date/time in WordPress

WordPress function current_time() uses same args as PHP’s date() and uses timezone from WordPress settings.

Mark Chouinard / August 3, 2014

Teamspeak 3 Server on Ubuntu

http://blog.bobbyallen.me/2014/01/11/setting-up-teamspeak-3-on-ubuntu-server-12-04-lts/

Mark Chouinard / August 1, 2014

Batch Import using WP-CLI

Place multiple export files into a single directory, then run the following: # Activate the wordpress importer wp plugin activate wordpress-importer –url=http://localhost/example.com/ # Iterate over all of the import files in a given folder. for f in myfolder/*.xml; do wp import $f –authors=skip –skip=attachment –url=localhost/example.com/; done  

Mark Chouinard / July 31, 2014

Plex Media Server on Ubuntu 14.04 Server

http://www.thekunit.com/install-plex-server-ubuntu-server/

Mark Chouinard / July 25, 2014

Xdebug and VIP Quickstart

I’ve been using Varying Vagrant Vagrants ( VVV ) for a while now, and love it.  I also love Xdebug.  Beats the pants of var_dump() and print_r().  Had some trouble getting it going with WordPress’ VIP Quickstart though.  Turns out it  just needed some adjustments to a config file.  That file is params.pp , located here […]

Mark Chouinard / July 25, 2014

Memory Limits on VVV

Was trying to import an xml into a VVV site from a live site.  2,995 posts.  WP-CLI would do ~150 at most before being killed.  Only thing that seemed to help was toggling xdebug on and off, otherwise it was being killed right after the ‘Starting import’ message.  Tried WP Importer, but it kept telling […]

« Previous Page
Next Page »

Footer

Copyright © 2025 · machouinard · Log in