Linux systems use a variety of file formats, and each format can experience various issues. Tar.gz files are among the most troublesome file formats and often create installation issues for users. If ...
The only thing that’s really hard about extracting from archives on Unix systems is remembering all of the commands and the required options. When you have ten or more possible archive types and could ...
A core part of the philosophy of Unix-like operating systems is for tools to be specialised – each tool should do one job and do it well. That means we need a way ...
One of the most common programs on Linux systems for packaging files is the venerable tar. tar is short for tape archive, and originally, it would archive your files to a tape device. Now, you're more ...
There are a number of tools that you use to compress files on Linux systems, but they don't all behave the same way or yield the same level of compression. In this post, we compare five of them. There ...
There are two types of compression: lossless and lossy. Lossy compression achieves a greater reduction in file sizes by carefully discarding data that doesn't greatly affect the results. JPEG and MP3 ...
You need to package up a bunch of files, send them somewhere, and do something with them at the destination. It isn’t an uncommon scenario. The obvious answer is to create an archive — a zip or tar ...
The Disks app takes over some more challenging commands, such as fsck, mount, parted, chown, and dd. This app is a handy GUI that also prevents you from having to edit the fstab configuration file ...