Roland Juno G display replacement

My friend had a Roland Juno G keyboard that after some time get the LCD display broken. That issue is a common problem. Roland produced some display revision and the new release should fix the issue, but the replacement was very expansive and now is out of production. The keyboard still works and can be …

Convert a TFA/La Crosse OMO-M-05/TX58UN-IT to TX58-IT and viceversa

I owned both a WS28xx weather station for US and EU market. The US station works at  915Mhz but the thermo hygro and the receiver was defective. Now the rain sensor of my EU unit doesn’t work any more.. With the help of a rtl-SDR adapter, I’vee the confirmation that the rain gauge of my …

GruppoGreenPower, statene alla larga

Ho acquistato un coupon di GruppoGreenPower per il rilascio di un attestato di prestazione energetica. A distanza di 4 mesi dalla prenotazione si è fatto avanti solo un consulente commerciale che ha raccolto i dati in maniera approssimativa, ma con lo scopo principale di vendere servizi, ma non è mai arrivato l’attestato. In compenso hanno …

connect usb hardware to kvm

Since I’ve found really few documentation on connecting usb devices to kvm virtual machine without middle software like spice or libvirt I’ll post what I found here.   I’ve found two method but only the 2nd work with usb2serial adapter. [enlighter lang=”shell”] USBVIDPID=0403:6001 USBD=”” for line in $(lsusb | grep $USBVIDPID | sed -n “s/Bus …

querying Tivoli Workload Scheduler 8.5 (tws) using web services

Pubblico un esempio di client per l’interrogazione di tws mediante web services utilizzando perl… #!/bin/perl #ppm install SOAP::Lite #ppm install Crypt::SSLeay use SOAP::Lite #trace=>’all’ ; #use SOAP::Lite +trace => [qw(method fault headers result debug)]; my $username = ‘user’; my $password = ‘pass’; my $host     = ‘host’; sub SOAP::Transport::HTTP::Client::get_basic_credentials { return $username => $password; } $wsdl …