Use Kindle Previewer to detect EPUB errors and send to kindle
I like to send EPUB files to my Kindle or the Kindle app on my mobile phone to read. However, recently when I tried to send an EPUB file, I…
I like to send EPUB files to my Kindle or the Kindle app on my mobile phone to read. However, recently when I tried to send an EPUB file, I…
Sometimes we need a proxy to connect some website, but on Mac, if we start a proxy, the terminal might not use the proxy directly, here is…
These days, I am trying to test the connection with proxy, and I find that it always report error, so I thought that it was the problem of…
When I updated the Xcode from 14.2 to 14.3, a project report the following error:
I went to a hotel, and found that when I connect to the wifi, it will soon not connect, and when I try to disconnect the network and…
On one of my android application, it needs JDK 11, but I also installed the JDK 18 on my computer, so it reports errors when compile the…
I just make some APKs with different user-permissions, I want to check whether the user-permissions are correct from APK files, then I want…
Recently, I encounter an error like below, when I build the application with command line it can work, but build in the Xcode, it report…
Sometimes when we use curl to get result from a url, if the result has no empty line at the end, the next prompt of the terminal will…
I use vscode to write codes, when I am study, I usually open the ebook and vscode in tile mode, the ebook on the left and the vscode on the…
After we install the wordpress, the login path is wp-login.php and the manage url is wp-admin, I think it’s not secure enough, so I want to…
I am investigating how to use Realm-Kotlin on KMM module, realm is a Non-SQL database, and it is great when I try to use it in the KMM…