Posts

Showing posts from August, 2022

How to install a Free Hosting(Baota) in Google Cloud Platform

Image
How to Install Baota in GCP Create a VM by GCP 1. select " Create an instance " 2.  Select CPU Setting depending on your budget. 3. Select Boot Disk (Hard Disk) and Select CentOS 7.0  4. Tick the "Allow HTTP traffic" and " Allow HTTPS traffic", then click on the "Create" 5. After Success and Click on "SSH" 6. Type the code below, Type the code "sudo su" then enter sudo su Type the code "yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh" then enter yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh 7. After that, enter "y"(Yes to install). 8. Wait about 5 min to install the Baota OS, and you will finally get the domain address and username and password as below example. ================================================================== Congratulations! Installed successfully! ===...