User Tools

Site Tools


userspace:parallel_xz

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
userspace:parallel_xz [2014/02/06 13:01]
dkoch created
userspace:parallel_xz [2021/08/23 08:37] (current)
Line 2: Line 2:
 This was tested with Version **20131121-1** of the bootimage from testing. Its possible that this also works on other version. If not please report it to me  --- //[[koch.daniel.89@googlemail.com|dkoch]] 2014/02/06 13:23// \\ This was tested with Version **20131121-1** of the bootimage from testing. Its possible that this also works on other version. If not please report it to me  --- //[[koch.daniel.89@googlemail.com|dkoch]] 2014/02/06 13:23// \\
  
-The OPSI-Bootimage lacks support for parallel xz compression which was recommended in my environment so i included it. XZ has compress a image of 10GB to 4,4GB compared to gzip while more or less decompressing it as fast as gzip. I am using this with ntfs-write-image and ntfs-restore-image. +The OPSI-Bootimage lacks support for parallel xz compression which was recommended in my environment so i included it. XZ has compressed an image of 10GB to 4,4GB compared to gzip while more or less decompressing it as fast as gzip. I am using this with ntfs-write-image and ntfs-restore-image. 
  
 ===== Requirements ===== ===== Requirements =====
Line 9: Line 9:
  
 ==== Setup Webserver ==== ==== Setup Webserver ====
-Get the files need for pxz and pixz from my Webserver+Get the files needed for pxz and pixz from my webserver
  
 [[http://blackhole.triple6.org/opsi/pixz.tar.gz]] [[http://blackhole.triple6.org/opsi/pixz.tar.gz]]
Line 15: Line 15:
  
 and store them in your document root of the Webserver. ( /var/www/ is the default if you are running apache2 for example ) and store them in your document root of the Webserver. ( /var/www/ is the default if you are running apache2 for example )
-If you don't have a webserver yet install it on your opsi-server by these commands ( those include downloading of required packages and fixing permissions )+If you don't have a webserver yet install it on your opsi-server by executing these commands ( these include download of required packages and fixing permissions )
 <code> <code>
 apt-get install apache2 -y apt-get install apache2 -y
Line 29: Line 29:
 wget -N domain-of-the-webserver/pxz.tar.gz wget -N domain-of-the-webserver/pxz.tar.gz
 wget -N domain-of-the-webserver/pixz.tar.gz wget -N domain-of-the-webserver/pixz.tar.gz
 +# If you do not want to setup your own webserver you can insert my public webserver blackhole.triple6.org ( this is not recommended! ) 
  
 tar xaf pxz.tar.gz tar xaf pxz.tar.gz
userspace/parallel_xz.1391691669.txt.gz ยท Last modified: 2021/08/23 08:37 (external edit)