Questions tagged [web]
The web tag has no summary.
176 questions
1
vote
0
answers
27
views
How to send files over WebSocket with websocat tool?
I brought a wss:// server up using websocat:
websocat -E -t -v --pkcs12-der=q.pkcs12 wss-listen:0.0.0.0:8443 mirror:
And on the client I am running this command to establish a secure WebSocket ...
0
votes
2
answers
30
views
Web page login automation
I have a linux server whose only purpose is to display a full screen web page ("kiosk mode") that has status information regarding other servers in the network. I would now like to add to ...
0
votes
0
answers
52
views
I'm trying to load my site in the browser but I am receiving connect refused
I've a VPS in one hosted in an host in this vps I installed Java, Tomcat and MySQL for my web app. After the installation of the packages I made the deploy of my app, if inside of the tomcat/manager I ...
0
votes
3
answers
419
views
regex, remove everything before first underscore
i have this string grafana-stack_alloy and require everything after the first underscore
alloy.
I need the result as a group $1. Tried this one, but it failed. (?:)?([^_]+)*$.
Can anyone help me to ...
0
votes
1
answer
129
views
Download full web page and save without a deep directory structure? Also, bypass paywall?
So, I want to be able to download a web page in a way similar to what https://archive.is does.
Using wget -p -E -k usually produces a decent result - but this result is somewhat hard to handle. For ...
0
votes
1
answer
340
views
Big Blue Button installation error: "Challenge failed for domain", thereafter "500 Internal Server Error -- nginx"
Context:
I wanted to install Big Blue Button on a Ubuntu virtual machine via SSH;
I followed correctly the official tutorial up to the "Install" section;
I entered the following command on ...
1
vote
0
answers
144
views
Is it possible to use webassembly in QNX
I’m trying to figure out if I’m able to port a webassembly based webapplication to QNX. But it is hard to find any information about what versions of browsers and web engine libraries that are shipped ...
1
vote
0
answers
99
views
Simple webpage analytics from CLI
I have a website that I put together using a website builder, as opposed to hosting it on a private server.
In simple terms, I'm wondering if there's a way to use terminal to keep an eye on how many ...
0
votes
1
answer
425
views
Website doesn't work under Linux, but works under Windows/Mac
I'm trying to buy a product on https://qinao.de/ with my (Arch) Linux laptop and different Browsers (Chrome, Firefox). But I can't add products to the Cart (and some images don't load).
It works fine ...
0
votes
0
answers
264
views
Download entire website directory structure, without downloading any file contents
Need to download the entire website tree structure with directory/files names, but without download files - just structure.
like this:
www.example.com
|
dir1
| file1.txt
file2.txt
dir2
...
0
votes
0
answers
28
views
List of files that should ne be allowed to be served by apache
My Apache web server should never serve a directory named ".git" or a file named "*.sqlite", or "config.php". It's so much probably a mistake that the potential false ...
0
votes
1
answer
303
views
Can web programs connect to the localhost ports through the browser?
I have to visit some untrusted and risky sites with persistent connections.
Suppose there is a WebSocket, HTTP/S or even SSH server running on my host. Can the web programs (JavaScript or WebAssembly) ...
0
votes
1
answer
31
views
Sort websites by their response time
I would like to have this script in a way that I can use it somewhat like this:
cat websites.txt | latency | sort -n
Right now I'm doing:
test.sh
# Sort websites by their response time
# get the ...
0
votes
1
answer
3k
views
curl: (6) Could not resolve host: services.gradle.org
If in Ubuntu Server is executed:
curl https://services.gradle.org/distributions/gradle-7.5.1-bin.zip -O
appears:
% Total % Received % Xferd Average Speed Time Time Time Current
...
0
votes
1
answer
93
views
What is the free environment to deploy an application built with docker compose
Is there a free cloud service that allows to deploy a web application developed with JSf and Mysql.
The application is built locally with docker compose using both the docker images of Wildfly and ...