Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

curl

Are there any good tools besides SeleniumRC that can fetch webpages including content post-painted by JavaScript?

August 11, 2022 by Magenaut

One major shortcoming of curl is that more and more wepages are having their main piece of content painted by a JavaScript AJAX response that occurs after the initial HTTP response. curl never picks up on this post-painted content.

Categories Q&A, Unix & Linux Tags curl, html, http, selenium, wget Leave a comment

Does curl have a timeout?

August 9, 2022 by Magenaut

So far I couldn’t find anything really, but is it true that curl doesn’t really time out at all?

Categories Q&A, Unix & Linux Tags curl, timeout Leave a comment

Health check of web page using curl

August 9, 2022 by Magenaut

I’d like to do a health check of a service by calling a specific url on it. Feels like the simplest solution would be to use cron to do the check every minute or so. In case of errors, cron sends me an email.

Categories Q&A, Unix & Linux Tags curl, monitoring Leave a comment

Passing binary data to curl without using a @file

August 9, 2022 by Magenaut

Is it possible to use curl and post binary data without passing in a file name? For example, you can post a form using binary via –data-binary:

Categories Q&A, Unix & Linux Tags binary, curl Leave a comment

Uniq won’t remove duplicate

August 8, 2022 by Magenaut

I was using the following command

Categories Q&A, Unix & Linux Tags command-line, curl, uniq Leave a comment

Is there a way to use curl interactively? Or is there an interactive curl/wget shell?

August 8, 2022 by Magenaut

Imagine something like this:

Categories Q&A, Unix & Linux Tags curl, wget Leave a comment

How to check whether a command such as curl completed without error?

August 7, 2022 by Magenaut

I am using curl to upload a file to a server via an HTTP post.

Categories Q&A, Unix & Linux Tags curl, error-handling, http Leave a comment

cUrl : Argument list too long

August 7, 2022 by Magenaut

I’m getting the error: Argument list too long when trying to use cUrl to send a file in base64 inside the body of my JSON.

Categories Q&A, Unix & Linux Tags curl, json Leave a comment

Login site using cURL

August 7, 2022 by Magenaut

I am trying to login from cURL command line with the command

Categories Q&A, Unix & Linux Tags curl Leave a comment

What is most secure and simplest way to have a user-typed password on bash become part of stdin to a program?

August 7, 2022 by Magenaut

I’m looking for the (1) most secure and (2) simplest way to have a user type a password on a bash shell prompt and to have that password become part of stdin to a program.

Categories Q&A, Unix & Linux Tags bash, curl, password, security Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress