News

Not happy with your Linux distro's default file manager? Stop struggling and try something different. Considering that these are all free, what do you have to lose?
In this how-to, we’ll look at various ways of using the find command to help us find files and directories across the Linux filesystem. Sometimes we misplace a file or directory and we can spend ...
Using the find command isn’t the most intuitive means of locating files from the command line, but once you get used to it, you’ll find it incredibly powerful and useful.
In the realm of Linux command-line tools, few commands are as versatile and widely used as cat.This article dives deep into the capabilities of the Linux cat command, merging insights from multiple ...
While the best way to view or manipulate image files on Linux is to open them on your desktop for viewing or manipulating with tools like Gimp, there are quite a few ways to get important details ...
Since Ubuntu is a Linux operating system, you can bypass the graphical user interface entirely and open your PDF files from the command line. By default, Ubuntu uses the Gnome application Evince ...
$ split -b100M bigfile Specifying Linux file sizes. File sizes can be specified in kilobytes, megabytes, gigabytes … up to yottabytes! Just use the appropriate letter from K, M, G, T, P, E, Z and Y.
Fortunately, Linux makes working with hidden files very easy, whether in a GUI file manager or the command line. Also: The first 5 Linux commands every new user should learn Let me show you how.
How to open the hosts file for editing in Linux. The first thing to do is open the hosts file for editing. We’re going to do this from the command line, so either log into your Linux server or ...
Use the basic tail command to display the last 10 lines of a file. Tail the desired number of lines by specifying the -n option. Learn how to use the +N option to display lines starting from the Nth ...