Blog Archives

How to sell serial numbers using License Manager for WooCommerce wordpress plugin?

After installing and activating the License Manager for WooCommerce wordpress plugin, you need to import the serial numbers to sell. You need to copy the SNs in a .txt file(one sn per line), then head into wordpress admin panel/WooCommerce/License Keys

Posted in tips of hosting

How to create a Windows PE boot disk?

go to https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install#download-the-adk-101261001-may-2024 to download and install windows adk and Windows PE addon for the adk right-click on the shortcut “C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Windows Kits\Windows ADK\Deployment and Imaging Tools Environment” and select run as administrator in the command prompt,  run “copype amd64

Posted in Webmaster Tools

Add a bitcoin donation button to WordPress website

Search the WordPress plugin repository for a bitcoin donation plugin, you will find tons of them. Unfortunately, most are unusable. Most of them are just leads/ads for a payment gateway. You got to pay them in some way finally even

Posted in Webmaster Tools

full unicode list

The maximum unicode code point is 1114111 (0x10FFFF in hexadecimal). The full unicode table contains some interesting emojs. Click this link to show all the unicode characters: https://domainhostseotool.com/full-unicode-list.php The full unicode font will need some time to load. You can

Posted in SEO Tools

How to install and use WooCommerce wordpress plugin?

Yes, this is that famous wordpress plugin. If you type woocommerce as the keyword to search the plugin on your website’s wordpress admin/Add Plugin page, it appears as the first plugin with 5 million+ installations. But frankly speaking, this plugin

Posted in tips of hosting

How to write on Medium?

The composition UI of Medium looks too simple: At the beginning, there are two places you can type: “Title” and “Tell your story…”. The title is just what you imagine – the title of your article, and what you type

Posted in SEO Tools

cannot connect to vpn

I cannot connect to a pptp vpn. The following errors occur when clicking the connect button in windows 10: The modem(or other connecting device) has reported an error A device attached to the system is not functioning A connection to

Posted in tips of hosting

wp_options’ is marked as crashed and last (automatic?) repair failed

Today, when I accessed my website, it showed “database connection failed”. I opened the mysql log file /var/log/mariadb//mariadb.log and saw the following error: wp_options’ is marked as crashed and last (automatic?) repair failed I tried to repair the wp_options table:

Posted in tips of hosting

mysqlcheck: Got error: 1045: Access denied for user ‘root’@’localhost’ (using password: YES) when trying to connect

This error occurs when I run the following command:

Note that the command prompts for a password, and I input the correct password for the user root. Why does it still deny the access for root? If you ran

Posted in tips of hosting

set up v2ray with ws+tls

The idea  is your computer running v2ray client sends traffic to an https website address like https://domainhostseotool.com/ray. This website returns normal website content except for location /ray. For this special location, the httpd server Apache behaviors as a reverse proxy

Posted in tips of hosting