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
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+)
Recover a Cisco switch service module NME-16ES-1G-P from a corrupt or missing IOS
In this tutorial you will learn how to recover from a corrupt or missing Cisco IOS (Internetwork Operating System) at a Cisco EtherSwitch Service Module – switch – 16 ports (NME-16ES-1G-P). The service module IOS runs independent from the host router IOS. After performing this tutorial, the switch service module is running its own IOS… Continue reading Recover a Cisco switch service module NME-16ES-1G-P from a corrupt or missing IOS
Parallel bash scripts – waiting for completion
Assume we would like to execute several independent tasks in parallel and we would like to wait till these tasks are completed. For example we would like to copy a set of files to several (remote) hosts and get a signal when we are ready with this copying task to ALL hosts so we can… Continue reading Parallel bash scripts – waiting for completion