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
Linux: Let your program run as background service
In this post you will learn how to convert your headless Linux program to a service running in the background. Here with headless is meant a program without user interaction and without graphical user interface (GUI). Assumed is that you are running a Linux distribution with Systemd enabled, like Ubuntu 15.10. In the example below,… Continue reading Linux: Let your program run as background service
Volkswagen Passat Highline 2.0 TDI DPF (B6)
This stylish dark gray Volkswagen Passat sixth generation (B6) is equipped with a diesel particle filter and a 2-liter diesel engine. Features First registration: July 17th, 2006 Mileage (end of November 2009): 105.000 km 103 kW / 140 pk 2.0 TDI (1.968 cm3 diesel) Manual gear (6 gears) Front wheel drive Diesel Particle Filter… Continue reading Volkswagen Passat Highline 2.0 TDI DPF (B6)
Compileren software voor OpenWrt
Okee je hebt een device waarop OpenWrt loopt (bijvoorbeeld de Asus WL-HDD) en je wilt nu zelf software schrijven voor dit device. We gaan ervan uit dat de toolchain voor OpenWrt aanwezig is. Heb je deze nog niet, lees dan het artikel Compileren van OpenWrt. Voorbereidingen Op de build computer, dat is de computer met… Continue reading Compileren software voor OpenWrt