Redis is an in-memory key-value data structure store. It often used as a database, cache, and message broker. Redis is an open-source project which released under a 3-clause BSD license...
Adminer is an open-source database management tool through a web browser. It supports MySQL, MariaDB, SQLite, PostgreSQL, and various other database servers.
This tutorial explains how to install Adminer inside...
The phpMyAdmin is an open-source administration tool that allows to manage MySQL and MariaDB database servers through a web browser.
This tutorial explains how to install phpMyAdmin inside a Docker...
MySQL Server is a cross-platform relational database that allows to access data using Structured Query Language (SQL). MySQL Server have different editions. Community Edition (CE) is an open-source product that...
Mongo Express is a web-based administrative interface for managing MongoDB databases. Mongo Express can be used to create, modify and delete databases, collections, and documents.
This tutorial explains how to...
MongoDB is a cross-platform document database. It is classified as a NoSQL database. Instead of using tables and rows as in the relational databases such as MySQL, MongoDB uses JSON-like...
A Bluetooth MAC (Media Access Control) address is a unique 48-bit value assigned to a Bluetooth device by the manufacturer to uniquely identify it.
This tutorial provides 3 methods how...
Many peripheral devices have USB interface to connect to the computer such as webcams, keyboards, mouses, hard drives, etc. This tutorial demonstrates how to get a list of USB devices...
A hostname is a unique identifier that is assigned to a device (host) connected to the network. It can distinguish one device from another on a specific network. This tutorial...
In the Linux system, a group is a collection of users which have the same permissions on files and directories. When working as system administrator, might need to get all...