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…

RAR als gzip/bzip2 Ersatz über STDIN/STDOUT nutzen

Mich hat es schon länger gestört, dass ich unter Linux nur single threaded Packprogramme habe und heute bin ich auf eine Funktion von rar gestoßen, die ich noch nicht kannte: -si[name] Read data from stdin (standard input), when creating an archive. Optional ‘name’ parameter allows to specify a file name of compressed stdin data in…

VT-d / IOMMU with intel haswell and Z87 chipset

A sub project of Homeserver 2.0 was the virtualization of my home router. I wanted to use pass-through of the additional nic for the external interface, so my host system can’t see any external traffic. The steps should be easy, started virt-manager and followed these simple steps: After a reboot of the vm i got…