The aria2 is a command line tool for downloading files using various protocols such as HTTP, HTTPS, FTP, SFTP, BitTorrent, and Metalink. The aria2 can resume incomplete download where it...
Argon2 is a cryptographic hash function that commonly used for password hashing. Argon2d, Argon2i and Argon2id are variants of Argon2. Argon2i has resistance to side-channel timing attacks. A table includes...
Monit is an open-source process monitoring tool. This tool allows to manage and monitor system processes such as Apache, MySQL, SSHD, and so on. If process stopped to run, Monit...
Argon2 is a cryptographic hash function that commonly used for password hashing. Argon2d, Argon2i and Argon2id are variants of Argon2. Argon2i has resistance to side-channel timing attacks. A table includes...
UUID (Universally Unique Identifier) is a 128-bit number which mostly represented as a hexadecimal string. It can be used for uniquely identifying objects across a network. The uuidgen is a...
Googler is a tool that enables to search on Google via command line. This tool displays title, URL and short summary for each search result. Googler is written using Python...
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...