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

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

Expires header for fonts do not working

2 July 2013 | Category: Browsers, Optimizing, Server Side | Comments (0)

If you specify Expires header with future date then you may expect that specified fonts (I use woff, ttf, otf and eot) will be cached in browser local[……]

Read more

Redirecting non-www to www with .htaccess

28 April 2013 | Category: Server Side | Comments (0)

If you want to redirect from URL without www (example.com) to URL with www (www.example.com) then this can be done easy be adding following rules to .[......]

Read more