This is a collection of the speaker slides from the code.talks developers conference in Hamburg 2016.
Please leave a comment if your slides are missing and I will add them as soon as possible.
This is a collection of the speaker slides from the code.talks developers conference in Hamburg 2016.
Please leave a comment if your slides are missing and I will add them as soon as possible.
Um mit der Software-Verteilung OPSI die aktuelle Java-Version zu installieren, müssen wir zuvor alte Versionen deinstallieren.
Für Java 7 und Java 6 lässt sich das unkompliziert mit den folgenden Befehlen umsetzen.
wmic product where "name like 'Java 7%%'" call uninstall /nointeractive
wmic product where "name like 'Java(TM) 6%%'" call uninstall /nointeractive