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?
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.
If you're tired of having to jump through hoops to open files with sudo privileges in the GNOME File Manager, Jack Wallen has just the trick you need.
Instead of re-creating your tar archives when you need to add files, why not simply append those files? Jack Wallen shows you how from the command line and a GUI file manager on Linux.
If you use C or C++, you have probably learned how to open a file and read data from it. Usually, we read a character or a line at a time. At least, it seems that way. The reality is there are ...
In an earlier installment of Linux Fu, I mentioned how you can use inotifywait to efficiently watch for file system changes. The comments had a lot of alternative ways to do the same job, which is ...