Connecting to remote SSH-server from within company firewalled network

Problem 1: Often company firewalls/web proxies only allow outgoing traffic to HTTP and HTTPS ports, but you also would like to connect to a remote SSH-server. A trick is to start the remote SSH-server at the port which is normally reserved for HTTPS-traffic. Most of the time it is in this way possible to connect… Continue reading Connecting to remote SSH-server from within company firewalled network

Raspberry Pi: Controlling your wall sockets

In this post I will describe 2 methods to operate “remote controlled sockets” via the Raspberry Pi. The methods differ in the used software. Both methods use C as development language and compile to native Raspberry Pi code (ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked). The prerequisites and wiring are the… Continue reading Raspberry Pi: Controlling your wall sockets

How to compile software for VU Plus (Vu+)

You would like to deviate from the beaten track and compile software for your VU Plus (VU+) yourself? Read this article! This article is also more or less applicable for building software for any other device running OpenVuPlus but is written with the VU+ Solo2 in mind. As computer for compiling the software, a Linux-desktop has… Continue reading How to compile software for VU Plus (Vu+)