An example of how to include custom JavaScript files in WordPress using a child theme. Continue reading “KB: JavaScript Files in WordPress Child Themes”
KB: Running Cruise behind Apache with SSL on Ubuntu
Configuration guide for running Cruise behind Apache with SSL on Ubuntu Linux. Continue reading “KB: Running Cruise behind Apache with SSL on Ubuntu”
KB: Running Mingle behind Apache with SSL on Ubuntu
Configuration guide for running Mingle behind Apache with SSL on Ubuntu Linux. Continue reading “KB: Running Mingle behind Apache with SSL on Ubuntu”
KB: Secure WordPress Administration on Ubuntu
Configuration guide for the administration of WordPress over SSL on Ubuntu Linux. Continue reading “KB: Secure WordPress Administration on Ubuntu”
KB: Hard Drive Cloning on Ubuntu
Guide for hard drive cloning on Ubuntu Linux. Continue reading “KB: Hard Drive Cloning on Ubuntu”
KB: WEBrick SSL Configuration
WEBrick SSL Configuration Continue reading “KB: WEBrick SSL Configuration”
KB: XAMPP XDebug Install on Ubuntu
Install XDebug for use with XAMPP on Ubuntu Linux.
Continue reading “KB: XAMPP XDebug Install on Ubuntu”
KB: XAMPP SSL Configuration on Ubuntu
XAMPP SSL Configuration on Ubuntu Linux.
Continue reading “KB: XAMPP SSL Configuration on Ubuntu”
KB: Recursively Remove .svn Directories
To recursively remove .svn directories from the current working directory directory (Unix only):
rm -rf `find . -name .svn`
KB: NetBeans and Zend Framework on Ubuntu
Guide for setting up NetBeans with the Zend Framework on Ubuntu Linux.
Continue reading “KB: NetBeans and Zend Framework on Ubuntu”