====== ct Offline Update ======
Das ct Offline Update ist ein Projekt der c't und bietet die Möglichkeit [[windows:Windows]]-Updates herunterzuladen und dies auf PCs ohne weitere Downloadzeit zügig einzuspielen.
===== Links =====
* [[http://www.wsusoffline.net/|Wsus offline]] (neuer Name)
* [[http://www.heise.de/ct/Offline-Update--/projekte/133634|Projekthomepage]]
===== Installation =====
==== Linux (Debian) ====
- benötigte Pakete installieren ([[debian:Debian]]): aptitude install cabextract xmlstarlet tofrodos
- ct Offline-Update herunterladen: wget http://www.heise.de/ct/projekte/offlineupdate/download/ctupdate60.zip
- Prüsumme herunterladen: wget http://www.heise.de/ct/projekte/offlineupdate/download/ctupdate60.md5
- Prüfsumme verifizieren (hier muss bei md5sum noch ein Leerzeichen mehr zwischen Prüfsumme und Dateinamen eingefügt werden!): md5sum -c ctupdate60.md5
- entpacken: unzip ctupdate60.zip
- ausführbar machen: chmod +x ctupdate/sh/*.sh
- ins Verzeichnis wechseln und Download starten: cd ctupdate/sh/ && ./DownloadUpdates.sh
==== Aufrufparameter von DownloadUpdates.sh ====
DownloadUpdates.sh kann nicht-interaktiv (z. B. für ein [[linux:cronjobs|cron]]-Skript) mit folgenden Optionen gestartet werden:
Schema: DownloadUpdates.sh [systeme] [sprache] [parameter]
* systeme: w2k, wxp, wxp-x64, w2k3, w2k3-x64, w60, w60-x64, oxp, o2k, o2k3, o2k7, all-x64, all-x86
* Sprachen: enu, deu, nld, esn, fra, ptg, ptb, ita, rus, plk, ell, csy, dan, nor, sve, fin, jpn, kor, chs, cht, hun, trk, ara, heb
* Parameter:
* /excludesp : do not download servicepacks"
* /makeiso : create ISO-Image"
* /dotnet : download .NET-Framework"
* /nocleanup : do not cleanup client directory"
* /proxy : define proxyserver( /proxy http://[username:password@]:)"
Beispiel: (WinXP, Deutsch, dotnet-Updates, ISO-Datei erstellen:
DownloadUpdates.sh wxp deu /dotnet /makeiso