Webmin and signatures couldn’t be verified because the public key is not available NO_PUBKEY 2D223B918916F2A2

13 October 2023 | Category: Server Side, Short tip | Comments (0)

You may get the following error while trying to update apt packages, where Webmin is one of them.

W: GPG error: https://download.webmin.com/downl[......]

Read more

Refused to load the script pagespeed-mod.com

18 April 2023 | Category: Browsers, General, JavaScript | Comments (0)

Sometimes you may see some Content Security Policy reports in the console, but don’t know where they coming from. Here are the examples:

Refused to l[......]

Read more

Securing online shopping in Czech Republic

11 December 2022 | Category: General, Short tip | Comments (0)

Online shopping has always been kind of risky. You never who’s behind. What you see is not what you think.

Therefore to help people in the Czech Repu[……]

Read more

Uncaught ReferenceError: process is not defined

9 August 2022 | Category: JavaScript | Comments (0)

The error Uncaught ReferenceError: process is not defined may happen when the code tries to get access to the process object that provides information[……]

Read more

How to create grid with dashed lines using CSS only

24 March 2022 | Category: General, Short tip | Comments (0)

Drawing a grid can be done in various ways. I prefer to use CSS only. However, challenge a bit is when you need lines with dashes.

Here is a workable[……]

Read more

This site can’t provide a secure connection

3 February 2022 | Category: Browsers | Comments (0)

Developing on localhost without https? It may happen, but Chromium-based browsers and Firefox will force you periodically to use https connection. And[……]

Read more

Error: Package subpath ‘./package.json’ is not defined by “exports”

21 October 2021 | Category: JavaScript | Comments (0)

Got Error: Package subpath './package.json' is not defined by "exports" issue? You may take following steps (one of them):

  1. Ask npm package author[……]

    Read more

MacOS, MongoDB and couldn’t connect to server 127.0.0.1:27017

28 June 2021 | Category: MongoDB, Server Side | Comments (0)

Recently I’ve got the following issue:

connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb
Error: couldn't co[......]

Read more

ASLint is now open sourced

11 June 2021 | Category: Accessibility | Comments (0)

I’m happy to say that ASLint is now open sourced. Everyone’s very welcome to contribute to make an automated testing even more better and efficient.[……]

Read more

zsh compinit: insecure directories, run compaudit for list.

2 April 2021 | Category: General, Tools | Comments (0)

I’ve installed nvm through brew on macOS Big Sur 11.2.3 (20D91) and got:

zsh compinit: insecure directories, run compaudit for list.
Ignore insecu[......]

Read more

keep looking »