Categories
guides

Installing SharePoint 2016 Updates

Planning / Pre-work Check what patches have already been installed Connect to Central Admin Click Upgrade and Migration Click Check product and patch installation status Review Updates installed on each server to see what patch level has been reached. Download desired patches Compare installed to Microsoft’s SharePoint History List Download the patch(es) that you want […]

Categories
guides

Import & Export MySQL/MariaDB from Command Line

To import a MySQL db: To export a MySQL db: To import to a Docker container To export to a Docker container

Categories
guides

Adding/Installing SSL/TLS/HTTPS

Some of these steps can be completed via command line with wp-cli if installed by using commands generated from this tool. To find out if wp-cli is installed, try running wp cli version. Adding the Cert These instructions are for SiteGround hosting with a free Let’s Encrypt certificate. Other hosts support of Let’s Encrypt and […]

Categories
guides

WP-CLI PHP Version

Issue phpinfo() via browser reports a different version of PHP than wp —info or php -v reports in cli. Reason The CLI version of PHP is found via the $PATH variable, where as the browser version is being found by Apache config. To change the CLI version, I needed to update my $PATH to find […]

Categories
guides

Adding Domains to the SharePoint People Picker

To ensure that the People Picker in SharePoint provides results from all appropriate domains, open the SharePoint Management Shell as admin on one of the application servers, then run the following command. In each command, include all domains separated by semi-colons for each URL desired. Repeat for additional URL’s if desired. I do not believe […]

Categories
guides

PHP Upload Limit Directives php.ini

If you’re having an issue with uploading via PHP, and want to adjust the PHP configuration limits in the .ini file, check the following directives: memory_limit upload_max_filesize post_max_size

Categories
guides

List all Services

Categories
guides

What Version of Linux am I running?

To find out which version of Linux you are running

Categories
guides

Clearing Space in Google

20210419: This looks promising, and it is what I’ve done today. 20190129: This process ended up having many issues, opted for gyb instead. Steps Connect to account via Thunderbird IMAP To help see progress, configure TB server delete settings to Just mark it as deleted In TB, open All Mail, Quick Filter by Attachment, Sort […]

Categories
guides

Manually Installing Apache/MySQL/PHP on Windows (DEV ONLY)

For Development Only I’m not a security expert, but I try to be security conscious. This guide was created for the purpose of local development on my own computer, not to host any site that any other computer would connect to. There was no security precautions taken, and this should not be presumed to be […]