Blog Archives

iptables to harden server

Recently, I got iptables settings that seem to harden server.  

This comes from a newly-provisioned vps. The iptables block all ports of the server except the ssh port(22). If you change the ssh port from the default 22

Posted in tips of hosting

How to download wistia video?

You may see on a web page a video  that is hosted by wistia.com. I mean the web page is not one of wistia.com pages but the video is indeed served by wistia by embedded code. How to download it?

Posted in tips of hosting

.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that ‘/var/www/domainhostseotool.com/public_html/’ is executable

Interestingly, the owner:group of /var/www/domainhostseotool.com/public_html is apache:apache and the mode is 755 . The owner:group of /var/www/domainhostseotool.com/public_html/.htaccess is also apache:apache and the mode is 644. Why does it complain the file is not readable and/or the directory is not executable?

Posted in tips of hosting

Use yum on CentOS 7/8 after EOL

I’ve been wondering why every major release of CentOS breaks yum on older release. For example, after CentOS 6 is EOL, you cannot use yum on CentOS6; after CentOS 7 EOL, you cannot use yum to install a software on

Posted in tips of hosting

How to install Windows 10 on USB?

If you search “how to install Windows 10 on USB” on google, google will return all results about how to install Windows 10 from USB. Yes, google becomes more and more stupid since chatgpt becomes popular. I know how to

Posted in Webmaster Tools

How to convert MBR HDD installed with Windows 10 to GPT and make it bootable?

I have an old computer installed with Windows 10 on an MBR HDD. Now I got a new Dell PC. I move the MBR HDD to the new PC but it is not bootable. I turn off the secure boot

Posted in Webmaster Tools

How to clone drive using dd safely?

I’m not telling you how to use the following command to clone a drive to another drive: dd if=/dev/sda of=/dev/sdb bs=32M status=progress I’m warning you about the possible risk of doing this. The risk is not that it did not

Posted in Webmaster Tools

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