Teodoro Montanaro
Teodoro Montanaro
Ok but the workaround cannot be applied if you have to do a factory reset of the same smartphone 😁😅
ENG Wooow ... what a good news!?! For english speakers: it is possible to import/export history through the OS Service itself! Open "Settings" -> "Google" -> "COVID19 exposure notifications" ->...
Misa che ci siamo illusi ... import non c'è come opzione ... si possono solo esportare! ENG Perhaps we missed the fact that the "import" button does not exist ...
If the addon for Chrome will not be exposed, a webpage to access the list of password outside Firefox could be at least useful (e.g., if I lose my smartphone,...
I partially solved the problem in this way: HTML code ``` ``` Javascript code ``` 'use strict'; // create the gauge module var gaugeModule = angular.module('gaugeModule', []); // the module...
Ok, so you are saying that we have to recompile the whole PEP Proxy source code to simply create such a kind of rules? I thought that, simply, the GUI...
Even though it is actually an issue to be solved, I temporarily solved the problem by using the port instead of the path to redirect requests through nginx. Thus, if...
It is almost the default configuration: - Configure nginx: - `sudo nano /etc/nginx/sites-enabled/default` ``` server { listen 443; ssl on; ssl_certificate /etc/ssl/certs/localhost.crt; ssl_certificate_key /etc/ssl/private/localhost.key; ssl_session_timeout 5m; ssl_protocols SSLv3 TLSv1 TLSv1.1...
In the same day in which I wrote the message, I updated Kodi (to 17.4) so I cannot try to apply your suggestion anymore! I hope someone else can try...