Network Layout: There is one server which is only connectable via SSH. This server hosts two additional services: git and http. We have no access to the firewall and can’t forward the ports. The server is a linux system, as clients windows and linux are a option. We can use the comon git port on…
TCP Ports über SSH Tunneln
Ausgangssituation: Es gibt einen Server der nur über SSH erreichbar ist, der aber zusätzliche Dienste anbietet die man gerne nutzen würde. Zusätzliche Portweiterleitungen sind nicht gewünscht. Server ist hier ein Linux System. Bei den Clients wird Linux mit OpenSSH und Windows mit Putty betrachtet. Wir möchten auf den git Server und zusätzlich den Webserver zugreifen….
Multi-Language WordPress with xili-language Plugin
I started this blog at first to write about things i have tested or built in my private life. But then VMware and Linux got more and more and i thought it would be could to blog in two languages. There are many plugins or ways to do this in wordpress and i decided to…
mehrsprachiges WordPress mit xili-language Plugin
Anfangs war das Ziel meines Blogs hauptsächlich über meine privaten Technikspielereien zu schreiben. Als sich da aber doch VMware und Linux als weitere Themen anboten war der Gedanke an ein zweisprachiges Blog da und wartete auf Umsetzung. Ich habe mich für das Plugin xili-language entschieden. Hier wird für jede Sprache ein Artikel geschrieben und die…
Using STDIN/STDOUT streaming with rar instead of gzip/bzip2
I found it annoying for a long time, that i have only single threaded compress programs under linux when using compress from stdin. Today i noticed a command line switch for rar which enables this for rar. -si[name] Read data from stdin (standard input), when creating an archive. Optional ‘name’ parameter allows to specify a…