Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Java
    1. https://cdn.jtel.de/downloads/java/jre-7u79-windows-x64.exe
  2. Compiler-Bibliotheken
    1. https://cdn.jtel.de/downloads/redist/vcredist_x86_9.0.30729.4148.exe
    2. https://cdn.jtel.de/downloads/redist/vcredist2010_x86_10.0.30319.exe
    3. https://cdn.jtel.de/downloads/redist/w_ccompxe_redist_ia32_2013_sp1.2.176.msi
  3. Cygwin Umgebung. Die Installation erfolgt in mehreren Schritten:
    1. https://www.cygwin.com/setup-x86_64.exe
      1. "Install from Internet" 
      2. Zielverzeichnis: C:\Cygwin
      3. Package directory: C:\Cygwin\packages
      4. Select Packages:
        openssh (Bereich "Net")
        ncftp (Bereich "Net")
        curl (Bereich "Net")
  4. Git Pre-Requisites:
    1. http://cdn.jtel.de/downloads/tools/Git-2.10.2-64-bit.exe
  5. GIT Client: 
    1. http://cdn.jtel.de/downloads/tools/TortoiseGit-2.3.0.0-64bit.msi
  6. Text-Editor Notepad++
    1. https://cdn.jtel.de/downloads/tools/npp.last.Installer.exe
  7. MySQL ODBC Connector:
    1. https://cdn.jtel.de/downloads/tools/mysql-connector-odbc-5.3.4-win32.msi
  8. Google Chrome: 
    1. (Englisch) https://www.google.com/chrome/browser/desktop/index.html?system=true&standalone=1&platform=win64&hl=en
    2. (Deutsch) https://www.google.com/chrome/browser/desktop/index.html?system=true&standalone=1&platform=win64&hl=de
  9. Windows Explorer Einstellungen:
    1. Explorer starten (Win+E)
      1. "Ansicht" bzw. "View" ... "Optionen" bzw. "Options"
      2. "Alle Ordner anzeigen" bzw. "Show all folders" aktivieren
      3. "Dateinamenerweiterungen" bzw. "File name extensions" aktivieren
  10. CMD Einstellungen:
    1. "Defaults" bzw. "Defaults" wählen
    2. "Quick-Edit Modus" deaktivieren. Dies muss sein, damit Dienste die als cmd laufen nicht durch ein Mausklick unterbrochen werden.
    3. "Layout" die beiden Werte "Breite" auf 125 einstellen.
    4. "Layout" den Wert "Höhe" im Bereich "Fenstergröße" auf 50 einstellen

Alle Downloads

Code Block
titleAlle Downloads
https://cdn.jtel.de/downloads/java/jre-7u79-windows-x64.exe
https://cdn.jtel.de/downloads/redist/vcredist_x86_9.0.30729.4148.exe
https://cdn.jtel.de/downloads/redist/vcredist2010_x86_10.0.30319.exe
https://cdn.jtel.de/downloads/redist/w_ccompxe_redist_ia32_2013_sp1.2.176.msi
https://www.cygwin.com/setup-x86_64.exe
http://cdn.jtel.de/downloads/tools/Git-2.10.2-64-bit.exe
http://cdn.jtel.de/downloads/tools/TortoiseGit-2.3.0.0-64bit.msi
https://cdn.jtel.de/downloads/tools/npp.last.Installer.exe
https://cdn.jtel.de/downloads/tools/mysql-connector-odbc-5.3.4-win32.msi


(Englisch)
https://www.google.com/chrome/browser/desktop/index.html?system=true&standalone=1&platform=win64&hl=en

(Deutsch)
https://www.google.com/chrome/browser/desktop/index.html?system=true&standalone=1&platform=win64&hl=de

 

Sicherstellen der Namensauflösung

...