NetworkManager 1.50 Released, Supports veth Config in Terminal UI

NetworkManager, the popular tool for managing network connections on Linux systems, has just released version 1.50 with several new features and improvements. One notable addition in this release is support for veth configurations in the Terminal User Interface (TUI). Veth, short for Virtual Ethernet, is a virtual network interface that …

Tilix: A Tiling Terminal Emulator With Bookmark Support

Tilix is a terminal emulator that combines the functionality of a traditional terminal with the productivity of a tiling window manager. It allows users to organize their terminal sessions in a grid layout, making it easier to multitask and manage multiple tasks simultaneously. One of the standout features of Tilix …

Wave: 21th Century Terminal Emulator Designed for Gen Z

Wave: 21st Century Terminal Emulator Designed for Gen Z In today’s fast-paced digital world, technology plays a crucial role in how we communicate, work, and interact with the world around us. For many young people, especially those in Generation Z, being tech-savvy is second nature. That’s why Wave, a cutting-edge …

How to Install Akregator on Ubuntu 24.04 Desktop via Terminal

Akregator is a popular open-source RSS feed reader that allows users to easily stay up-to-date with their favorite websites and blogs. If you’re using Ubuntu 24.04 Desktop and want to install Akregator, you can do so quickly and easily via the terminal. In this article, we’ll walk you through the …

Links 2.30 Terminal Browser Is Out With Minor Fixes

The latest version of the Links 2.30 terminal browser has been released with some minor fixes and improvements. The developers behind this text-based web browser have been working hard to ensure that users have a seamless browsing experience. One of the key improvements in this release is the fix for …

Different methods to create a text file in Linux terminal

In this article I will show you 7 different methods to create a new file in Linux using terminal. The touch command is used for changing the timestamp of a file. But it can also be used to create a new empty file using the following command: touch yourfilename If …