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….

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…

Linux CPU Hotplug in VMware

Prerequisites: CPU Hotplug is activated: VMware: Edit Settings -> Options -> Memory/CPU Hotplug -> CPU Hotplug Note: You can only add CPU sockets. If you have configured more e.g. 4 cores per socket you can only add cores in steps of 4 Adding CPUs: Raise the assigned sockets in the settings Activate the added cores…