RabbitMQ is a message broker that enables applications to communicate with each other and exchange information. It implements AMQP messaging protocol. RabbitMQ is an open-source project that is written by...
The ping command can be used to determine if a network host is reachable by sending ICMP echo requests to a host. The gping is a command line tool that...
TShark is a command line tool for analyzing network traffic. This tool enables to capture packets from a network and print them to the standard output. TShark is a command...
Finding out which Ubuntu version is running on the machine can be useful when troubleshooting problems or installing software.
This tutorial shows how to check Ubuntu version.
1. lsb_release command...
MySQL Server is a cross-platform relational database that allows to access data using SQL language. MySQL Server have different editions. Community Edition (CE) is an open-source product that released under...
JADX is a tool for reverse engineering Android applications. This tool allows to decompile bytecode to Java source code from APK and DEX files. It also allows to decode resources...
Apktool is a tool for reverse engineering Android applications. It allows to decode resources (XML files, images, etc.) to almost original form. After some modifications, decoded resources can be rebuilded...
Tesseract is an optical text recognition (OCR) engine developed by Google. Tesseract is used for recognizing a text in an image. It supports more than 100 languages. Tesseract is an...
FFmpeg is an open-source collection of tools that allows to process video and audio files. These tools used for converting video and audio files from one format into another, resizing...
Git is an open-source version control system for tracking file changes. Git is commonly used by developers during the software development.
This tutorial explains how to install Git on Ubuntu...