Zblog | 小z博客

Record a Namesilo account being frozen, share my unblocking process and the experience learned from it

Original link: https://blog.xiaoz.org/archives/18789 Namesilo is a well-known domain registration and management platform. It was founded in 2009 and is headquartered in Phoenix, Arizona, USA. Namesilo offers a wide range of domain name registration services, including almost all top-level domains (TLDs) and some country code top-level domains (ccTLDs). At present, most domain names of xiaoz are …

Record a Namesilo account being frozen, share my unblocking process and the experience learned from it Read More »

“Come here to encrypt”: Easily apply for multi-domain and pan-domain SSL certificates online

Original link: https://blog.xiaoz.org/archives/18775 Enabling an SSL certificate is key to website security. It encrypts data transmission to prevent hackers from eavesdropping and tampering. SSL certificates enhance the credibility of the website and increase user trust. Search engines prefer websites with SSL certificates enabled, increasing visibility and traffic. In addition, SSL certificates also protect users from …

“Come here to encrypt”: Easily apply for multi-domain and pan-domain SSL certificates online Read More »

Record the failure experience and solution of aaPanel installation environment

Original link: https://blog.xiaoz.org/archives/18767 Recently I installed aaPanel (the international version of Pagoda panel) on a Debian 11 foreign server. After installing the panel, I proceeded to install the LNMP environment. After a few minutes, aaPanel prompts that the LNMP environment has been installed successfully. However, when creating a site, it says that the environment is …

Record the failure experience and solution of aaPanel installation environment Read More »

OneNav bookmark/navigation promotion in May, buy AsBot smart assistant (GPT-4) for free

Original link: https://blog.xiaoz.org/archives/18748 Dear OneNav users, I am xiaoz, the developer of OneNav bookmarks. The purpose of OneNav is to help users manage browser bookmarks quickly and conveniently, so that they can be easily accessed anytime, anywhere. If you don’t know OneNav yet, you can go to: An article that will take you to quickly …

OneNav bookmark/navigation promotion in May, buy AsBot smart assistant (GPT-4) for free Read More »

I bought a Hikvision M.2 mobile hard disk box, the appearance and workmanship are good, but the speed is not up to standard

Original link: https://blog.xiaoz.org/archives/18688 Recently, the prices of memory and solid-state drives have dropped significantly, so I bought a Western Digital SN570 solid-state drive and a Hikvision M.2 mobile hard drive box on JD.com, intending to use them as mobile hard drives. Western Digital’s SN570 SSD purchase address: https://ift.tt/ysrF7qh Hikvision’s M.2 mobile hard disk box purchase …

I bought a Hikvision M.2 mobile hard disk box, the appearance and workmanship are good, but the speed is not up to standard Read More »

Be careful using $PWD variable in docker-compose.yml

Original link: https://blog.xiaoz.org/archives/18657 When deploying a service with Docker Compose recently, I used the $PWD variable in the docker-compose.yml file to specify the HOST path. However, I found that the path specified was not working as expected. To reproduce the problem, first look at a configuration file of docker-compose.yml: version: “3.9” service This article is …

Be careful using $PWD variable in docker-compose.yml Read More »

Claude: an alternative to ChatGPT, with registration and usage tutorials

Original link: https://blog.xiaoz.org/archives/18651 Due to the difficulty of ChatGPT registration and the fact that the platform blocks many computer room IPs, the threshold for using it is getting higher and higher. Those who can’t use ChatGPT directly but can use magic to surf the Internet can also try Claude. About ClaudeClaude is an AI assistant …

Claude: an alternative to ChatGPT, with registration and usage tutorials Read More »

The solution to the garbled symbols ^[[A^[[D^ appearing in the terminal under Linux (Debian 11)

Original link: https://blog.xiaoz.org/archives/18644 Recently, when xiaoz is using a VPS terminal under the same SSH client, when I press the up arrow ↑ and down arrow ↓, garbled symbols ^[[A^[[D appear. I searched through ChatGPT and internet also failed to solve it, finally solved this problem by experience. Temporarily solve the operating system used by …

The solution to the garbled symbols ^[[A^[[D^ appearing in the terminal under Linux (Debian 11) Read More »

Let ChatGPT help me write a Golang image compression function

Original link: https://blog.xiaoz.org/archives/18626 Recently, when using Wails to develop the ImgURL client, it is necessary to compress the image before uploading it. In order to improve efficiency and save time, this time I directly let ChatGPT help me complete this requirement. I made the following request to ChatGPT: Please help me write a Golang function …

Let ChatGPT help me write a Golang image compression function Read More »

Using Wails: Combining Go and Web Technologies to Easily Build Desktop Applications

Original link: https://blog.xiaoz.org/archives/18615 Wails is a project that lets you write desktop applications using Go and web technologies. It can be considered a fast, lightweight Electron alternative to Go. Combined with a rich, modern front end, you can easily build applications using the flexibility and power of Go. In the previously released AsBot client, xiaoz …

Using Wails: Combining Go and Web Technologies to Easily Build Desktop Applications Read More »

The BUG solution that Wails cannot use cookies under MacOS

Original link: https://blog.xiaoz.org/archives/18605 Wails is a project that lets you write desktop applications using Go and web technologies. When developing the AsBot client under MacOS recently, everything is normal in the development mode, but after compiling and packaging, it is found that cookies cannot be used. I’ve packaged the Windows client before this and it …

The BUG solution that Wails cannot use cookies under MacOS Read More »