Advanced Search
Search Results
2 total results found
How do I update root certificates in Apache/PHP/cURL environment
Programming and Web Development
PHP
Following is the instruction for dealing with the new ISIS’ SSL certificate authority (effective 4/21/2006), Geo Trust, in a UNIX or Windows environment using Apache/PHP/cURL. The instruction can generally apply to any new SSL certificate authority.UNIXIf you...
How to synchronize files and directories from one location to another on Unix
MacOS, Windows, and Linux
Linux and Unix
Although tar can be used to synchronize/copy files/directories from one location to another (i.e. “tar -cf – -C srcdir . | tar -xpf – -C destdir”), it is really an archive tool and does not do the job as well as rsync. rsync does not have to go through the ar...