r3dux.org

A number-pimping side project from the valleys in *NEW* upside-down flavour.

  • Home
  • ABOUT
  • OLD SITE
  • SEARCH
  • FEEDBACK

How To: Extract .ace Archives in Linux

r3dux | September 5, 2010

The .ace compression format is rather legacy, but you still find the occasional old file compressed in it, and p7zip-full won’t extract ‘em. There’s a package in Ubuntu 10.04 called unace, and you’d expect this to do the job – only it doesn’t. It’s version 1.2 which is absolutely legacy…. I mean seriously, it’s archaic – and it won’t extract “modern” .ace files.

So, to get this all sorted, just head on over to Softpedia and grab unace v2.5 (which itself was built in 2003!), extract the tar.gz, and then either use the unace binary from where it is or sling it in your /usr/bin/ directory for convenience.

Unace v2.5 on Linux

Decompression achieved.

Comments
No Comments »
Categories
How-To, Linux
Tags
Ace, Archive, Compressed, Compression, Extraction
Comments rss Comments rss
Trackback Trackback

Prince Rupert’s Drops

r3dux | October 16, 2009

Prince Rupert’s Drops are just molten glass dropped into a bucket of ice water, where they form tadpole like shapes. Nothing too exciting so far…

But, as they cool so rapidly, the external area in contact with the icy water goes under super-high compression, which makes ‘em tough. And what happens when you break that tension? Find out!

YouTube Preview Image

There’s a video showing the fun part in more detail here.

Thank you, StumbleUpon! =D

Comments
No Comments »
Categories
Misc
Tags
Compression, Glass, Pow!, Prince Rupert's Drops, StumbleUpon
Comments rss Comments rss
Trackback Trackback

How To: Compress Each Folder/Directory to Separate Archives in Linux

r3dux | June 27, 2009

Lets say you’ve got a bunch of folders taking up a large swathe of space which you never really use but want to keep, just not taking up stacks of your NAS… How can you easily compress them all up to individual archives of each folder? Dead easy:

1
2
3
4
5
#!/bin/bash
for folder in */
do
  7z a -mx9 -mmt "${folder%/}.7z" "$folder"
done

Save that to a file, chmod +x it and run in the location you want to compress the folders. Every folder (and all contents within) will be compressed to its own foldername.7z archive.

With 7z, -mx9 is the flag for maximum compression, and -mmt says to use multiple CPUs to speed up compression, so omit that part if you’re on a single core machine.

Comments
4 Comments »
Categories
How-To, Linux
Tags
7z, Compress, Compression, Directory, Folder, How-To
Comments rss Comments rss
Trackback Trackback

Translate

Categories

Archives

Tags

3D ActionScript ActionScript 3.0 Adobe AI Ballarat Bash C++ Class Convert CS4 Effect Error Film Flash GLSL Gnome Hack How-To install Jaunty Java Kinect Linkage Linux Mash-Up Microsoft Motion OpenGL Particle Problem PS3 Remix Retro script Slides Sound Systems Texture Ubuntu Video VirtualBox Wii Windows XBox

Gamercard

OpenR3dux

Misc.

Flattr this

RSS Feed

r3dux twitter feed



“Dow's Law: In a hierarchical organization, the higher the level, the greater the confusion.”

rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox