Uncategorized
Authentication Error and Trust Issue

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  

Read more
Uncategorized
Setting PHP’s Per-Directory TimeZone via .htaccess

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");

Read more
Uncategorized
Free DNS

I use free DNS service at http://freedns.afraid.org/. The service is easy to use and reliable. I recommend it.

Read more
Uncategorized
JES2 commands

http://www-01.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.hasa200/sjes2se.htm

Read more
Uncategorized
1and1.com is having issues with list server

On 11/21 I sent an email to a list serviced by 1and1.com server. Something broke in the server and the message started being re-sent every 40 minutes, on average. I contacted 1and1 help desk and they said that they would research and fix the issue. Of course, they said that they would keep me posted on […]

Read more