Enable Openssl and cURL If you are using XAMPP, these utilities are already installed. Enable the following in xampp/php/php.ini in
General Tips
For Mac To stop an app update that is stuck in the the waiting mode: Go to launch pad Hold
How to change sendmail password
Go to c:\xampp\sendmail Open file sendmail.ini or sendmail with type configuration settings with Notepad look for auth_username=your email and auth_password=your
Microsoft Exchange Server
Helpful links to migrate and manage personal folder file (.pst) from exchange server to outlook client: How to manage .pst
ExpanDrive with AWS S3
This post describes how to mount AWS s3 as an external drive in Windows 10 using ExpanDrive which is a
AWS FSx Notes
From FAQ as of 6-24-19: FSx supports all Windows version starting from Windows Server 2008 and Windows 7 Use “Map
EDI Notes
ISA Segment The ISA segment is the first segment in an ANSI X12 Interchange. The ISA segment contains data that identifies trading partners. This segment
Bash Shell Notes
To convert string to integer: NUM=”99″ NUM=$(($NUM+0)) To set environment variables export VARIABLE=something/etc/environment – Use this file to set up
Set Up S3 Bucket on AWS for program access
See Helpful Video Here. See Github code Here. See Another Helpful Tutorial Here. In this post, you will be granting
PHP SSH – Using phpseclib to SFTP
Phpseclib is a package of code that allows PHP programs to initiate actions, such as SFTP , using SSH. Here