CloudFlare 优选ip 和 优选域名的获取方法
1、CloudFlare优选IP网站: http://ip.flares.cloud/
2、CloudFlare 优选IP工具: CloudflareSpeedTest
3、CloudFlare 优选域名:pinginfoview
pinginfoview优选域名推荐
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849time.cloudflare.comshopify.comtime.isicook.hkicook.twip.sbjapan.commalaysia.comrussia.comsingapore.comskk.moewww.visa.comwww.visa.com.sgwww.visa.com.hkwww.visa.com.twwww.visa.co.jpwww.visakorea.comwww.gco.gov.qawww.gov.sewww.gov.uawww.digitalocean.comwww.csgo.comwww.shopify.c ...
hexo-theme-butterfly安装文档
1、快速安装1.1 安装在hexo根目录执行12345# Github源git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly# 或者Gitee源git clone -b master https://gitee.com/immyw/hexo-theme-butterfly.git themes/butterfly
1.2 应用主题修改hexo目录下的_config.yml文件,设置theme为butterfly将thmemes/butterfly/_config.yml文件拷贝到根目录,并改名为_config.butterfly.yml
1.3 安装插件如果没有安装pug以及stylus的渲染器,需要以下命令行安装
1npm install hexo-renderer-pug hexo-renderer-stylus --save
2、主题页面Front-matter是markdown文件最上方以---分隔的区域,用于指定个别文件的类型。
Page Fr ...
通过修改Hosts文件加速网站访问
以Github网站加速访问举例,可以通过站长工具www.ipaddress.com获取Github网站域名对应的IP,然后添加到hosts文件内,再刷新本机DNS就可以顺畅访问Github网站了。
具体步骤如下:
获取网站IP可选择的站长工具有:
https://ip.tool.chinaz.com
https://www.ipaddress.com
修改hosts常见系统hosts文件路径
Windows: C:\windows\system32\drivers\etc\hosts
MacOS: /etc/hosts
添加格式为:ip 空格域名,比如 110.242.68.66 baidu.com
刷新本机DNSWindows 用户可以打开命令提示符,输入 ipconfig /flushdns 并按下回车键。Mac 和 Linux 用户可以使用 sudo killall -HUP mDNSResponder 命令。
Github的HTTPS和SSH使用时的区别
https: https://github.com/1234scarecrow/backend.gitssh: git@github.com:1234scarecrow/backend.git
两种方式的 URL 对比:
https: https://github.com/1234scarecrow/backend.gitssh: git@github.com:1234scarecrow/backend.git2. 代码提交方式对比:
https:首先 git clone https://github.com/xxx/xxx.git提交更改 git add xxxgit commit -m “message”git push
ssh:
git init // 初始化仓库gi ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment
以己之短、克敌之长,智否?
写作模板。
术无异、人有别
写作模板。