域控dns无法解析域控_域注册商,DNS和托管

域控dns无法解析域控

by ᴋɪʀʙʏ ᴋᴏʜʟᴍᴏʀɢᴇɴ

由ᴋɪʀʙʏᴋᴏʜʟᴍᴏʀɢᴇɴ

域名注册商,DNS和托管 (Domain registrars, DNS, and hosting)

如何正确设置网站 (How to set up your website the right way)

It took me a while to set up the infrastructure that runs my website and email in a way that made me happy. There are a lot of crappy domain registrars, DNS providers, and web hosts out there. I’m finally in a place where I’m pleased with each component in my pipeline, so I thought I’d share my setup with the world.

我花了一些时间来建立可以让我感到高兴的方式来运行我的网站和电子邮件的基础结构。 那里有很多糟糕的域名注册商,DNS提供商和网络主机。 我终于到了一个令我满意的地方,我想与世界分享我的设置。

便宜货 (Namecheap)

Back in the day I, like many other people, used GoDaddy as my primary domain registrar. Quickly I learned that GoDaddy spends all of their money on fancy advertising instead of hiring UX engineers or product managers. Their support team was subpar as well during my time there.

过去,我和其他许多人一样,使用GoDaddy作为我的主要域名注册商。 很快,我得知GoDaddy将所有的钱都花在了精美的广告上,而不是雇用UX工程师或产品经理。 在我在那里期间,他们的支持团队也表现不佳。

Nowadays, I only use Namecheap for my domain needs. Namecheap is by far the best interface I’ve found for managing domains and it gets better every time I use it. They also always have great deals on new TLDs and searching for a great domain on their site is always a fantastic experience.

如今,我仅将Namecheap用于我的域需求。 到目前为止,Namecheap是我发现的用于管理域的最佳界面,并且每次使用它时都会变得更好。 他们在新TLD方面也总是有很多优惠,并且在他们的网站上搜索出色的域名总是一种奇妙的体验。

CloudFlare (CloudFlare)

Every domain registrar will provide you with the ability to configure your DNS settings for your domain, but no free nameserver service can really compare to CloudFlare. I don’t want to take too much time explaining all of the amazing things that CloudFlare can do for you because this video already does an incredible job.

每个域注册商都可以为您的域配置DNS设置,但是没有免费的域名服务器服务可以与CloudFlare相比 。 我不想花太多时间解释CloudFlare可以为您做的所有令人惊奇的事情,因为该视频已经完成了令人难以置信的工作。

If you watched that video, then you know about a lot of the awesome features that CloudFlare provides to its users for free. My absolutely favorite feature though, is surprisingly de-emphasized on CloudFlare’s site. The number one reason I use CloudFlare is because I never have to wait on DNS propagation.

如果您观看了该视频,那么您将了解CloudFlare免费提供给用户的许多很棒的功能。 但是,我绝对喜欢的功能在CloudFlare的网站上却被意外地忽略了。 我使用CloudFlare的第一个原因是因为我不必等待DNS传播

GitHub页面 (GitHub Pages)

Hosting a website can also be quite a pain. If you just need to host a static website, then there is no reason you need to pay for hosting. My personal favorite solution is GitHub Pages. I already use git to manage my website, so GitHub Pages makes updating my website as easy as git push. No more FTP, SSH, or any other three letter acronyms.

托管网站也可能会很痛苦。 如果您只需要托管一个静态网站,则没有理由需要为托管付费。 我个人最喜欢的解决方案是GitHub Pages 。 我已经使用git来管理我的网站,所以GitHub Pages使更新我的网站像git push一样容易。 不再需要FTP,SSH或任何其他三个字母的缩写。

设定 (Setting it up)

By now you should have a good high-level overview of how to setup your website, but there can be small implementation details that still make connecting the dots difficult. Here are all the steps you need to follow in order to utilize the above services:

到现在为止,您应该已经对如何设置网站有了一个很好的高级概述,但是可能有一些小的实施细节,仍然使连接各点变得困难。 要使用上述服务,您需要遵循以下所有步骤:

1.在Namecheap上获取您的域名。 (1. Get your domain on Namecheap.)

It doesn’t matter if you buy it directly or transfer it, but get your domain on Namecheap.

您直接购买或转让它都没有关系,但可以在Namecheap上获得您的域名。

2.将您的站点添加到CloudFlare。 (2. Add your site to CloudFlare.)

On CloudFlare add your site, scan the current DNS records, and select the free plan. Once you’ve done that, you’ll be prompted with two nameserver addresses. Save these for the next step.

在CloudFlare上,添加您的站点,扫描当前的DNS记录,然后选择免费计划。 完成此操作后,系统将提示您两个名称服务器地址。 保存这些以进行下一步。

3.将Namecheap指向CloudFlare。 (3. Point Namecheap to CloudFlare.)

Go back to Namecheap, click the “Manage” button corresponding to your domain from the main “Dashboard” page. Under the “Nameservers” section click “Namecheap Basic DNS”, and then select “Custom DNS.” From here, enter the two nameservers you got from CloudFlare and click the green checkmark.

返回Namecheap,在“主页”主页上单击与您的域相对应的“管理”按钮。 在“名称服务器”部分下,单击“ Namecheap基本DNS”,然后选择“自定义DNS”。 在此处,输入您从CloudFlare获得的两个名称服务器,然后单击绿色的选中标记。

4.检查名称服务器。 (4. Check the nameservers.)

Awesome, now go back to your site on CloudFlare and click “Recheck Nameservers.” This can take up to 24 hours, but often (especially with Namecheap) it only takes a few minutes.

太棒了,现在回到CloudFlare上的站点,然后单击“重新检查名称服务器”。 这最多可能需要24个小时,但是通常(特别是使用Namecheap)只需几分钟。

5.设置GitHub Pages。 (5. Setup GitHub Pages.)

Head over to GitHub and create a new repo called username.github.io, where username is your username on GitHub. From here you can push your static website up with the following commands:

转到GitHub并创建一个名为username .github.io的存储库,其中username是您在GitHub上的用户名。 在这里,您可以使用以下命令来启动静态网站:

# from your website directory on your local machine$ git init$ git add .$ git commit -m ‘Initial commit’
# replace “<remote-url>” with the URL on your repo page on GitHub$ git remote add origin <remote-url>$ git push -u origin master

6.将您的DNS指向GitHub Pages。 (6. Point your DNS to GitHub Pages.)

You can now go back to your site on CloudFlare and click “DNS” at the top. From here you’re going to want to add a CNAME record. The first value (name) will be “@” and the second value (domain name) will be username.github.io, where username is your username on GitHub.

现在,您可以返回到CloudFlare上的站点,然后单击顶部的“ DNS”。 在这里,您将要添加CNAME记录。 第一个值(名称)将为“ @”,第二个值(域名)将为用户名 .github.io,其中用户名是您在GitHub上的用户名。

Unless you have some subdomains or other special circumstances, you can delete any other CNAME or A records off of CloudFlare. Just to be safe though, I’d suggest you backup your DNS records by clicking, “Advanced” and “Export.”

除非您有某些子域或其他特殊情况,否则可以从CloudFlare删除任何其他CNAME或A记录。 为了安全起见,我建议您通过单击“高级”和“导出”来备份DNS记录。

I personally don’t like the “www” that prefixes a lot of domains. I get rid of this by adding another CNAME record with first value “www” and second value username.github.io, where username is your username on GitHub.

我个人不喜欢前缀很多域名的“ www”。 通过添加另一个具有第一个值“ www”和第二个值用户名 .github.io的CNAME记录,我摆脱了这一点,其中username是您在GitHub上的用户名。

7.在GitHub上添加一个CNAME文件。 (7. Add a CNAME file on GitHub.)

The last step in this process is to tell GitHub Pages about our domain. We do this by adding a file called “CNAME” to the root directory of our website’s repository on GitHub. To do this run the following commands:

此过程的最后一步是告诉GitHub Pages有关我们的域的信息。 为此,我们在GitHub上网站存储库的根目录中添加了一个名为“ CNAME”的文件。 为此,请运行以下命令:

# from your website directory on your local machine
$ echo “<my-domain>” >;> CNAME # where “<my-domain>;” is your domain$ git add CNAME$ git commit -m ‘Add CNAME’$ git push origin master

If you found this post useful or if you have any recommendations feel free to post a response here.

如果您认为此帖子有用,或者有任何建议,请在此处发表回复。

Follow me on Twitter here.

按照我的Twitter 这里 。

翻译自: https://www.freecodecamp.org/news/domain-registrars-dns-and-hosting-353e4163a19/

域控dns无法解析域控

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/396366.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

java 栈空间_初学JAVA——栈空间堆空间的理解

1.Person pangzi; //这是在“开拓空间”于栈空间pangzinew Person(); //这是赋值于堆空间上两步就是在做与空间对应的事。2.值类型直接存入栈空间&#xff0c;如AF&#xff0c;引用类型存入堆空间&#xff0c;在栈空间存有“索引地址”&#xff0c;如当需要B时&#xff0…

二进制安装kubernetes v1.11.2 (第八章 kube-apiserver 部署)

继续上一章部署。 八、部署kube-apiserver组件 使用第七章的haproxy和keepalived部署的高可用集群提供的VIP&#xff1a;${MASTER_VIP} 8.1 下载二进制文件&#xff0c;参考 第三章  8.2 创建 kubernetes 证书和私钥 source /opt/k8s/bin/environment.sh cat > kubernetes-…

element手机验证格式_vue封装 element-ui form表单验证 正则匹配手机号 自定义校验表格内容...

效果image.png在methods中//检查手机号isCellPhone(val) {if (!/^1(3|4|5|6|7|8)\d{9}$/.test(val)) {return false;} else {return true;}}在template中v-model"forgetForm.phone"type"text"auto-complete"off"placeholder"请输入你的手机…

multi-mechanize error: can not find test script: v_user.py问题

从github上下载&#xff0c;安装multi-mechanize&#xff0c;新建工程&#xff0c;运行工程报错。 环境&#xff1a; win7-x64, python 2.7 multi-mechanize can not find test script: v_user.py 查看了github上的工程&#xff0c;项目无人维护&#xff0c;这个问题2016年11月…

@RequestMapping 用法详解之地址映射

引言&#xff1a; 前段时间项目中用到了RESTful模式来开发程序&#xff0c;但是当用POST、PUT模式提交数据时&#xff0c;发现服务器端接受不到提交的数据&#xff08;服务器端参数绑定 没有加任何注解&#xff09;&#xff0c;查看了提交方式为application/json&#xff0c; 而…

我的第一个网页 代码_我在免费代码营的第一个月

我的第一个网页 代码by Elliott McNary埃利奥特麦克纳里(Elliott McNary) 我在免费代码营的第一个月 (My First Month At Free Code Camp) I wanted to build an app that would help artists to make more money.我想开发一个可以帮助艺术家赚更多钱的应用。 I had a clear …

java pem rsa_如何从java中的pfx文件/ pem文件中获取RSA公钥的指数和模数值

I want to extract information about RSA Public Key from the pfx file using java.我有一个pfx文件并转换为x509 Pem文件 . 从pem文件&#xff0c;在终端中使用以下命令&#xff1a;openssl x509 -in file.pem -text我能够查看公钥指数和模数值主题公钥信息&#xff1a;Publ…

jmeter+maven+jenkins自动化接口测试(下)

mavenjmeter已经写好了&#xff0c;可以通过maven来执行jmeter的接口测试脚本&#xff0c;怎样实现定时执行测试并发送报告邮件就需要通过jenkins了&#xff08;jmeter或者testng也可以结合不同的邮件jar包来发送邮件&#xff0c;这里使用jenkins&#xff09; 安装jenkins笔记有…

在使用angularjs过程,ng-repeat中track by的作用

转载&#xff1a;http://segmentfault.com/q/1010000000405730<div ng-repeat"links in slides"> <div ng-repeat"link in links track by $index">link.name</div></div>Error: [ngRepeat:dupes]这个出错提示具体到题主的情况…

java判断读到末尾_IO流如何判断读取到了流的结尾,程序中以-1来判断,是流中写入一个EOF表示流结束吗,底层实现呢?...

-1不是流中写入的数据。read()方法返回的数据都是unsigned byte&#xff0c;即是[0,255]。底层实现有很多&#xff0c;比如socket IO和文件IO&#xff0c;甚至你自己也可以实现。——————————————————————给两个类的代码给你看看&#xff0c;理解一下这个东…

结束书

by William Countiss威廉Countiss 结束书 (Closing the Book on Closures) JavaScript closures are an important, but notoriously confusing concept. There’s no escaping it — if you want to grow as a developer, you need to understand what closures are and how …

java激励_激励干个人java的不足之处

1.你需要精通面向对象分析与设计(OOA/OOD)、涉及模式(GOF&#xff0c;J2EEDP)以及综合模式。你应该十分了解UML&#xff0c;尤其是class&#xff0c;object&#xff0c;interaction以及statediagrams。2.你需要学习JAVA语言的基础知识以及它的核心类库(collections&#xff0c;…

Bioconductor软件安装与升级

1 安装工具Bioc的软件包不能使用直接install.packages函数&#xff0c;它有自己的安装工具&#xff0c;使用下面的代码&#xff1a; source("https://bioconductor.org/biocLite.R")biocLite() 上面第二个语句将安装Bioconductor一些基础软件包&#xff0c;包括BiocI…

Laravel Kernel引导流程分析

Laravel Kernel引导流程分析 代码展示 protected function sendRequestThroughRouter($request) {# $this->app->instance(request, $request);# Facade::clearResolvedInstance(request);// 主要是这句代码$this->bootstrap();# return (new Pipeline($this->app)…

Android RecyclerView (一) 使用完全解析

转载请标明出处&#xff1a; http://blog.csdn.net/lmj623565791/article/details/45059587&#xff1b; 本文出自:【张鸿洋的博客】 概述 RecyclerView出现已经有一段时间了&#xff0c;相信大家肯定不陌生了&#xff0c;大家可以通过导入support-v7对其进行使用。 据官方的…

数据透视表日期怎么选范围_透视范围

数据透视表日期怎么选范围by Tiffany White蒂芙尼怀特(Tiffany White) 透视范围 (Putting Scope in Perspective) In JavaScript, lexical scope deals with where your variables are defined, and how they will be accessible — or not accessible — to the rest of your…

feign调用多个服务_Spring Cloud 快速入门系列之feign–微服务之间的调用

我们将一个大的应用拆成多个小的服务之后&#xff0c;紧接着的一个问题就是&#xff0c;原本都在一个项目里&#xff0c;方法我可以随便调用&#xff0c;但是拆开后&#xff0c;原来的方法就没法直接调用了&#xff0c;这时候要怎么办&#xff1f;Spring Cloud提供了feign&…

Asix下日志包冲突

为什么80%的码农都做不了架构师&#xff1f;>>> Class org.apache.commons.logging.impl.SLF4JLogFactory does not implement org.apache.commons.logging. 最近集成asix包的时候发生如下错误&#xff0c;原因是程序运行时logFactoryImple加载了JBOSS下面的sff4j包…

kubernetes中mysql乱码_在kubernetes中部署tomcat与mysql集群-Go语言中文社区

在kubernetes中部署tomcat与mysql集群之前必须要有以下这些基础&#xff1a;1. 已安装、配置kubernetes2. 集群中有tomcat与mysql容器镜像3. 有docker基础具体步骤部署tomcat创建tomcat RC对象我们想要在kubernetes集群中配置tomcat服务器&#xff0c;首先要保证集群中的节点上…

c# 测试运行时间毫秒级

long currentMillis (DateTime.Now.Ticks - (new DateTime(1970, 1, 1, 0, 0, 0, 0)).Ticks) / 10000;/*代码*/long currentMillis1 (DateTime.Now.Ticks - (new DateTime(1970, 1, 1, 0, 0, 0, 0)).Ticks) / 10000;MessageBox.Show((currentMillis1 - currentMillis).ToStri…