Install Tabiew on Ubuntu 24.04

Install Tabiew on Ubuntu 24.04

Tabiew is a command line tool for viewing and querying tabular data files, such as CSV, Parquet, Excel, and more. It provides an intuitive terminal interface, making data exploration fast...
Install GitQL on Ubuntu 24.04

Install GitQL on Ubuntu 24.04

GitQL (Git Query Language) is a command line tool that lets you query Git repositories using a familiar SQL-like syntax. It transforms the Git commit history into a virtual table...
Disable Wayland on Ubuntu

Disable Wayland on Ubuntu

Ubuntu uses Wayland as the default display server instead of X11 for most systems, offering better security and modern graphics support. However, some users may encounter compatibility issues with legacy...
Install msitools on Ubuntu 24.04

Install msitools on Ubuntu 24.04

The msitools is a collection of utilities for inspecting and creating Microsoft Windows Installer (MSI) files. It's primarily used on Linux systems to work with MSI files, which are typically...
Install Zig on Ubuntu 24.04

Install Zig on Ubuntu 24.04

Zig is a modern programming language focused on speed, safety, and simplicity. It gives the full control over low-level details and is great for building reliable system software. This tutorial...