Differences between revisions 77 and 78
Revision 77 as of 2013-10-03 10:43:46
Size: 4143
Comment:
Revision 78 as of 2014-03-16 13:10:51
Size: 0
Editor: ?pulchras
Comment: compiled udated content on GetACopy page with other pages
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Current stable version ==
The current '''stable version''' of Debian Edu / Skolelinux for production can be downloaded at:

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

{{{#!wiki comment/dotted
/* Official download site above is up to date, the rest of this is not: */

== Current stable version: Debian Edu 6.0.7+r1 Codename "Squeeze" ==

=== DVD for i386, amd64 ===

The multi-architecture DVD ISO image is 4.4 GiB large and can be used for installation of amd64 and i386 machines. It can be downloaded over FTP, HTTP or rsync via:

  * FTP: ftp://ftp.skolelinux.org/skolelinux-cd/debian-edu-6.0.7+r1-DVD.iso
  * HTTP: http://ftp.skolelinux.org/skolelinux-cd/debian-edu-6.0.7+r1-DVD.iso
  * rsync ftp.skolelinux.org::skolelinux-cd/debian-edu-6.0.7+r1-DVD.iso debian-edu-6.0.7+edu+r1-DVD.iso

=== CD for i386, amd64 ===

The netinstall CD (606MiB), which can be used for installation of i386 and amd64 as well, is available via:

  * FTP: ftp://ftp.skolelinux.org/skolelinux-cd/debian-edu-6.0.7+r1-CD.iso
  * HTTP: http://ftp.skolelinux.org/skolelinux-cd/debian-edu-6.0.7+r1-CD.iso
  * rsync ftp.skolelinux.org::skolelinux-cd/debian-edu-6.0.7+r1-CD.iso debian-edu-6.0.7+r1-CD.iso

=== Source DVD ===

The sources (5.7GiB, larger than a regular DVD) are available via:

  * FTP: ftp://ftp.skolelinux.org/skolelinux-cd/debian-edu-6.0.7+r1-source-DVD.iso
  * HTTP: http://ftp.skolelinux.org/skolelinux-cd/debian-edu-6.0.7+r1-source-DVD.iso
  * rsync ftp.skolelinux.org::skolelinux-cd/debian-edu-6.0.7+r1-source-DVD.iso debian-edu-6.0.7+r1-source-DVD.iso

=== Checksums ===

These can be used to verified the downloaded files:

  * FTP: [[ftp://ftp.halifax.rwth-aachen.de/skolelinux/skolelinux-cd/debian-edu-6.0.7+r1.sha1.asc|SHA-1]], [[ftp://ftp.halifax.rwth-aachen.de/skolelinux/skolelinux-cd/debian-edu-6.0.7+r1.md5.asc|MD5]]
  * HTTP: [[http://ftp.halifax.rwth-aachen.de/skolelinux/skolelinux-cd/debian-edu-6.0.7+r1.sha1.asc|SHA-1]], [[http://ftp.halifax.rwth-aachen.de/skolelinux/skolelinux-cd/debian-edu-6.0.7+r1.md5.asc|MD5]]


----
}}}

=== Mirrors ===

Alternate download sites to the above:

  * RWTH Aachen University, Germany
    * FTP: ftp://ftp.halifax.rwth-aachen.de/skolelinux/skolelinux-cd/
    * HTTP: http://ftp.halifax.rwth-aachen.de/skolelinux/skolelinux-cd/
    * rsync://ftp.halifax.rwth-aachen.de/skolelinux

----

{{{#!wiki comment/dotted
/* Also out of date */

== Testing and development versions ==

We are always working on what will become our next stable release. To be able to test these images we build new images several times a day (if any of our developers changes any of the content). You can help us by testing images on a spare PC or in a [[DebianEdu/HowTo/TestCDinstall|virtual setup]]. Any help is appreciated. :)

For the first beta release of the Wheezy version, download this image (655 MiB, also available via http and rsync):


[[ftp://ftp.skolelinux.org/skolelinux-cd/wheezy/debian-edu-7.1+edu0~b0-CD.iso]]

Please note that these images are intended '''for testing only'''. Do not use these for production unless you know what you are doing! You can also download/update these images with rsync:


Development version:

{{{rsync -avzP ftp.skolelinux.org::cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso .}} }

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}} }


}}}