<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hsooben</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hsooben"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Hsooben"/>
	<updated>2026-04-30T16:08:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=How_to_use_xdelta_and_download_only_differential_update_files&amp;diff=3980</id>
		<title>How to use xdelta and download only differential update files</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=How_to_use_xdelta_and_download_only_differential_update_files&amp;diff=3980"/>
		<updated>2010-06-10T04:09:25Z</updated>

		<summary type="html">&lt;p&gt;Hsooben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For those having a slow connection, it is possible to download a smaller differential file that contains only the new Alpine version changes. You can then use the downloaded xdelta file to update your previous Alpine release iso file to the new one. You will still need to download the new iso checksum file and test the integrity of the newly built iso file. For xdelta to work you should have the three files on the same directory level, i.e.: alpine-1.10.3-1.10.4.xdelta, alpine-1.10.3-x86.iso and the alpine-1.10.4-x86.iso.sha1      &lt;br /&gt;
    &lt;br /&gt;
 wget –c http://www.alpinelinux.org/cgi-bin/dl.cgi/v1.10/releases/alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
 wget http://www.alpinelinux.org/cgi-bin/dl.cgi/v1.10/releases/alpine-1.10.4-x86.iso.sha1&lt;br /&gt;
&lt;br /&gt;
Make sure you have xdelta3 installed and build the new iso&lt;br /&gt;
&lt;br /&gt;
 apk add xdelta3&lt;br /&gt;
 xdelta3 -d alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
&lt;br /&gt;
If checking the integrity of the file shows: alpine-1.10.4-x86.iso: OK then you are ready to continue.&lt;/div&gt;</summary>
		<author><name>Hsooben</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=How_to_use_xdelta_and_download_only_differential_update_files&amp;diff=3979</id>
		<title>How to use xdelta and download only differential update files</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=How_to_use_xdelta_and_download_only_differential_update_files&amp;diff=3979"/>
		<updated>2010-06-10T04:07:07Z</updated>

		<summary type="html">&lt;p&gt;Hsooben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For those having a slow connection, it is possible to download a smaller differential file that contains only the new Alpine version changes. You can then use the downloaded xdelta file to update your previous Alpine release iso file to the new one. You will still need to download the new iso checksum file and test the integrity of the newly built iso file. For xdelta to work you should have the three files on the same directory level, i.e.: alpine-1.10.3-1.10.4.xdelta, alpine-1.10.3-x86.iso and the alpine-1.10.4-x86.iso.sha1      &lt;br /&gt;
    &lt;br /&gt;
 wget –c http://www.alpinelinux.org/cgi-bin/dl.cgi/v1.10/releases/alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
 wget http://dev.alpinelinux.org/alpine/v1.10/iso/alpine-1.10.4-x86.iso.sha1&lt;br /&gt;
&lt;br /&gt;
Make sure you have xdelta3 installed and build the new iso&lt;br /&gt;
&lt;br /&gt;
 apk add xdelta3&lt;br /&gt;
 xdelta3 -d alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
&lt;br /&gt;
If checking the integrity of the file shows: alpine-1.10.4-x86.iso: OK then you are ready to continue.&lt;/div&gt;</summary>
		<author><name>Hsooben</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=How_to_use_xdelta_and_download_only_differential_update_files&amp;diff=3976</id>
		<title>How to use xdelta and download only differential update files</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=How_to_use_xdelta_and_download_only_differential_update_files&amp;diff=3976"/>
		<updated>2010-06-09T13:36:52Z</updated>

		<summary type="html">&lt;p&gt;Hsooben: How to use xdelta and download only differential update files&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For those having a slow connection, it is possible to download a smaller differential file that contains only the new Alpine version changes. You can then use the downloaded xdelta file to update your previous Alpine release iso file to the new one. You will still need to download the new iso checksum file and test the integrity of the newly built iso file. For xdelta to work you should have the three files on the same directory level, i.e.: alpine-1.10.3-1.10.4.xdelta, alpine-1.10.3-x86.iso and the alpine-1.10.4-x86.iso.sha1      &lt;br /&gt;
    &lt;br /&gt;
 wget –c http://www.alpinelinux.org/cgi-bin/dl.cgi/v1.10/releases/alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
 wget http://dev.alpinelinux.org/alpine/v1.9/iso/alpine-1.10.4-x86.iso.sha1&lt;br /&gt;
&lt;br /&gt;
Make sure you have xdelta3 installed and build the new iso&lt;br /&gt;
&lt;br /&gt;
 apk add xdelta3&lt;br /&gt;
 xdelta3 -d alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
&lt;br /&gt;
If checking the integrity of the file shows: alpine-1.10.4-x86.iso: OK then you are ready to continue.&lt;/div&gt;</summary>
		<author><name>Hsooben</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Sandbox:How_to_write_a_HOWTO&amp;diff=3975</id>
		<title>Sandbox:How to write a HOWTO</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Sandbox:How_to_write_a_HOWTO&amp;diff=3975"/>
		<updated>2010-06-09T13:35:14Z</updated>

		<summary type="html">&lt;p&gt;Hsooben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For those having a slow connection, it is possible to download a smaller differential file that contains only the new Alpine version changes. You can then use the downloaded xdelta file to update your previous Alpine release iso file to the new one. You will still need to download the new iso checksum file and test the integrity of the newly built iso file. For xdelta to work you should have the three files on the same directory level, i.e.: alpine-1.10.3-1.10.4.xdelta, alpine-1.10.3-x86.iso and the alpine-1.10.4-x86.iso.sha1      &lt;br /&gt;
    &lt;br /&gt;
 wget –c http://www.alpinelinux.org/cgi-bin/dl.cgi/v1.10/releases/alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
 wget http://dev.alpinelinux.org/alpine/v1.9/iso/alpine-1.10.4-x86.iso.sha1&lt;br /&gt;
&lt;br /&gt;
Make sure you have xdelta3 installed and build the new iso&lt;br /&gt;
&lt;br /&gt;
 apk add xdelta3&lt;br /&gt;
 xdelta3 -d alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
&lt;br /&gt;
If checking the integrity of the file shows: alpine-1.10.4-x86.iso: OK then you are ready to continue.&lt;br /&gt;
&lt;br /&gt;
[http://wiki.alpinelinux.org/wiki/How_to_use_xdelta_and_download_only_differential_update_files]&lt;/div&gt;</summary>
		<author><name>Hsooben</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Sandbox:How_to_write_a_HOWTO&amp;diff=3974</id>
		<title>Sandbox:How to write a HOWTO</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Sandbox:How_to_write_a_HOWTO&amp;diff=3974"/>
		<updated>2010-06-09T13:12:32Z</updated>

		<summary type="html">&lt;p&gt;Hsooben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For those having a slow connection, it is possible to download a smaller differential file that contains only the new Alpine version changes. You can then use the downloaded xdelta file to update your previous Alpine release iso file to the new one. You will still need to download the new iso checksum file and test the integrity of the newly built iso file. For xdelta to work you should have the three files on the same directory level, i.e.: alpine-1.10.3-1.10.4.xdelta, alpine-1.10.3-x86.iso and the alpine-1.10.4-x86.iso.sha1      &lt;br /&gt;
    &lt;br /&gt;
 wget –c http://www.alpinelinux.org/cgi-bin/dl.cgi/v1.10/releases/alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
 wget http://dev.alpinelinux.org/alpine/v1.9/iso/alpine-1.10.4-x86.iso.sha1&lt;br /&gt;
&lt;br /&gt;
Make sure you have xdelta3 installed and build the new iso&lt;br /&gt;
&lt;br /&gt;
 apk add xdelta3&lt;br /&gt;
 xdelta3 -d alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
&lt;br /&gt;
If checking the integrity of the file shows: alpine-1.10.4-x86.iso: OK then you are ready to continue.&lt;/div&gt;</summary>
		<author><name>Hsooben</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Sandbox:How_to_write_a_HOWTO&amp;diff=3973</id>
		<title>Sandbox:How to write a HOWTO</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Sandbox:How_to_write_a_HOWTO&amp;diff=3973"/>
		<updated>2010-06-09T12:22:59Z</updated>

		<summary type="html">&lt;p&gt;Hsooben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For those having a slow connection, it is possible to download only a differential file that contains only the new Alpine version changes. You can then use the downloaded xdelta file to update your previous Alpine release iso file to the new one. You will still need to download the new iso checksum file and test the integrity of the newly built iso file. For xdelta to work you should have the three files on the same directory level, i.e.: alpine-1.10.3-1.10.4.xdelta, alpine-1.10.3-x86.iso and the alpine-1.10.4-x86.iso.sha1      &lt;br /&gt;
    &lt;br /&gt;
 wget –c http://www.alpinelinux.org/cgi-bin/dl.cgi/v1.10/releases/alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
 wget http://dev.alpinelinux.org/alpine/v1.9/iso/alpine-1.10.4-x86.iso.sha1&lt;br /&gt;
&lt;br /&gt;
Make sure you have xdelta3 installed and build the new iso&lt;br /&gt;
&lt;br /&gt;
 apk add xdelta3&lt;br /&gt;
 xdelta3 -d alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
&lt;br /&gt;
If checking the integrity of the file shows: alpine-1.10.4-x86.iso: OK then you are ready to continue.&lt;/div&gt;</summary>
		<author><name>Hsooben</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Sandbox:How_to_write_a_HOWTO&amp;diff=3972</id>
		<title>Sandbox:How to write a HOWTO</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Sandbox:How_to_write_a_HOWTO&amp;diff=3972"/>
		<updated>2010-06-09T11:51:59Z</updated>

		<summary type="html">&lt;p&gt;Hsooben: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For those having a slow connection, it is possible to download only a differential file that contains only the new Alpine version changes. You can then use the downloaded xdelta file to update your previous Alpine release iso file to the new one. You will still need to download the new iso checksum file and test the integrity of the newly built iso file. For xdelta to work you should have the three files on the same directory level, i.e.: alpine-1.10.3-1.10.4.xdelta, alpine-1.10.3-x86.iso and the alpine-1.10.4-x86.iso.sha1      &lt;br /&gt;
    &lt;br /&gt;
 wget –c http://www.alpinelinux.org/cgi-bin/dl.cgi/v1.10/releases/alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
 wget http://dev.alpinelinux.org/alpine/v1.9/iso/alpine-&amp;lt;%NEWEST_RELEASE%&amp;gt;-x86.iso.sha1&lt;br /&gt;
&lt;br /&gt;
Make sure you have xdelta3 installed and build the new iso&lt;br /&gt;
&lt;br /&gt;
 apk add xdelta3&lt;br /&gt;
 xdelta3 -d alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
&lt;br /&gt;
If checking the integrity of the file shows: alpine-&amp;lt;%NEWEST_RELEASE%&amp;gt;-x86.iso: OK then you are ready to continue.&lt;/div&gt;</summary>
		<author><name>Hsooben</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Sandbox:How_to_write_a_HOWTO&amp;diff=3971</id>
		<title>Sandbox:How to write a HOWTO</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Sandbox:How_to_write_a_HOWTO&amp;diff=3971"/>
		<updated>2010-06-09T10:48:20Z</updated>

		<summary type="html">&lt;p&gt;Hsooben: How to use xdelta to download only differential updates&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;    For those having a slow connection, it is possible to download only a differential file that contains only the new Alpine version changes. You can then use the downloaded xdelta file to update your previous Alpine release iso file to the new one. You will still need to download the new iso checksum file and test the integrity of the newly built iso file. For xdelta to work you should have the three files on the same directory level, i.e.: alpine-1.10.3-1.10.4.xdelta, alpine-1.10.3-x86.iso and the alpine-1.10.4-x86.iso.sha1      &lt;br /&gt;
    &lt;br /&gt;
{{{&lt;br /&gt;
#!sh&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget –c http://www.alpinelinux.org/cgi-bin/dl.cgi/v1.10/releases/alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
wget http://dev.alpinelinux.org/alpine/v1.9/iso/alpine-&amp;lt;%NEWEST_RELEASE%&amp;gt;-x86.iso.sha1&lt;br /&gt;
}}}  &lt;br /&gt;
&lt;br /&gt;
 1. Make sure you have xdelta3 installed and build the new iso&lt;br /&gt;
{{{&lt;br /&gt;
#!sh&lt;br /&gt;
apk add xdelta3&lt;br /&gt;
xdelta3 -d alpine-1.10.3-1.10.4.xdelta&lt;br /&gt;
}}}&lt;br /&gt;
&lt;br /&gt;
1. If checking the integrity of the file shows: alpine-&amp;lt;%NEWEST_RELEASE%&amp;gt;-x86.iso: OK then you are ready to continue.&lt;/div&gt;</summary>
		<author><name>Hsooben</name></author>
	</entry>
</feed>