Differences between revisions 75 and 76
Revision 75 as of 2013-08-13 05:46:53
Size: 4082
Editor: ?NigelBarker
Comment: updated ftp link and added rsync for beta0
Revision 76 as of 2013-10-03 10:42:43
Size: 4140
Comment: update download links for Wheezy
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
{{{#!wiki comment/dotted
/* Official download site has dead links (again) right now. */
Line 9: Line 6:
----
}}}
{{{#!wiki comment/dotted
/* Official download site above is up to date, the rest of this is not: */
Line 45: Line 42:

----
}}}
Line 47: Line 48:
Alternate download sites for the files mentioned above: Alternate download sites to the above:
Line 55: Line 56:

{{{#!wiki comment/dotted
/* Also out of date */
Line 86: Line 90:


}}}

Current stable version

The current stable version of Debian Edu / Skolelinux for production can be downloaded at:

http://www.skolelinux.org/downloads.

Mirrors

Alternate download sites to the above:


Check the md5sum and the timestamp because the file can change while downloading. Start the rsync again until the md5sum match.

Updating the CD

If you already have a version of Skolelinux and want to download the latest version, you can and should use rsync. rsync finds which chunks of the file that have been modified and downloads only those. It's faster and saves our bandwith. The following command updates your ISO-image, where filename.iso is the name of the existing file on your disk:

Beta release:

rsync -avzP ftp.skolelinux.org::skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso filename.iso

Development version:

rsync -avzP ftp.skolelinux.org::cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso filename.iso

}}}