These steps are based on CentOS Server 64-bit Download CentOS Install CentOS Configure CentOS Install WordPress Configure WordPress Backup/Restore MySQL Database Download CentOS First we must download the CentOS DVD image, it is recommended to download straight from the official CentOS site (https://www.centos.org/download/). For this document we will use CentOS…
Category: Code
This area of the site is dedicated to code snippets for quick and easy reference
MySQL – WordPress Multisite Settings
Currently this is not an ideal process but will provide needed information. First get a list of all of the site’s option tables. Typically the main/root site will be wp_options and sub-sequential sites will be wp_2_options, wp_3_options, etc. The results should look similar to this: Once we have the tables…
Ubuntu – OpenDNS Client Install and Configure
Select “Other” and tap the Enter key Type in your defined server and tap the Enter key Select “dyndns2” and tap the Enter key Type in your username and tap the Enter key Type in your password and tap the Enter key Type in your password again and tap the…
Ubuntu – PPTPD VPN Install & Configure
This will set the DNS servers that VPN users will use. Below is configured for OpenDNS Family Shield/, make sure you set the DNS that you prefer If you plan to access machines on your network you need the localip to be in your current network range otherwise you can…
PowerShell – REST Client with Basic Authentication
First listed source code is without authentication, whereas the second is with basic authentication GitHub: https://gist.github.com/dkittell/65890843f6224e45bb4e
PHP – Create Dynamic Breadcrumb
GitHub: https://gist.github.com/dkittell/85dbbf25e41a30cb5073 Credit goes to Dominic Barnes – http://stackoverflow.com/users/188702/dominic-barnes http://stackoverflow.com/questions/2594211/php-simple-dynamic-breadcrumb
WordPress – Ninja Forms – Disable Form Saves
If you have a concern about PHI or other concerns of saving data on your SQL database of the Ninja Forms follow the step on their site http://docs.ninjaforms.com/customer/en/portal/articles/2045697-faq#faq_save on the save-sub.php file. The save-sub.php location may vary based on your operating system but if you are on a UNIX based…
PowerShell – RSS Feed Reader
GitHub: https://gist.github.com/dkittell/ca4025e4e78ccecbb5f0
PowerShell – Add Windows Feature
First figure out what features are installed To add a feature look at the listing from Get-WindowsFeature and it will have something like XPS-Viewer or Web-Http-Redirect
You must be logged in to post a comment.