Supponendo di avere uno tv box android con root abilitato, ecco le applicazioni che possono essere utili come applicazioni server. (testate su Android 6.0) FTP Server: FTPDroid accesso possibile come root a tutto il filesystem autenticazione configurabile avvio automatico intervallo porte passive configurabile Torrent Server: tTorrent controllabile da remoto tramite interfaccia…
-
-
Xenserver 7.0 API PowerShell Backup Running VMs
The script backups one or more virtual machines on one or more Xenserver hosts. The configuration of virtual machine to backup is read from an xml file. This is the gist on github: https://gist.github.com/nikiink/cdc687d1bbe227e5cfa3e5759c7f7214 ## EQUIVALENT BASH SCRIPT: ## SNAPUUID=`xe vm-snapshot uuid=$VMUUID new-name-label="SNAPSHOT-$VMUUID-$DATE"` ## xe template-param-set is-a-template=false ha-always-run=false uuid=${SNAPUUID} ##…
-
Windows Update Automatic Download, Install, Reboot and repeat (reboot and recall)
With this scheduled task you can install all windows updates without user intervention. The reboot is automatic until all updates are installed. Download the three files on the following gist. The files must be copied in the folder C:\WUA: C:\WUA\WUA_SearchDownloadInstall.vbs C:\WUA\WUA_SearchDownloadInstall.bat C:\WUA\WUA_SearchDownloadInstall.xml After copying these three files open the task…
-
Windows 7 Recovering RegBack Scheduled Task
If you want to recover the task that backups the registry of windows 7. You must import this file in the Task Scheduler (save as xml and import): <Task xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task"> <RegistrationInfo> <Author>$(@%systemroot%\system32\regidle.dll,-600)</Author> <Version>1.0</Version> <Source>$(@%systemroot%\system32\regidle.dll,-601)</Source> <URI>Microsoft\Windows\Registry\RegIdleBackup</URI> <Description>$(@%systemroot%\system32\regidle.dll,-602)</Description> <SecurityDescriptor>O:BAG:BAD:P(A;;FA;;;BA)(A;;FA;;;SY)(A;;FR;;;IU)(A;;FRFX;;;S-1-5-80-2970612574-78537857-698502321-558674196-1451644582)</SecurityDescriptor> </RegistrationInfo> <Triggers> <CalendarTrigger> <StartBoundary>2008-01-01T00:00:00</StartBoundary> <ScheduleByDay> <DaysInterval>10</DaysInterval> </ScheduleByDay> <RandomDelay>PT1H</RandomDelay> </CalendarTrigger> </Triggers> <Settings> <Enabled>true</Enabled> <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>…
-
Samsung Grand 2 G7102 updating to android 4.4.2 and replacing touch emergency calls only
Hello, yesterday i replaced the touch screen to my Galaxy Grand 2. It has android version 4.3 and after replacing the touch screen all was working. So, after replacing touch screen i decided to update android to version 4.4.2. After updating the phone didn’t boot anymore. It hangs on boot with…
-
Orari ricezione bonifici varie banche
In questo articolo volevo fare un prospetto degli orari in cui viene ricevuto / accreditato un bonifico sui vari conti. Purtroppo ho bisogno che anche voi lettori contribuiate inserendo dei commenti sulle vostre esperienze. Segnalatemi eventuali orari non corretti o imprecisi. (utilizzate il link Rispondi) CONTI CORRENTI Banco di Napoli:…
-
Tim Special Variazioni Contrattuali Febbraio 2016
Sono possessore di una sim TIM con tariffa/promozione TIM Special (di Agosto 2014 se non ricordo male) 400 minuti, 1000 sms (di cui 300 verso tre), 2GB mensili e chiamate illimitate verso un numero TIM a scelta. Inoltre al superamento dei 2 GB il piano mi consente di navigare a 32kbps…
-
[Android] Automatic brightness without sensor using front camera
I have a Samsung Grand Neo Plus. That phone misses the brightness sensor but has the front facing camera. Using Lux Lite (the free version) or Lux (the full version) application it’s possible to configure the front facing camera as brightness sensor. After installing it, the application uses the light…
-
[Android] Luminosità automatica senza sensore di luminosità con fotocamera frontale
Ho un Samsung Galaxy Grand Neo Plus. Questo telefono non ha il sensore di luminosità ma ha la fotocamera frontale. Utilizzando l’applicazione Lux Lite (quella gratuita) o quella a pagamento è possibile configurare la fotocamera come sensore di luminosità. Una volta installata, l’applicazione in base alle condizioni di luce regola…
-
Chiamare un numero verde da cellulare come da fisso
Avevo bisogno di chiamare il numero verde delle poste 803 160. Non avevo un fisso a disposizione, ma solo un cellulare, e da cellulare la chiamata non andava a buon fine perche’ era consentita solo da fisso. Ho cercato qualche servizio che mi desse una specie di numero fisso virtuale.…