News

Did you know that Linux makes it easy to create and use hidden files, which means you can easily tuck important documents away from plain sight? Here's how to manage those files.
On Linux, any file or directory that begins with a dot (.) is by default hidden. These often hold configuration settings. To view them, I use: ls -la This shows all the hidden files in a directory.
One reason a lot of people get started with the Linux terminal is to use ImageMagick and FFmpeg. These are popular tools for converting image and video files. One reason you might want to do this is ...
From displaying file contents to combining files and performing advanced text processing, the cat command empowers you to accomplish various tasks efficiently. By mastering the cat command, you unlock ...
Jack Wallen is back with another Linux 101 tip. This time around he shows you how to list files and folders from the command line.
Want to hide files and folders from your Linux desktop file manager? Jack Wallen shows you one handy method.