All Questions
634 questions
0
votes
0
answers
34
views
Get Firefox DevTools data from Linux command line
Is it possible to get data from Firefox DevTools command line in Linux?
I would like to get the cookies of the POST command (seen on the attached image). I have tried traditional ways using curl and ...
0
votes
0
answers
39
views
Get data from Datalogger via wget/curl
I need to download the data from a datalogger, day by day, which only allows ftp/wget/curl. I need to create a script which download the files from the folder (or the folder itself) day by day every ...
0
votes
1
answer
151
views
How to download html with curl or wget from a page using a JavaScript login sequence?
I am trying to scrape the "status page" of my PV system as follows:
In a regular browser, I simply open this page: https://enlighten.enphaseenergy.com/web/5000000/today/graph/hours
This ...
1
vote
0
answers
169
views
`curl` applying lowercase to headers
There is a website that I need to scrape just a single page and I discovered it blocks access from curl but allows from wget. Making exactly the same request (same headers, cookies, same origin IP...) ...
2
votes
1
answer
58
views
list pages in a website of links to reports
I'm trying to list of all the pages of a certain level on a website. The website is kind of mostly text links of reported events, which each link to a more detailed report.
So the main link to the ...
0
votes
1
answer
1k
views
curl or wget command to verify a host is serving HTTPS on port 443?
I'm not married to either tool, I'm just hoping to find the fastest way to verify that all hosts in a list I pipe to either curl or wget are listening for HTTPS traffic on 443 rather than some other ...
0
votes
1
answer
431
views
Get the latest download link using Curl
I am trying to use curl to download the latest linux link from here: https://redream.io/download
The most recent download link is: https://redream.io/download/redream.x86_64-linux-v1.5.0-1106-g01ef607....
4
votes
0
answers
340
views
Cant call local AWS lambda container with curl/httr2
I have an AWS Lambda container that I want to be able to ping from the terminal or tools such as R's httr2. I tested it with Postman and it works and gives the appropriate response/output, I can see ...
1
vote
1
answer
87
views
wget with both output-document and directory-prefix options doesn't work, however curl works fine,?
wget --output-document=Node.png "https://avatars.githubusercontent.com/u/9950313?s=48&v=4" --directory-prefix="public/images" doesn't work together before creating the folder ...
0
votes
0
answers
52
views
Download files from multiple github repos into a new project
I'm working on developing an app using the Celer Bridge API. They have multiple repos, (client and transfer widget) which I need to download files from to add to my react project. I've been using svn ...
0
votes
2
answers
612
views
How to pipe the result of wget to tar
I'm trying to create a command that would download the latest .gz file and install on my container in Dockerfile. I came up with this but I can't seem to get it working.
curl -s https://api.github.com/...
0
votes
1
answer
2k
views
wget GnuTLS: Error in the pull function when trying to install foundryvtt through timed link on raspberry pi 4
I am trying to set up Foundry VTT on a Raspberry Pi 4 running the latest 64-bit Raspberry Pi OS Lite operating system. Currently I'm remoting into the Pi with Putty.
I've been following the ...
0
votes
1
answer
116
views
The bash script does not continue running if it contains a call to docker-compose
I have 2 bash scripts to install the program. online_install.sh and install.sh
online_install.sh downloads the install.sh script from the internet with curl
sudo curl -L https://example.com/...
0
votes
0
answers
155
views
Provide custom dns resolver address in a tool to download files
I am building a docker image that doesn't have sudo or permission to modify /etc/resolv.conf.
The requirement is to be able to download from an internal artifactory, and to resolve the DNS address ...
1
vote
1
answer
303
views
How can I use wget to download a list of links from NOAA NCEI?
I need to download public bathymetry data from NOAA NCEI. Often, this means I need to download hundreds of small files to later be stitched together. NOAA NCEI has a tool for this -- "request ...