Ubuntu 24.10, the latest release of the popular Linux distribution, has come with several improvements and fixes that aim to enhance user experience and streamline the operating system. One of the notable fixes in this release is the resolution of a pesky file picker paper-cut that has been bothering users …
10 Best Linux Console File Managers
Managing files on a Linux system can be a daunting task, especially for beginners. While most users prefer graphical file managers, experienced Linux users often opt for console-based file managers for their speed, flexibility, and efficiency. In this article, we will explore the top 10 Linux console file managers that …
Gokapi 1.9 File Share Server Introduces Redis Support
Gokapi is a popular file share server that has been helping users securely share and transfer files for years. With its latest update, Gokapi 1.9 has introduced support for Redis, a powerful in-memory data structure store that can be used as a database, cache, and message broker. Redis is known …
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 …