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
Month: May 2019
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