Posts for: #osx

mp3fs in OSX

<p> mp3fs is a very nice idea and a smooth way to use a vast library of lossless archived CDs in the awesome <a href="http://flac.sourceforge.net/">FLAC</a> with <a href="http://www.apple.com/no/ipod/whichipod/">silly mp3players</a> without native support. </p> <p> The concept of mp3fs is a FUSE filesystem which converts FLACs to mp3s on the fly (CBR only as of now) via lame. Thus you can have the original FLACs stored, and expose a folder structure of converted mp3s to whatever you want.
Read more →

How to read Mac .dmg images in Linux

<p> Quick Guide that was tested on Ubuntu Linux Jaunty Jackalope. </p> <p> 1. Download and compile DMG2IMG <a href="http://vu1tur.eu.org/tools/download.pl?dmg2img.tar.gz">http://vu1tur.eu.org/tools/download.pl?dmg2img.tar.gz</a> (<a href="http://vu1tur.eu.org/tools/">http://vu1tur.eu.org/tools/</a>) : </p> <blockquote> <p> wget -O dmg2img.tar.gz <a href="http://vu1tur.eu.org/tools/download.pl?dmg2img.tar.gz">http://vu1tur.eu.org/tools/download.pl?dmg2img.tar.gz</a><br /> tar xfz dmg2img.tar.gz<br /> cd dmg2img<br /> make </p> </blockquote> <p> 2. Convert the DMG to IMG with dmg2img : </p> <blockquote> <p> ./dmg2img file.dmg </p> </blockquote> <p> 3. Install hfsplus : </p> <blockquote> <p> sudo apt-get install hfsplus </p> </blockquote> <p> 4.
Read more →