cURL is a CLI tool for issuing HTTP GET, POST, & PUT request.

learn more… | top users | synonyms

2
votes
0answers
150 views

Nagios not running notify command

I am in the process of creating a notify command for our Nagios server to notify us via our Kannel SMS sender. This is what I got so far: /usr/local/bin/curl -v -G -d 'username=user' -d ...
0
votes
0answers
55 views

cli cURL send pinging with the method “weblogUpdates.ping”

From answer here: http://unix.stackexchange.com/a/36455/17948 The cURL command is: $ curl <target-pingservice-url> -d 'name=<your site name>' -d url=<your-url> -d rss=/rss.xml ...
0
votes
0answers
38 views

How to tune Unix (Ubuntu) for web crawling?

What are some ways to tune some Unix settings in the kernel(or elsewhere) for web crawling purposes? I am using multi-curl, and am using a multi-threading approach. I've set a higher limit for maximum ...