Cloud Services
this blog is used to introduce some cloud services.
Domaincloud service company:namecheap
namecheap’s domain is cheap($1)
IntroduceDomain name is the alias of IP,which allows users to better remember the name of website.
Top-level Domains(First-level Domain):can be divided into three categories.
Generic Top-level Domain:.com/.net/.gov/.org/.edu etc
Country-code Top-level Domain:.cn/.tw/.hk/.jp/.ca (means domain is registed in this country)
New Generic T ...
KMS
This blog is used to introduce the technology that uses KMS to active Windows and Office.We can use other’s kms server or our own server.We can’t guarantee the security of the server of others. If you want active windows and office,in addition to KMS,you also need to configure some settings for local computers.You can use some GUI tools or use shell yourself to configure local computer.What is configured on your local computer? KMS server’s ip and port,gvlk etc.
you can also deploy KMS server in ...
Docsify
this blog is used to introduce the technology that uses Docsify to quickly build a personal knowledge share website.Docsify is a static website gen framework which convert the md file to a static webpage.
DownloadWe need to download these softwares:
local: node
remote server:docker nginx
docker is a tool to download develop software,like a app store, but docker serves developers.nginx is a lightweight web server.Nginx can be used as a proxy server,load balance server, static webpage server.Nginx ...
Hexo
this blog is used to introduce the technology that uses Hexo to quickly build a personal blog website.Hexo is a static website gen framework which convert the md file to a static webpage.
DownloadWe need to download these softwares: node and git.
Node is a code running platform.Git is a remote transmission tool which transmit our code to Github(A remote code repository)
We need to download these code packages(accroding to the order to download):
12345678// 1.download hexo frameworknpm i hexo // ...