ApacheTop is a command line tool that allows to monitor traffic for Apache HTTP server. This tool watches access log file generated by Apache and displays website traffic statistics that...
Adminer is an open-source database management tool through a web browser. It supports MySQL, MariaDB, SQLite, PostgreSQL, and various other database servers. This tool allows to create, drop, alter databases...
The phpMyAdmin is an open-source administration tool that allows to manage MySQL and MariaDB database servers through a web browser. This tool enables to create, drop, alter databases, tables, columns...
The bcrypt is a cryptographic hash function that commonly used for password hashing. Learn how to verify that password matches bcrypt hash. A table includes a links to posts with...
The bcrypt is a cryptographic hash function that commonly used for password hashing. Learn how to generate password hash using bcrypt. A table includes a links to posts with examples...
CMake is a tool that uses configuration file called CMakeLists.txt to generate standard build files such as makefiles on Unix systems, Visual Studio project files on Windows, and so on...
Man pages is one of the ways to get information about commands on Unix-like operating systems. However, man pages are often too long or too complicated for learning. TLDR (Too...
While working with data, we may need to perform various operations. For example, to check if two arrays have at least one common element. A table includes a links to...
Hyperfine is a tool that allows to benchmark commands via command line. This tool runs command several times and measures execution time of it.
This tutorial shows how to install...
The micro is a text editor that allows to create and modify text files via command line. It supports syntax highlighting, line numbers, common keybindings (CTRL+C, CTRL+V, …), undo/redo, text...