To change the shape of the cursor in different modes, you can add the following into your .vimrc:
Development
Swift – Convert json to plist
plutil -convert xml1 in.json -o out.plist xml1 – x-ray mike lima 1 From SO
Fix Redirect Loop After Genesis Upgrade
Add remove_action( ‘genesis_upgrade’, ‘genesis_upgrade_redirect’ ); to functions.php, reload admin without ?page=genesis-upgraded in URL, clear cache, re-save Genesis settings, remove added code.
Setting Up Unit Tests with WP-CLI and VVV
Tried to set up unit tests tonight as I’ve done myriad times before. This time I was getting nowhere. The database was being created but that was it. As usual, I was running install-wp-tests.sh from the command line after ssh-ing into the Vagrant box. vagrant@vvv:/srv/www/plugins/htdocs/wp-content/plugins/aviation-weather-from-noaa$ bash bin/install-wp-tests.sh wordpress_test root ‘root’ localhost latest + install_wp + ‘[‘ […]
Upgrading Oracle Application Express to 5.0 on Ubuntu 14.04
So I got Oracle 11gR2 installed on my headless Ubuntu 14.04 LTS machine and noticed Application Express was version 4.0.2. Oracle’s instructions for upgrading seemed straight forward so I ran with it. I received no errors but was unable to access /apex/apex_admin. I came across this post which uses a different approach to loading the […]