Use sqlparse to tokenize SQL statements
The sqlparse module can tokenize SQL statements in Python. In this article I will show some examples on how to use the module.
Raspberry Pi mit read only root Dateisystem
Im Internet gibt es reichlich Anleitung, wie das Dateisystem des Raspberry Pi read-only eingebunden werden kann, doch nur wenige sind auch für den Endanwender praktisch und einfach umsetzbar. Doch ich bin auf eine sehr vielversprechende Lösung gestoßen.
SainSmart 1.8" stays white on Raspberry Pi
I have connected a SainSmart 1.8" display to my Raspberry Pi but it stays white. This is how I have fixed this issue.
Mit fbtft kleine LCDs ansteuern
Das Projekt fbtft stellt entsprechende Module für den Linux-Kernel bereit, mit denen sich kleinere TFT-Displays und LCDs über die GPIO Pins ansteuern lassen.
Um einen ELK-Stack bestehend aus Elasticsearch, Logstash und Kibana produktiv zum Einsatz zu bringen, braucht es einen leistungsstarken Server. Doch für Tests und für kleinere Analysen bietet es sich an, den Softwarestack in einer Testumgebung zu betreiben. Hierfür kann zum Beispiel docker zum Einsatz kommen.
Customize dionaeas FTP service
The ftp service of dionaea honeypot can be identified very easily by nmap. In this article I will show you how to customize your ftp service.
How to install dionaea on Arch Linux
In this article I will show how to install and setup the latest version of the dionaea honeypot on Arch Linux.
Customize SSL certificate of dionaea
A new config option to customize the SSL certificate of the dionaea honeypot has been added recently. In the article I will show how to use the new possibility.
How to install dionaea on Ubuntu 14.04
In this article I will show how to install and setup the latest nightly version of the dionaea honeypot.
Setup a dionaea development environment
A Vagrantfile has been added to the dionaea git repository to simplify the setup of a development machine. It uses Vagrant and VirtualBox.