How do I enable and configure TLS 1.2 and 1.3 only in Nginx web server?
[continue reading…]
curl command
I am a new Ubuntu Linux user. I am writing a shell script and using the curl command to grab URL output using curl https://example.com/data/api/$key/hash.html. However, the curl command is outputting complete progress information that my script does not need it. How can I get curl command not to show the progress bar output? How can I hide curl command output? Is there is a simple way for silencing curl’s progress output on an Ubuntu Linux desktop?
[continue reading…]
[continue reading…]
I need to set the user agent header for curl command. How can I set or change user agent with curl command on Linux or Unix like system?
[continue reading…]
[continue reading…]
I am getting an error that reads, “Your connection is not secure” when trying to redirect https://theos.in/ to https://www.theos.in/ domain using HTTP 301. How do I redirect Nginx non-www to www domain over SSL?
[continue reading…]
[continue reading…]
I am a new Ubuntu Linux user. I switched from Apple MacOS/Macbook and I am trying to run the curl command from a shell script but getting the following error:
bash: curl: command not found
How do I fix this on an Ubuntu Linux version 17.10/19.04/20.10/16.04/18.04/20.04 LTS?
[continue reading…]
bash: curl: command not found
How do I fix this on an Ubuntu Linux version 17.10/19.04/20.10/16.04/18.04/20.04 LTS?
[continue reading…]
How do I use the cURL command on Linux or Unix to post data i.e. upload something on Linux or Unix? How do I make a POST request with the cURL Linux command-line to upload file?
[continue reading…]
[continue reading…]
I wanted to curl command to ignore SSL certification warning. Does curl command have a --no-check-certificate option like wget command on Linux or Unix-like system?
[continue reading…]
[continue reading…]