Install TShark on Ubuntu 22.04

Install TShark on Ubuntu 22.04

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...
Check Ubuntu Version

Check Ubuntu Version

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...
Install MySQL 8.0 on Ubuntu 20.04

Install MySQL 8.0 on Ubuntu 20.04

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...
Install JADX on Ubuntu 20.04

Install JADX on Ubuntu 20.04

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...
Install Apktool on Ubuntu 20.04

Install Apktool on Ubuntu 20.04

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...
Install FFmpeg 4.4 on Ubuntu 20.04

Install FFmpeg 4.4 on Ubuntu 20.04

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...
Install Git on Ubuntu 22.04

Install Git on Ubuntu 22.04

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...
Install Python 3.12 on Ubuntu 22.04

Install Python 3.12 on Ubuntu 22.04

Python is a programming language that is used to implement various kinds of applications. Python is often used for machine learning, deep learning, computer vision, and data analysis. This tutorial...