Are you also encountering a "403 Forbidden" message while accessing your web server running on Nginx? Then you might not have enabled directory listing in the Nginx config file. To…
At one point in your life, you might encounter a situation where you need to have two or more versions of Java on your system; the reasons could be any,…
NeoVim is a command-line text editor and superset of the original Vim editor, renowned for its simple maintenance, community contributions, and introduction of new features. It's quite dynamic and advanced…
Tmux (also known as a multiplexer) is the initial tool that I immediately install after setting up a fresh Linux system to manage multiple terminal sessions at once. This is…
uv is an incredibly fast Python package installer and resolver written in Rust, currently the fastest among others like Pip and Pipx. It's backed by Astral, the creators of Ruff,…
Freenginx gained a lot of attention after NGINX's core developer quit the company due to internal conflict and policy changes to initiate his own Freenginx project, a free and open-source…
Homebrew, originally the default package manager for macOS, is increasingly gaining popularity in the Linux community since its introduction to Linux. It doesn't depend on any software infrastructure for backend…
Following the release of Ubuntu 18.04 (on April 26, 2018), Ubuntu began collecting some non-identifiable data from your system. The data mostly comprises a report of the system hardware (not…
Bore is a free and open-source command-line utility written in Rust that aims to allow users to expose a local port to the internet without needing port forwarding. The default…
Perl is a popular programming language used for scripting, text processing, system administration, and many more tasks by popular companies such as Amazon, cPanel, Cisco, and many others. It comes…