The YubiKey is a hardware authentication device manufactured by Yubico that supports one-time passwords, public-key encryption and authentication, and the Universal 2nd Factor (U2F) and
How to create locally trusted SSL certificates in local development environment on Linux with mkcert
A Certificate Authority (CA) is an entity that issues digital certificates. Our goal is to become a certificate authority (CA) like Let’s Encrypt, Verisign etc..
An Internet Protocol address – or IP address for short – is a series of unique numbers that are assigned to each router or hotspot
This tutorial explains the procedure to upgrade Debian 9 (stretch) to Debian 10 (buster) in a few simple steps.
This tutorial explains the procedure to upgrade Debian 8 (jessie) to Debian 9 (stretch) in a few simple steps.
This blog post is an introduction to devs who want to start using Docker with Symfony4. It will guide you through creating a Symfony 4
This blog post is an introduction to devs who want to start using Docker with Symfony4. It will guide you through creating a Symfony 4
If you are on Debian or Ubuntu and using Google official repositories for Google Chrome Remote Desktop, you might have received the following error while
Working with the terminal using a command interface is very fast and effective way of doing stuff. But have you tried working with the terminal,
Posting the Debian answer for posterity… sudo su \ && rm -rf /dev/null \ && mknod /dev/null c 3 2 \ && chmod 666 /dev/null