Authentication Error and Trust Issue
May 14, 2016
This one I used to fix error when a machine was restored form a month old backup. https://redmondmag.com/articles/2014/04/21/domain-trust-issues.aspx
Setting PHP’s Per-Directory TimeZone via .htaccess
May 2, 2015
For setting the time-zone per PHP script’s folder/directory… Edit the website’s .htaccess file and add in the proper “php_value” setting (note that you can’t use “php_admin_value” in .htaccess files) – <IfModule php5_module> php_value date.timezone "America/New_York" </IfModule> or put this in the code: date_default_timezone_set("America/New_York");
JES2 commands
January 16, 2015
http://www-01.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.hasa200/sjes2se.htm


