All Questions
Tagged with javascript linux
8
questions
0
votes
0
answers
24
views
ungit crashes on Debian 11 bullseye - ELOOP - too many levels of symbolic links
Tried to install and run git GUI 'ungit' on Debian 11. The default versions for npm and nodejs from Debian were too old for ungit, so I updated them manually, but ungit still crashes.
Versions
git: 2....
0
votes
0
answers
156
views
Simple text browser website access BUT PROTECTED by CloudFlare - JavaScript problem
EDIT on 13-11-2022 (DD-MM-YYYY) to clarify things a bit:
I, a human, want to simply read the text contents of a website, which happens to be protected by CloudFlare protection. Yes, I know that such a ...
1
vote
1
answer
63
views
extract links from webpages which require interaction
I'm trying to figure out how, from a linux shell, to extract the links from a webpage in which the links appear only after clicking a button on the webpage, for example the "Assets" in ...
0
votes
1
answer
44
views
CenOS 7 - Javascript Files don't update [closed]
I have a small issue on my server.
Javascript *.js files in a certain folder don't update.
I mean, files update but in the browser, I see the old version.
I have installed a new browser on my ...
3
votes
3
answers
5k
views
JQ (GET ID based on NAME)
I get a long list of such arrays
{
"id": "byu6g6c4cjys5mdkg5znh8ju8c",
"create_at": 1511875272294,
"update_at": 1511875272294,
"delete_at": 0,
"display_name": "BMA",
"name": "...
2
votes
0
answers
1k
views
Emscripten fundamentally incompatable with clang on linux
A long time ago I wrote a really crude and primitive shell in C++, and I only
just recently discovered asm.js, so I thought it'd be neat to try to compile and run it in a browser, but I can't because ...
3
votes
3
answers
18k
views
How to do a fast convert of a .xls (MS Excel) file to .csv
How can I do a fast convert of excel to csv? I have tried with php, perl, JavaScript. but it takes too much time. For example, for a 5MB file it will take 3-5 minutes.
6
votes
2
answers
3k
views
Send javascript to Chromium or Firefox from linux terminal
I am using either a chromium or firefox web browser in kiosk mode to log in to a website from boot up, and I want to use a javascript to send in a command to login to a website automatically. I know ...