felixabele
10/23/2013 - 2:09 PM

Everything else, curl...

Everything else, curl...#

# --- Curl
curl --data "param1=value1&param2=value2" http://example.com/resource.cgi

curl -i -H "Accept: application/json" -X PUT -d "refresh_token=125aaeed2dd56b0cb3f5e25815c5112ca7167bbd1b99cb3832fd17d82757a935" http://staging.brandnooz.de/api/1/session/renew


curl --user adyen_api:bla --data "currency=CZK&eventCode=AUTHORISATION&eventDate=2013-11-19T09%3A05%3A30.48Z&live=true&merchantAccountCode=BrandNoozCZ&merchantReference=284&operations=&originalReference=&paymentMethod=trustpay&pspReference=1413848516394337&reason=null&success=true&value=27900" http://www.brandnooz.cz/adyen/notify

# --- split large file into smaller files
split --bytes=20M mysql-slow.log slow-query-log

# --- HTML to PDF
wkhtmltopdf http://localhost/vita.html vita.pdf

# --- Pretty print JSON
command | jsonpp