Android: Use ADB wirelessly via Wi-Fi

In this post you will learn how to connect Android Debug Bridge (ADB) wirelessly via Wi-Fi instead of using a USB-cable. Assumptions Your Android-device has a Wi-Fi connection; Your workstation has a TCP/IP connection which is routable to the Android-device; Your Android-device is connected with your workstation using a USB-cable; ADB is installed on your… Continue reading Android: Use ADB wirelessly via Wi-Fi

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

Volkswagen Passat 2.0 TDI DPF Limousine (B7)

This stylish black Volkswagen Passat seventh generation (B7) is equipped with a diesel particle filter and a 2-liter diesel engine. Features First registration: November 10th, 2011 Manual gear (6 gears) Front wheel drive 1.968 (cm3 diesel) 125 kw / 170pk Maximum speed: 226 km/h Options ABS (Anti-lock braking system) / ESP (Electronic Stability Program) Parking… Continue reading Volkswagen Passat 2.0 TDI DPF Limousine (B7)

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