Featured

The cheapest way (spot) to use Azure servers, there will be a minimum of 90% off

Notice:
You need to be prepared to forcibly interrupt the server 0-3 times a month for about five minutes each time. You must accept it and cannot avoid it.

Three billing and booting methods:

  1. Original price, no discount
  2. Commitment to X years, monthly payment, similar to monthly subscription, about 60% off
  3. ready-made (preemption, SPOT), 10% off
Continue reading “The cheapest way (spot) to use Azure servers, there will be a minimum of 90% off”

Using Cloudflare Workers to keep the OpenAI API from being blocked

Recently, a large number of API Keys or accounts have been blocked because of OpenAI’s risk control. Because Cloudflare is barely a cloud service provider, and requesting APIs from cloud service providers is a normal operation, so using Cloudfalre Worker proxy address will theoretically reduce the probability of being banned.

Continue reading “Using Cloudflare Workers to keep the OpenAI API from being blocked”

A few iOS updates mentioned and not mentioned at WWDC

#iOS

  • Notification scrolling on lock screen screen screen, widgets that update in real time
  • Photo can share albums, lock hidden/deleted albums
  • Photo gets undo edit, redo, keying features
  • iMessage can be edited and withdrawn, SharePlay
  • Mail app retractable (10s) and timed send
  • Safari shared tab group
  • Live Text live text with video support, real-time translation
  • Keyboard use while using dictation function
  • System security check, reset access rights and app privacy
  • In-app IDs authentication support for IDs in Wallet
  • Tracking Apple Pay orders in Wallet, shared keys
  • Apple Pay Later installments (expected to be available in US only)
  • Tap to Pay supported by 9 companies
  • Home supports Matter accessories
  • Health schedule and record your medication
  • Fitness can be used without Apple Watch
  • CarPlay extended display to control more functions in your vehicle
  • Maps 3D maps support more cities, multiple path points
  • FaceTime call switching device, headset sync switching
  • Translate uses the camera to translate text
  • Control Apple Watch with iPhone
  • Keyboard typing can be turned on vibration feedback
  • Can delete saved WiFi, can view password
  • App requires permission when pasting content from clipboard
  • Landscape Face ID support
  • Passwords support for third-party two-step verification
  • Contacts contacts auto-detect duplicate contacts

✅ www.apple.com/ios/ios-16-preview

✅ iOS 16 description file: https://yuanye-wx.oss-cn-beijing.aliyuncs.com/iOS_16_Beta_Profile.mobileconfig

Jetbrains one-click latest version activation

Applicable to the full range of Jetbrains products:

Including but not limited to IDEA PhpStorm WebStorm PyCharm ReSharper Rider GoLand


No need for all kinds of complicated crack method plug-ins,
Two-step solution, genuine permanent verification

  1. Download the latest version directly from the official website(JetBrains: Essential tools for software developers and teams),
  2. Then enter the server key collected by netizens,
Continue reading “Jetbrains one-click latest version activation”

Compiling Nginx to make the blog support QUIC-HTTP/3

Enter the quiche patch developed by Cloudflare; Nginx officially announced support for HTTP/3 on the 10th, so there is another method. Since I am an old Nginx user, I will share the two methods of quiche patch compilation and official compilation of Nginx-quic, as well as the process of blog configuration.

Patch and compile Nginx

To patch and compile Nginx, the first step is to download the quiche of Nginx and Cloudflare, but the actual compilation also requires cmake, go runtime, and rust. Let’s go step by step.

Continue reading “Compiling Nginx to make the blog support QUIC-HTTP/3”

Online version of VS Code building tutorial: Code-Server

Code-Server is an online version of VS Code developed by Microsoft, which is a browser-based IDE. There is a browser to write code and related documents online. The biggest advantage should be that the iPad can also become a “productivity tool”. The example here uses Debian 11 amd64 system, non-root account, native environment (not docker). The official requirements are 1G memory and 2-core CPU, the recommended option is 2G memory and 2-core CPU, and the hard disk is 32G SSD. The example here uses a VPS with the specific configuration: 2G memory, 2-core CPU, and 30G SSD.

Continue reading “Online version of VS Code building tutorial: Code-Server”

Xiaomi unlock tool miflash_unlock-5.5.224.25

When it comes to unlocking the bootloader of an Android device, there may be multiple methods depending on the company that made the device.

Xiaomi also has its own policies and set up a way for users who want to unlock their phone’s bootloader.

This involves specific software made specifically for the task.

Continue reading “Xiaomi unlock tool miflash_unlock-5.5.224.25”

Quickly build your own cloud BT download

I was looking for some old movies recently. The related resources of BT are very limited. I don’t want a computer to be turned on and download. I just found this Simple Torrent. It is very convenient to use. Download it remotely and then download it back to the local. The VPS storage capacity is only 60G, so it can only be deleted after a few downloads.

Continue reading “Quickly build your own cloud BT download”

How to get your zip’s password which you forgot ?

this is based on windows

Sometimes you may forget the password of your file, and you may need to brute force it

Since brute force cracking, it is best to use the GPU’s computing power tool

Supports almost all public formats of encryption algorithms. Of course, since it is brute force, the speed is not fast.

Continue reading “How to get your zip’s password which you forgot ?”