Posts

Export CSV from StrongBox and import to Bitwarden: the TOTP problem

If you need to export your database from StrongBox to Bitwarden and you have some entries with the TOTP code, you need to change the value. In the CSV export of Strongbox, you will find the column "OTPAUTH" with the strings like this: otpauth://totp/PayPal:user@domain.com?secret=7HMDCMAC21TVBX4O&algorithm=SHA1&digits=6&period=30&issuer=PayPal This string is not compatible with the format of Bitwarden "login_totp". From this string you must keep only the TOTP seed, in this case 7HMDCMAC21TVBX4O If you have multiple items, you can use this formula for extract the seed. In this example the string of Strongbox is in the E2 cell: =MID(E2;SEARCH("secret=";E2)+7;SEARCH("&";E2;SEARCH("secret=";E2))-SEARCH("secret=";E2)-7)  

Wordpress "Login with Google": Error 400: redirect_uri_mismatch

Image
If you have a Wordpress web site, like into your business organisation, instead of give each user an username/password for do the login, you can set an Single Sign On login using, for example, Google Workspace. For Wordpress actually there are these two plugin: Login with Google by rtCamp Login with Google Apps by Syed Balkhi They work great! And they are free. Into one website I had a problem with the login. After pressing the "Login with Google" button and selected the account, Google return the error: Error 400: redirect_uri_mismatch After some trouble shooting I found the problem. This website was installed into a sub-folder and the index.php in the root had the classic string for mask the subfolder in the URL. Read the official documentation . For solve this problem you must install the Wordpress files into the root directory! The problem is how Wordpress sub-folder system work. In my case Wordpress was into "www.domain.com/wordpress". I moved all content of th...

Bollettino postale versamento tassa Passaporto

Image
  Nè sul sito delle Poste Italiane nè sul sito della Polizia di Stato viene menzionato la tipologia di bollettino postale per versare la tassa del Passaporto, ovvero quei 3 numeri in basso a destra. Ebbene, se volete pagare il bollettino tramite Home Banking dovrete usare il modello "674". In alto potete visionare una scansione di un bollettino preso da un ufficio postale, fate click sull'immagine per ingrandirla. Ora speriamo passino il prima possibile al sistema di pagamento PagoPA " la ricevuta del pagamento a mezzo c/c di € 42.50 per il passaporto ordinario. Il versamento va effettuato presso gli uffici postali di Poste Italiane mediante bollettino di conto corrente n. 67422808 intestato a: Ministero dell'Economia e delle Finanze - Dipartimento del tesoro, in distribuzione presso gli uffici postali di Poste Italiane.  Il bollettino postale dovrà riportare nello spazio “ eseguito da ” i dati dell’intestatario del passaporto anche se minore e nella causale do...

HP Officejet 6500 driver for MacOS 14 Sonoma

Image
  Is incredible that in the official  HP support page  there is no official support for MacOS 14 Sonoma. So, if you need driver, you can install official driver from Apple Support page: HP 5.1.1 Printer Software Update –  https://support.apple.com/en-us/106385

Epson Wall Mount – ELPMB62 – EB-7xx / EB-8xx for Projector EH-LS500W

Image
I needed the wall mount for my   Epson EH-LS500W   but officially on Epson website there isn’t the wall mount. In the page of this wall mount  Wall Mount – ELPMB62 – EB-7xx  there is write that work only for the variant “ EH-LS500W Android TV Edition ” and they confirm this also via telephone support. That’s wrong! The  Wall Mount – ELPMB62 – EB-7xx  is full compatible with the  Epson EH-LS500W , I buy it and match perfect.

Kali linux/Debian: Failed to copy file from CD-ROM. Retry?

1. Create a bootable USB image with Rufus in Windows 10 and make sure you select DD image and NOT ISO image, when you select DD it wont see the ISO file because it is looking for a different file type, just select "All files" then select the correct ISO file. 2. Boot from the USB and choose Graphic Install. 3. Make sure you connect to the Internet during the install using Ethernet or wifi and allow the package manager to setup correctly with mirrors etc. SOURCE

Sonoff doesn't connect to WiFi after the password changed

Today I change the password of my WiFi network, maintaining the same SSID name (or WiFi Name). After this I made again the pairing of my Sonoffs around the house... but can't connect! The problem is that if you change the password of your wifi and you still use the same name, the Sonoff go in trouble. But I found a tricky for resolve this: - create a new wifi network: example SSID: wifi1 PASSWORD: wifi11234 - put the Sonoff in the "Compatible Pairing Mode (AP)" - enter the wifi1 wifi information in the eWelink App - and the Sonoff will work Now do again the same procedure with other wifi name (example wifi2...) After this, put the official name and password of the WiFi and do again the pairing procedure and now the Sonoff will work with your WiFi