42057/how-to-perform-proxy-http-request-using-curl
I am using the following proxy address:
124.118.174.48:8909
How do I perform an HTTP request using curl while specifying the proxy address?
One of the ways is:
export http_proxy=http://your.proxy.server:port/
Then you can connect through proxy from (many) application.
This way you can connect through any applications. And for https of course use:
export https_proxy=https://your.proxy.server:port/
Hi@akhtar, Htpasswd command is available in the Linux ...READ MORE
Try this: sed 's/[()]//g' <<< Hi(hello).How are you? READ MORE
#!/bin/bash for i in `cat peptides.txt` do echo $i done READ MORE
If you've already configured the server, with ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Here is what you can do.Just use packagesmatching to ...READ MORE
Follow the below commands to install PostgreSQL (PSQL) ...READ MORE
Use the following to get the postgres prompt ...READ MORE
For MySQL versions < 5.7: the default root ...READ MORE
To list all the groups groups or to list ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.