Skip to main content

All Questions

Tagged with
1 vote
2 answers
89 views

Seems that any JavaScript makes my debian laptop crash

I have a Dell, debian stable, laptop working with gnome environment. For several weeks Firefox crashed more and more often, resulting in mouse slows down during fews seconds, and then everything ...
Boudy's user avatar
  • 11
0 votes
0 answers
202 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 ...
Orca37's user avatar
  • 1
0 votes
0 answers
506 views

Crontab running a Node.js script

I have a script that runs at boot and every 1 min after. This is a nodeJS script that executes a nightmare/cheerio to scrape a cricket site for scores. This script itself runs until killed when ...
Diamond Dave's user avatar
10 votes
3 answers
2k views

Debian Buster: install yarnpkg as yarn

I have installed yarn - Node.js package manager (alternative to npm): $ sudo apt install yarnpkg ... $ dpkg -l | grep yarn ii yarnpkg 1.13.0-1 all ...
Messa's user avatar
  • 231
1 vote
2 answers
3k views

How to install Uglify on Debian Sid

I have a question about how to install Uglify or Uglify2 on Debian. I'm also wondering whether I have to install Node.js as well. My main goal of asking this question is to minify all my CSS and .js ...
Digital site's user avatar
10 votes
6 answers
19k views

What's the currently recommended way to install node.js on Debian?

I've found a few different methods on the web, but some of the articles are quite old, and I'm concerned that the methods they describe have been superceded. Can anyone tell me what the currently ...
UpTheCreek's user avatar