
Error “npm warn cli npm … does not support Node.js ...”. How to update npm and node on Arch Linux and BlackArch (SOLVED)
Posted by Alex On December 30, 2024
Error “npm warn cli npm v11.0.0 does not support Node.js v18.20.5. This version of npm supports the following node versions” When using npm, for example: npm list You may encounter the error: npm warn cli npm v11.0.0 does not support Node.js v18.20.5. This version of npm supports the following node versions: `^20.17.0 || >=22.9.0`. You […]

How to take a screenshot of the entire website page even beyond the screen
Posted by Alex On December 28, 2024
Summary Go to the service website https://w-e-b.site/?act=screenshot and enter the page address to create a screenshot of it in its entirety, even if it extends beyond the edges of the screen. A simple way to take a screenshot of the entire web page Taking a screenshot is a fairly simple task for which there are […]

How to install and use pikaur and makepkg on a server
Posted by Alex On December 8, 2024
How to run pikaur as root For more information on pikaur, see the article: Automatic installation and update of AUR packages The makepkg utility and (sometimes) pikaur do not work when run as root. This is not usually a problem for most users, but I have encountered a situation where on a headless server where […]

ERR_SSL_PROTOCOL_ERROR (SOLVED)
Posted by Alex On October 19, 2024
Contents 1. Why does the ERR_SSL_PROTOCOL_ERROR occur 2. How to fix the ERR_SSL_PROTOCOL_ERROR 3. How to fix “ERR_SSL_PROTOCOL_ERROR” on a local web server 4. How to configure HTTPS on Apache in Linux 4.1 How to install Apache and OpenSSL on Debian, Ubuntu, Linux Mint, Kali Linux 4.2 How to enable the SSL module for Apache 4.3 […]

Error code: SSL_ERROR_RX_RECORD_TOO_LONG (SOLVED)
Posted by Alex On October 19, 2024
Contents 1. Why does the SSL_ERROR_RX_RECORD_TOO_LONG error occur 2. How to fix the SSL_ERROR_RX_RECORD_TOO_LONG error 3. How to fix “Error code: SSL_ERROR_RX_RECORD_TOO_LONG” on a local web server 4. How to configure HTTPS on Apache in Linux 4.1 How to install Apache and OpenSSL on Debian, Ubuntu, Linux Mint, Kali Linux 4.2 How to enable the SSL […]

How to set up HTTPS on Apache in Debian, Ubuntu, Linux Mint, Kali Linux
Posted by Alex On October 18, 2024
Contents How to enable HTTPS on Apache in Debian, Ubuntu, Linux Mint, Kali Linux How to install Apache and OpenSSL on Debian, Ubuntu, Linux Mint, Kali Linux How to enable the SSL module for Apache How to make a local server open by hostname (setting up hostname to IP address resolution) How to create a […]

Error “SEC_ERROR_UNKNOWN_ISSUER” for self-signed certificate (SOLVED)
Posted by Alex On October 16, 2024
Contents Error code: SEC_ERROR_UNKNOWN_ISSUER on a local web server What causes the Error code: SEC_ERROR_UNKNOWN_ISSUER How to fix the Error code: SEC_ERROR_UNKNOWN_ISSUER in Linux Error code: SEC_ERROR_UNKNOWN_ISSUER on a local web server This article is dedicated to fixing the Error code: SEC_ERROR_UNKNOWN_ISSUER for a certificate that you generated on your computer for the purpose of […]

Error “net::ERR_CERT_AUTHORITY_INVALID” for self-signed certificate (SOLVED)
Posted by Alex On October 16, 2024
Contents net::ERR_CERT_AUTHORITY_INVALID on a local web server What causes the net::ERR_CERT_AUTHORITY_INVALID error How to fix the net::ERR_CERT_AUTHORITY_INVALID error in Linux net::ERR_CERT_AUTHORITY_INVALID on a local web server This article is dedicated to fixing the error “net::ERR_CERT_AUTHORITY_INVALID” for a certificate that you generated on your computer for the purpose of testing HTTPS. That is, here we will […]

Error code: SSL_ERROR_BAD_CERT_DOMAIN for self-signed certificate (SOLVED)
Posted by Alex On October 9, 2024
Error code: SSL_ERROR_BAD_CERT_DOMAIN in Firefox Let's look at how to fix the error “SSL_ERROR_BAD_CERT_DOMAIN” that occurs for a self-signed certificate. Full text of the error: Warning: Potential Security Risk Ahead Firefox detected a potential security threat and did not continue to hackware.local. If you visit this site, attackers could try to steal information like your […]

Error “net::ERR_CERT_COMMON_NAME_INVALID” for self-signed certificate (SOLVED)
Posted by Alex On October 9, 2024
net::ERR_CERT_COMMON_NAME_INVALID in Google Chrome Let's look at how to fix the error “net::ERR_CERT_COMMON_NAME_INVALID”, which occurs for a self-signed certificate. Full text of the error: Your connection is not private Attackers might be trying to steal your information from hackware.local (for example, passwords, messages, or credit cards). Learn more about this warning net::ERR_CERT_COMMON_NAME_INVALID Turn on enhanced […]