The big lesson in life is never be scared of anyone or anything ~ Frank Sinatra
Highlights
- Pro
Pinned Loading
-
bash_autoexec_ssh_with_keyauth.md
bash_autoexec_ssh_with_keyauth.md 1First you have to install expect (`sudo apt install expect -y`);
2Next you create a script (lets call it autoexecssh here).
34The contents of the script may look similar to this
5 -
PHP fopen url behind proxy
PHP fopen url behind proxy 1To open an url with fopen behind a proxy you basically got
23```php
4$url = 'http://example.org/filename.csv'
5fopen( $url, 'r', null, null );
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.