<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; compression</title> <atom:link href="http://www.ghacks.net/tag/compression/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Q7z: Front end for Linux 7-Zip</title><link>http://www.ghacks.net/2010/03/22/q7z-front-end-for-linux-7-zip/</link> <comments>http://www.ghacks.net/2010/03/22/q7z-front-end-for-linux-7-zip/#comments</comments> <pubDate>Sun, 21 Mar 2010 22:59:13 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[archives]]></category> <category><![CDATA[bzip]]></category> <category><![CDATA[compression]]></category> <category><![CDATA[file compression]]></category> <category><![CDATA[gzip]]></category> <category><![CDATA[XZ]]></category> <category><![CDATA[zip]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=23875</guid> <description><![CDATA[Compression is compression is compression. Right? Wrong. There are some compression utilities that eek out every drop of space possible. On the Linux operating system the standard is gzip or bunzip2. But if you&#8217;re looking for one of the highest compression ratios to be found you might want to turn your sites to 7-Zip.  7-Zip [...]]]></description> <content:encoded><![CDATA[<p>Compression is compression is compression. Right? Wrong. There are some compression utilities that eek out every drop of space possible. On the Linux operating system the standard is gzip or bunzip2. But if you&#8217;re looking for one of the highest compression ratios to be found you might want to turn your sites to 7-<a
title="7-Zip" href="http://www.7-zip.org/" target="_blank">Zip</a>.  7-Zip is a free (even for commercial usage) compression/archiving utility that has its own compression algorithm (LZMA &#8211; Lemple-Ziv-Markov chain algorithm).</p><p>Although 7-Zip is available for both Windows and Linux, only the Windows port has a GUI front end. This means, by default, using 7-Zip in Linux requires the use of commands. Normally this is fine, but the 7-Zip commands can be fairly confusing (even to the experienced user). Fortunately 7-Zip does integrate well with the GNOME and KDE desktops. And it has a front end available. This front end is Q7z and was not created nor is maintained by the makers of 7-Zip.</p><p>In this article I will show you how to install and use the Q7Z front end for 7-zip on Linux.</p><p><span
id="more-23875"></span><strong>Installation</strong></p><p>Although you will find various packages on the <a
title="Q7Z" href="http://code.google.com/p/k7z/downloads/list" target="_blank">Q7Z download page</a>, you should avoid the pre-packaged binaries. Instead you will want to download the <a
title="Q7Z Autopackage File" href="http://k7z.googlecode.com/files/q7z-0.8.0-1.package" target="_blank">Autopackage File</a>, which should work on just about any Linux distribution. Once you have downloaded that file you will need to open up a terminal and follow these steps;</p><ol><li>Change to the directory holding the Autopackage File.</li><li>Give the file executable permissions with the command <em>chmod u+x q7z-XXX-package </em>Where XXX is the release number.</li><li>Issue the command <em>sudo ./q7z-XXX-package</em> Where XXX is the release number.</li></ol><p>The installer will begin and walk you through the process. The only interaction necessary is for you to enter your sudo password twice. The Autopackage installer will automatically download all of the dependencies for you and run the full install process. When the installer closes you can then run Q7Z with the command <em>Q7Z.pyw</em>.</p><p><strong>Usage</strong></p><div
id="attachment_23881" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/03/q7z.png"><img
class="size-medium wp-image-23881 " src="http://www.ghacks.net/wp-content/uploads/2010/03/q7z-500x427.png" alt="" width="300" height="256" /></a><p
class="wp-caption-text">Figure 1</p></div><p>When you fire up the Q7Z tool, the main window should be fairly obvious to figure out. But just in case, let&#8217;s take a look at the process of compressing a folder.</p><p><strong>Step 1</strong>: Click on the Locations tab.</p><p><strong>Step 2</strong>: Click on the &#8220;Dir&#8221; button.</p><p><strong>Step 3</strong>: Navigate to the folder you want to compress and click Open.</p><p><strong>Step 4</strong>: If you want the compressed archive to be saved in a different location click the check box for &#8220;Destination&#8221; and then supply an alternate destination for your archive.</p><p><strong>Step 5</strong>: Go back to the Specifications tab and specify the type of compression you want and any other options you might want to use. From this tab you can also create a self extracting archive (.exe file) as well as password protect your compressed files.</p><p><strong>Step 6</strong>: Click the Create button.</p><p>Depending upon the size of the archive, the process could take some time.</p><p><strong>Extracting</strong></p><p>You can also extract archives with this same tool. The process is very similar to the creation of archive, only you work in reverse and you are using the Extract tab. The extraction process can extract the same file types that are supported with the compression (zip, 7z, bunzip2, tar, gzip, XZ).</p><p><strong>Final thoughts</strong></p><p>If you aren&#8217;t happy with your compression tool, you might want to give Q7Z and 7-zip a go. It offers solid compression, password protection, varied compression levels. and much more &#8211; all in an easy to use GUI interface. And if you&#8217;re not terribly happy with G7Z, 7-zip does integrate with Nautilus, so you can use that instead.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/03/22/q7z-front-end-for-linux-7-zip/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>PeaZip 3 Data Compression Software Released</title><link>http://www.ghacks.net/2010/02/22/peazip-3-data-compression-software-released/</link> <comments>http://www.ghacks.net/2010/02/22/peazip-3-data-compression-software-released/#comments</comments> <pubDate>Mon, 22 Feb 2010 17:09:09 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[compression]]></category> <category><![CDATA[data compression]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[peazip]]></category> <category><![CDATA[peazip 3]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=23276</guid> <description><![CDATA[Windows users have quite a few choices when it comes to data compression software programs. They can opt for the commercial dinosaurs WinZip or WinRar for instance or free alternatives like 7-Zip, IZArc and also PeaZip. PeaZip just recently has been updated to version 3 that introduces several new options and features. Peazip 3 is [...]]]></description> <content:encoded><![CDATA[<p>Windows users have quite a few choices when it comes to data compression software programs. They can opt for the commercial dinosaurs WinZip or WinRar for instance or free alternatives like 7-Zip, IZArc and also PeaZip.</p><p>PeaZip just recently has been updated to version 3 that introduces several new options and features. Peazip 3 is available as a portable version or an installer for Windows and for Linux as well. The data compression software offers full support for the popular formats 7z, gz, tar and zip and can extract dozens more including rar, gzip or cab.</p><p>The program obviously supports the standard operations that all the popular archivers offer. The additional options provided by PeaZip 3 on the other hand make it interesting at least for some uses.</p><p><span
id="more-23276"></span><img
src="http://www.ghacks.net/wp-content/uploads/2010/02/peazip-500x317.png" alt="" title="peazip" width="500" height="317" class="alignnone size-medium wp-image-23277" /></p><p>Peazip 3 supports for instance archive encryption with a password or keyfile, secure deletion of files from within the program, advanced filters to include or exclude files, multiple basic and advanced editor support, system tool access like defragmentation, converting a disk to NTFS or cleaning up the disk and add-on support to increase the program&#8217;s functionality.</p><p>The file compression software has lots of options that make it interesting. Users who want to download PeaZip can do so at the project&#8217;s homepage at <a
href="http://www.peazip.org/">Sourceforge</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/02/22/peazip-3-data-compression-software-released/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Quick Archiving in GNOME</title><link>http://www.ghacks.net/2009/02/15/quick-archiving-in-gnome/</link> <comments>http://www.ghacks.net/2009/02/15/quick-archiving-in-gnome/#comments</comments> <pubDate>Sun, 15 Feb 2009 15:09:05 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[archiving]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[compression]]></category> <category><![CDATA[desktop]]></category> <category><![CDATA[GNOME]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=10569</guid> <description><![CDATA[I back up a lot. I have scripts that do automated backups and I often backup to CD. But there are times when I want to be able to do a quick and dirty backup of a single directory, in order to email a directory, or so that directory can be added to a later [...]]]></description> <content:encoded><![CDATA[<p>I back up a lot. I have scripts that do automated backups and I often backup to CD. But there are times when I want to be able to do a quick and dirty backup of a single directory, in order to email a directory, or so that directory can be added to a later backup. There are numerous reasons why. Fortunately there is a very fast method of creating an archive (even a compressed archive) in the GNOME desktop.</p><p>For most old-school Linux users, creating archive consisted of dropping to the command line and issue a command like <em>tar cfz directory.tgz directory</em> (where <em>directory</em> is the name of the directory to archirve). But new users fear the command line. So, thanks to GNOME, there is an easier way to achieve this.</p><p><span
id="more-10569"></span></p><div
id="attachment_10570" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/02/gnome_archive.png"><img
class="size-medium wp-image-10570" src="http://www.ghacks.net/wp-content/uploads/2009/02/gnome_archive-500x422.png" alt="The folder right click menu." width="300" height="253" /></a><p
class="wp-caption-text">The folder right click menu.</p></div><p>If you open up the Nautilus File Manger and right click on a folder you will see the menu shown in the image to the left.</p><p>By clicking the &#8220;Create Archive&#8221; entry a new window will appear that allows you to configure the archive you want to create. This new window allows you to configure the type of compression, the location and name of the archive, and (if you have encryption enabled), add encryption and split into volumes.</p><div
id="attachment_10571" class="wp-caption alignright" style="width: 273px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/02/archive_options.png"><img
class="size-full wp-image-10571" src="http://www.ghacks.net/wp-content/uploads/2009/02/archive_options.png" alt="Configure your archive" width="263" height="112" /></a><p
class="wp-caption-text">Configure your archive</p></div><p>Once you have configured your archive click the Create button and the archive will automatically be placed in the Location you chose.</p><p>Take note of the file extension. This extension will determine if the archive is compressed or not. There are eight possible options to choose from. If you want compression I would suggest going with either the .tgz or the tar.bz2 extensions.</p><p><strong>Final Thoughts</strong></p><p>If you&#8217;ve ever wanted simple and fast archiving, GNOME has just the tool for you. This method of archiving folders can not be topped for ease of use.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/02/15/quick-archiving-in-gnome/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>File Compression Programs Bitser</title><link>http://www.ghacks.net/2009/02/15/file-compression-programs-bitser/</link> <comments>http://www.ghacks.net/2009/02/15/file-compression-programs-bitser/#comments</comments> <pubDate>Sun, 15 Feb 2009 13:40:54 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[bitser]]></category> <category><![CDATA[compression]]></category> <category><![CDATA[compression programs]]></category> <category><![CDATA[file compression]]></category> <category><![CDATA[file compression programs]]></category> <category><![CDATA[file compression software]]></category> <category><![CDATA[universal-extractor]]></category> <category><![CDATA[windows software]]></category> <category><![CDATA[zip compression]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=10565</guid> <description><![CDATA[Bitser adds itself to the impressive list of file compression programs for the Windows operating system. It stands out because of its interesting interface that resembles Windows Explorer and not a usual file compression program. Most file compression programs use an interface with only one panel that is displaying either the contents of a compressed [...]]]></description> <content:encoded><![CDATA[<p>Bitser adds itself to the impressive list of file compression programs for the Windows operating system. It stands out because of its interesting interface that resembles Windows Explorer and not a usual file compression program. Most file compression programs use an interface with only one panel that is displaying either the contents of a compressed file or those of the directory structure of the selected hard drive.</p><p><a
href="http://www.bitser.org/">Bitser</a> comes with an interface that is divided into two areas. One is displaying the contents of the compressed files with the other is displaying the directory structure. This makes it much easier to add files to an compressed archive without having to drag and drop contents from the Windows operating system into the application. Like most file compression programs Bitser supports a wide variety of file compression formats including the popular zip, rar and 7z formats.</p><p>The output formats are limited to zip, 7z or exe though. Bitser comes with the standard functionality of all file compression programs like password protecting archives, drag and drop support and the integration into the operating system.</p><p><span
id="more-10565"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/02/file_compression_programs-499x361.png" alt="file compression programs" title="file compression programs" width="499" height="361" class="alignnone size-medium wp-image-10566" /></p><p>The interesting aspect of the program is the Explorer like interface. It can be used to browse many archives in relatively short time. The local file browser makes it possible to browse the computer system and inspect any compressed archives in no time. Another interesting option is the extensive reporting section which contains reports of previous operations. Reports contain information about files, sizes, dates, the compression algorithms, commands and results that can be saved in rft format for further analysis or archiving.</p><p>Bitser is a valid alternative for users who regularly work with compressed files in the Windows operating system. The interface makes it a tad easier to work with those files which puts it ahead of most other file compression programs. It does require the Microsoft .net Framework 3.5 and will run on Windows Vista, Windows XP and Windows Server 2003.</p><p>If you are just looking for a file compression software that can extract archive contents you might be better off with a tool like 7-zip or the <a
href="http://www.ghacks.net/2008/11/23/unpack-installers-with-universal-extractor/">Universal Extractor</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/02/15/file-compression-programs-bitser/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>42 Kilobytes Unzipped Make 4.5 Petabytes</title><link>http://www.ghacks.net/2008/07/27/42-kilobytes-unzipped-make-45-petabytes/</link> <comments>http://www.ghacks.net/2008/07/27/42-kilobytes-unzipped-make-45-petabytes/#comments</comments> <pubDate>Sun, 27 Jul 2008 14:28:10 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[compression]]></category> <category><![CDATA[zip]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=5635</guid> <description><![CDATA[In 2001 reports about Zip Bombs or Zip of Death attacks made the round on the Internet and I thought it would be nice to write about one shiny harmless example of that technique. On first glance the file 42.zip is a normal compressed file with the size of 42 Kilobytes. Many users who run [...]]]></description> <content:encoded><![CDATA[<p>In 2001 reports about Zip Bombs or Zip of Death attacks <a
href="http://www.theregister.co.uk/2001/07/23/dos_risk_from_zip/">made</a> the round on the Internet and I thought it would be nice to write about one shiny harmless example of that technique. On first glance the file 42.zip is a normal compressed file with the size of 42 Kilobytes. Many users who run a virus scanner will probably run into troubles downloading that file to their computer.</p><p>It still looks like a normal <a
href="http://www.unforgettable.dk/">42 Kilobyte</a> archive after the download but the surprise begins when the user tries to unpack that file. What they did was basically pack a 4.3 Gigabyte file consisting only of zeros. That packed file was replicated 16 times and packed again, and again, and again, and again. Or, to use their own words:</p><blockquote><p>The file contains 16 zipped files, which again contains 16 zipped files, which again contains 16 zipped files, which again contains 16 zipped, which again contains 16 zipped files, which contain 1 file, with the size of 4.3GB.</p></blockquote><p><span
id="more-5635"></span>You could basically unpack the 42 Kilobyte file into 4.5 Petabyte of uncompressed data if your hard drive storage space would be enough to do that.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/07/27/42-kilobytes-unzipped-make-45-petabytes/feed/</wfw:commentRss> <slash:comments>22</slash:comments> </item> </channel> </rss>
