Dart is a programming language that often used to develop web and mobile applications. Dart is a cross-platform and open-source language developed by Google.
This tutorial explains how to install...
R is a programming language that commonly used by data scientists for statistical computing, data analysis, and graphics representation.
This tutorial demonstrates how to install R on Ubuntu 22.04.
Install...
Mono is a cross-platform implementation of Microsoft's .NET framework for developing applications using C# or other CLR language. Mono is an open-source project based on the ECMA standards.
This tutorial...
Nginx is an open-source web server that serves web content to clients. It can also be used as a reverse proxy, load balancer, cache server, and more.
This tutorial demonstrates...
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...