Chemnitzer Linux-Tage 2016

Bei Open Source kann jeder mitarbeiten und somit sein Idee oder seine Verbesserung einer existierenden Idee/Software/... zu seinem Projekt machen und so die Community unterstützen. Aus diesem Grund stehen die Chemnitzer Linux-Tage 2016 unter dem Motto "Es ist Dein Projekt". Interessenten können ihre Vorträge, Workshops und Stände noch bis zum 8. Januar 2016 über die Webseite der Chemnitzer Linux-Tage 2016 einreichen.

Diese und weitere Informationen können der ersten Pressemitteilung "Es ist Dein Projekt" und dem ersten Newsletter "Einreichungen bis zum 8. Januar" entnommen werden.


Vortrag: Icinga 2 in der Praxis

Der Vortrag findet im Rahmen des UNIX-Stammtisch in Sachsen an der TU Chemnitz statt.

Weitere Informationen und Material kann der Seite zum Vortrag "Icinga 2 in der Praxis" entnommen werden.


nginx 1.9.5 mit HTTP/2 Unterstützung

Nachdem die kommerzielle Version des Webservers nginx die Unterstützung für HTTP/2 erhalten hat. Ist diese nun auch in der Open Source Version eingeflossen.

Weiter lesen ...


python-ssdeep packages migrated to AUR4

The Arch User Repository will be migrated to version 4 on 8th of Juli 2015. The packages python-ssdeep and python2-ssdeep have been migrated.


Python OverPy 0.3.1 released

In version 0.3.1 the internal data handling has been improved and two new helper functions have been added to the module.

Short changelog:

  • Improve internal data handling (Dominik)
  • Add helper functions (Morris Jobke)

Serial-I2C-Tester 1.0 released

The Serial-I2C-Tester is a sketch for Arduino Boards. It allows to send data to I2C devices by using a serial interface to control the data.

The source is available from the Serial-I2C-Tester GitHub repository and has been published under the MIT license.


Serverausfall behoben

In den letzten Tagen war einer unserer Server sehr instabil und ist vor 3 Tagen Aufgrund eines Hardwaredefekts komplett ausgefallen. Er konnte zwar relativ kurzfristig wiederbelebt werden, jedoch haben wir den Ausfall zum Anlass genommen, einige unserer Dienste auf einen neuen und leistungsstärkeren Server um zuziehen. Seit heute Nacht sollten alle Dienste wieder wie gewohnt zur Verfügung stehen.


pySSLScan 0.5 released

All new features are based on the new features introduced in FlexTLS 0.3.

Changelog:

  • Add support to scan DTLS 1.0 and DTLS 1.2 enabled services
  • Add support to handle fragmentation
  • Add support to enumerate elliptic curves
  • Add support to enumerate point formats
  • Add improved error handling for commandline parameters
  • Add support to handle connection state
  • Add support for LDAP and RDP
  • Load term module if no report module given

Python FlexTLS 0.3 released

FlexTLS is still in Alpha state of development. But many new features have been added for this release.

Changelog:

  • Add support for DTLS 1.0 and DTLS 1.2
  • Add support to handle fragmentation on the record layer (TLS)
  • Add support to handle fragmented handshake messages (DTLS)
  • Add support to handle connection state
  • Add support to decode ServerKeyExchange messages
  • Change class names for consistent names
  • Add additional tests
  • Remove deprecated and unused code

Python OverPy 0.2 released

Version 0.2 of our Python wrapper for the OpenStreetMap Overpass API named OverPy is now beta. Many new features have been add in this version.

Short changelog:

  • Added support for xml response data
  • Added support for exceptions
  • Added tests with 100% code coverage
  • Removed Python 2.6 support
  • Added more examples to the documentation