Uncategorized
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
This article should become an article series, which will explain how to setup a complete and production ready hosting, continous integration and building environment with Docker Swarm, GlusterFS and Gitlab Community Edition. Because of the complexity for each topic, this article would be divided into multiple parts which will explain the details.
The introduction article (this one) will give you the big picture of what we’re doing at our company and what infrastructure is serving our more than 120 Docker containers (in 51 swarm stacks), which mostly contains productive customer applications we have built.
In this article I’ll try to cover almost every aspect of how we’re using Gitlabs CI system to accomplish our vision of a continuous integration architecture which perfectly fits our needs. Since Gitlab’s CI system is a newcomer in this area, it may not have the power of Jenkins or its competitors, but we think it does not have to hide.
Eine durchaus interessante und sehr große Sammlung an evtl. nützlichen Defaults für OS X. Viele dieser Einstellungen lassen sich nicht über die Systemeinstellungen konfigurieren oder tauchen in irgendeinem User Interface auf. https://github.com/mathiasbynens/dotfiles/blob/master/.macos
Seit dem Update von Android Marshmallow (6) auf Nougat (7) gibt es beim Galaxy S7 ein Problem mit dem Netzwechsel zwischen Edge, UMTS und LTE (sofern ihr bei O2/ePlus seid). Besser gesagt: die Verbindung wechselt ständig nur zwischen Edge (2G Read more…
Plötzliche Fehlermeldungen im Apache Error Log wie diese stehen im Zusammenhang mit der libpcre3 Library (Perl 5 Compatible Regular Expression Library) in Version 8.35.x (2:8.35-3.3) welche aktuell bei der installation von PHP7.0 und apache2 auf einem aktuellen Debian 8 Jessie Read more…
1) Einen neuen User anlegen (Beispiel: uploader) 2) Home Verzeichnis in der /etc/passwd auf / setzen 3) Am Ende der /etc/ssh/sshd_config folgendes einfügen: UsePAM no Subsystem sftp internal-sftp -f AUTH -l VERBOSE Match user uploader ChrootDirectory /var/www/uploads ForceCommand internal-sftp -u Read more…
Nach der Installation von Go (oder Golang) auf einem OS X via brew müssen anschließend diverse Umgebungsvariablen gesetzt werden damit Go korrekt funktioniert. Diese legen wir in unsere .bashrc oder .zshr ab damit sie immer verfügbar sind. # bashrc export Read more…
Auf der Suche nach einer Möglichkeit, Daten zwischen JavaScript und PHP mittels RSA (PublicKey und PrivateKey) zu verschlüsseln und entschlüsseln trifft man auf viele Libraries, Demos, Beispiele und GitHub Repos.
Egal welche ich getestet habe, es war keine zufrieden stellende Lösung dabei.
Entweder funktionieren diese schlichtweg nicht (mehr) oder es ist eine unidirektionale Lösung, jedoch keine bidirektionale.
Nutzt man den Editor Visual Studio Code um beispielsweise Angular2 Anwendungen zu entwickeln, könnten die generierten .js bzw. .js.map Dateien pro .ts Datei die Übersicht im Projekt nehmen. Dank der genialen Möglichkeit in den Settings des Editors (JSON) auch Bedingungen Read more…