Daily Archives: May 21, 2011

Mount an ISO file under linux with bchunk

The tool bchunk can be used to mount an ISO file. Under Fedora 9, you could use it as follows. First, you need to install it: yum install bchunkyum install bchunk bchunk converts a .cue (and its pair-wise .bin) file … Continue reading

Posted in Linux | Tagged , | Leave a comment

Combine AWK and SED to create symbolic links

The unix tools AWK and SED are very powerful tools to manipulate files and perform text processing tasks. It’s true that the syntax is not always very intuitive but it can help you in performing task in a single line. … Continue reading

Posted in Linux | Tagged , | 1 Comment