Nload: Monitor Linux Network Traffic and Bandwidth Usage

Nload is a simple networking tool that monitors your network traffic and bandwidth usage in real-time, visualizing the incoming and outgoing data results in two separate ASCII graphs. In addition to the graph, it also provides additional information, such as the total amount of transferred

NetHogs: Network Bandwidth Monitoring Tool in Linux

NetHogs is a lightweight, open-source network bandwidth monitoring tool (similar to Top for process monitoring) that can help you identify the process or application consuming the most network traffic bandwidth in real-time. All detected processes will be listed with their PID, owner, program (PATH, IP

Wave: 21th Century Terminal Emulator Designed for Gen Z

Wave is a free, open-source, cross-platform (currently not available on Windows) fancy terminal emulator designed for the modern generation to become comfortable with the command-line. It offers some interesting features lacking in traditional terminal emulators such as GNOME or Konsole, and I’ve been searching for

FFmpeg: Powerful Multimedia Processing Tool (Installation + Usage)

FFmpeg (a.k.a. Fast Forward MPEG) is a robust, free, and open-source framework packed with a vast suite of libraries and programs for handling basic to advanced multimedia processing. It can perform tasks such as recording, converting, and streaming audio and video, making it the foundation

Solution for raw.githubusercontent.com PORT 443: Connection refused

Tired of encountering the error “Connecting to raw.githubusercontent.com IP_ADDRESS:443 failed: Connection refused” when downloading files from GitHub via Wget or any other CLI tool? Then, don’t worry, as you’ve come to the right place; this annoying error related to GitHub can be easily solved (or

Basic to Extended Markdown Cheat Sheet With Examples

Markdown is a widely used standard for distributing text files with special syntax that modern software can easily understand and format, eliminating the need to write the entire HTML code. Consider it a way to add HTML style and structure to your text document in

Carbonyl: A Chromium-Based Browser Made for Your Terminal

Carbonyl is a Chromium-based terminal browser that can render graphical elements, play audio and video (default set to 60 fps), is less resource-intensive, and can also run through SSH. It bundles all necessary Web APIs, such as WebGL, WebGPU, animations, etc., and is considerably better

How to Execute JavaScript in a Jupyter Notebook on Linux

Jupyter Notebook is the most popular server-client application that allows you to write, run, test, and debug Python-interpreted programs on notebook documents via a web browser. Unfortunately, other interpreted programming languages, such as Javascript, lack such fully-fledged applications that offer tight integration and enable users

How to Run JavaScript in Python (with an Example)

Polyglot programming is uncommon but can be a lifesaver in specific situations. For example, we recently wrote an article about executing Python scripts within a PHP/HTML file, which can be valuable for certain programmers. This approach proves useful in scenarios such as running system diagnostic

How to Run a Python Script on a PHP/HTML File

In this article, you will learn how to run a Python script on a PHP (or even a plain HTML) file using two different methods, along with practical examples. I assume you have already installed Python with Pip and set up the web development environment

Uh-Halp is an AI-Powered Command-Line Helper for Linux

Uh Halp is a cutting-edge AI command-line tool powered by OpenAI’s most affordable model, enhancing your command-line experience like never before. If you’re a loyal reader (if not, bookmark us now), you probably already know about chatGPT shell cli. It’s identical to this, with the

How to Deploy Portainer with Podman on Linux

Podman is a fantastic Docker alternative, yet challenges arise when attempting to utilize Docker images in Podman, particularly those only compatible with Docker like Portainer. Yet, there is a certain way by which you can easily use Docker images like Portainer on the Podman (the