Eccovi un sistema per utilizzare la connessione del vostro cellulare android sul vostro PC nel caso venga riconosciuta e bloccata dal vostro operatore. Il vostro cellulare funzionerà come server proxy socks e il vostro pc utilizzerà una scheda di rete virtuale che inoltra tutte le connessione verso il server socks…
Latest Posts
-
-
CKAN common errors
These are two errors and the solutions encountered installing CKAN: 1. Upload error: An Error occurred while sending the job: 500 Server Error: INTERNAL SERVER ERROR with this error in datapusher.error.log: OperationalError: (OperationalError) attempt to write a readonly database u’INSERT INTO jobs … The solution is: check the configuration parameter…
-
BancoPostaImpresa online errore: java.lang.ClassNotFoundException: it.postecom.bpiol.applet.SignApplet
Nell’accesso all’applicazione web BancoPostaImpresa online potrebbero esserci dei problemi col funzionamento del token usb. In particolare dopo l’aggiornamento alla versione 8 di java viene visualizzato il messaggio di errore: java.lang.ClassNotFoundException: it.postecom.bpiol.applet.SignApplet e l’applicazione non funziona correttamente. Per risolvere il problema è necessario utilizzare la versione 1.7.0_71 di Java. Disinstallare la…
-
Nuove SIM [TIM WINDTRE Vodafone], impostazioni iniziali contro addebiti non previsti
Riassumo le operazioni iniziali da effettuare una volta acquistata una nuova SIM: Disattivare la segreteria telefonica Attivare l’avviso di chiamata (digitando *43#) Disattivare eventuali servizi “Ti ho cercato”, etc… che ora sono a pagamento Attivare il blocco dei servizi a pagamento / abbonamenti SMS Abilitare il blocco internet da PC…
-
Asus Zenbook UX32V Fan Always On [SOLVED]
I had a problem with an Asus Zenbook UX32V with dual video cards, an integrated intel and a geforce GT 620M: the fan was always on. I solved this problem updating the bios from version 203 to the latest version. At this time the version 214.
-
Kingston datatraveler mini 32gb DTM30 Windows Icons
I created some .ico files for Kingston datatraveler mini 32gb DTM30 Flash Drive: Kingston datatraveler mini 32gb DTM30 Icon
-
SmartDVB channels export to M3U for VLC
I developed a small utility to export the channels from SmartDVB to VLC. The utility can be downloaded from: https://www.dropbox.com/s/4a3jgxc11xngcnp/SmartDVBExportM3U.bin.zip?dl=0 The source code is here (contains the eclipse project): https://www.dropbox.com/s/ljcl5h40hoqwir0/SmartDVBExportM3U.src.zip?dl=0 The application is very very minimal. It requires java. USAGE First of all locate the smartdvb.db file. It’s located in…
-
MCFTec Receiver DVB-T USB Stick Drivers
I found the drivers for this usb stick. The device has the same hardware of the WideView WT-200U or WT220U distribuited by various vendors (Freecom, Yakumo, Hama, Typhoon, Yuan) Using the drivers from Freecom the MCFTec USB Stick works. I tested it on Windows Vista 32 bit and Windows 7…
-
Run Time Error 28: Out of Stack Space [Citrix]
In response to Fray Quinones for this discussion: http://discussions.citrix.com/topic/351074-run-time-error-28-out-of-stack-space/ [I was unable to register as citrix user so I write here] This is the problem: Hi, I’m trying to deploy an application from our Citrix presentation server, but every time the application loads it gives the user a message that says:…
-
Regole inflessione CakePHP in italiano / Italian CakePHP inflector rules
Regole per l’italiano da aggiungere all’inflector di CakePHP. Possono essere aggiunte alla fine del file bootstrap.php [sono un’esempio, poi è possibile estenderle con altri casi particolari]: // // I N F L E C T O R // /* Inflector::rules('transliteration', array('/å/' => 'aa')); */ Inflector::rules('plural', array( 'rules' => array( '/^(.*)io$/i'…