![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. Shell Script Page. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| lzma compression, pls help!! | wrapster | UNIX for Advanced & Expert Users | 1 | 05-14-2008 12:40 AM |
| DNS details of HP-UX | ksailesh | HP-UX | 2 | 01-10-2008 01:45 PM |
| DNS details of HP-UX ?? | ksailesh | Shell Programming and Scripting | 1 | 01-10-2008 11:58 AM |
| How does one get HW details? | garethh | UNIX for Dummies Questions & Answers | 3 | 02-22-2006 04:18 PM |
| Ipc Details | G.Vishnuvardhan | UNIX for Dummies Questions & Answers | 2 | 07-26-2005 11:45 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
lzma details ,pls help!!!
Hi all,
I am working on a OS which is in the livecd fomat(its also installable).. the issues is that its LZMA -7 compressed!!! After a few unsuccessful attempts ,Is when i figured out that it was lzma compressed..... Also am working on manipulating the ramdisk .. But when i tried a putback (i obviously need to decompress first then compress it back) I uncompressed the ramdisk , using gzcat then tried compressing back with gzip -c ![]() (Its wrong i know!!) After a few unsuccessful attempts ,Is when i figured out that it was lzma compressed..... Anyway now i would like to know details of how i can compress and using LZMA? I am working on solairs (b83) So please specify the packages i need to install in order to run LZMA!!! Thanks |
| Forum Sponsor | ||
|
|
|
|||
|
Lempel-Ziv-Markov chain algorithm - Wikipedia, the free encyclopedia is the first Google hit and has ample forward pointers.
|