blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit c2458cc37c91fdfb872eb52d3fcba6770ea8976c
parent 8dfe563df5074e80e01c35dd13388299d9dd4f9f
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Wed,  8 Jan 2020 14:49:35 -0600

Use the correct FQDN

Diffstat:
Mcontent/posts/2017-09-25-my-server-setups-and-whatnot.en.md | 2+-
Mcontent/posts/2017-09-25-my-server-setups-and-whatnot.zh.md | 4++--
Morg/2017.org | 4++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/content/posts/2017-09-25-my-server-setups-and-whatnot.en.md b/content/posts/2017-09-25-my-server-setups-and-whatnot.en.md
@@ -277,7 +277,7 @@ $ ntpq -p
 
 ### Setting up PTR Record {#setting-up-ptr-record}
 
-It turns out that DigitalOcean handles this automatically, all I needed to do is set the droplet name to a Fully Qualified Domain Name (FQDN), in this case `www.shimmy1996.com`. I then checked if the record is in place with:
+It turns out that DigitalOcean handles this automatically, all I needed to do is set the droplet name to a Fully Qualified Domain Name (FQDN), in this case `shimmy1996.com`. I then checked if the record is in place with:
 
 ```sh
 $ dig -x <ip_address>
diff --git a/content/posts/2017-09-25-my-server-setups-and-whatnot.zh.md b/content/posts/2017-09-25-my-server-setups-and-whatnot.zh.md
@@ -172,7 +172,7 @@ $ pacman -U trizen-*.pkg.tzr.xz
 
 #### 常用软件包 {#常用软件包}
 
-在设置完软件包管理器后,就可以大肆安装各种软件了!我的一些必备软件包括 `emacs` (在服务器上我只安装了命令行版本, `emacs-nox=), =tmux` (可以使用同一个命令行窗口来同时运行多个指令,非常有用), `zsh` , `vim` (作快速编辑之用)。
+在设置完软件包管理器后,就可以大肆安装各种软件了!我的一些必备软件包括 `emacs` (在服务器上我只安装了命令行版本, `emacs-nox`), `tmux` (可以使用同一个命令行窗口来同时运行多个指令,非常有用), `zsh` , `vim` (作快速编辑之用)。
 
 
 ## 安全相关 {#安全相关}
@@ -277,7 +277,7 @@ $ ntpq -p
 
 ### 设置 PTR 记录 {#设置-ptr-记录}
 
-DigitalOcean 会自动设置 PTR 记录,我唯一需要做的就是将水滴的名字改为绝对领域名称( FQDN ,帅气但是八成是机翻的译名取自 [Wikipedia](https://zh.wikipedia.org/wiki/完整網域名稱) ),也就是 `www.shimmy1996.com` 。完成这一设置后,我可以通过以下命令来查看设置是否成功。
+DigitalOcean 会自动设置 PTR 记录,我唯一需要做的就是将水滴的名字改为绝对领域名称( FQDN ,帅气但是八成是机翻的译名取自 [Wikipedia](https://zh.wikipedia.org/wiki/完整網域名稱) ),也就是 `shimmy1996.com` 。完成这一设置后,我可以通过以下命令来查看设置是否成功。
 
 ```sh
 $ dig -x <ip_address>
diff --git a/org/2017.org b/org/2017.org
@@ -213,7 +213,7 @@ $ ntpq -p
 #+END_SRC
 
 **** Setting up PTR Record
-It turns out that DigitalOcean handles this automatically, all I needed to do is set the droplet name to a Fully Qualified Domain Name (FQDN), in this case =www.shimmy1996.com=. I then checked if the record is in place with:
+It turns out that DigitalOcean handles this automatically, all I needed to do is set the droplet name to a Fully Qualified Domain Name (FQDN), in this case =shimmy1996.com=. I then checked if the record is in place with:
 #+BEGIN_SRC sh
 $ dig -x <ip_address>
 #+END_SRC
@@ -475,7 +475,7 @@ $ ntpq -p
 #+END_SRC
 
 **** 设置 PTR 记录
-DigitalOcean 会自动设置 PTR 记录,我唯一需要做的就是将水滴的名字改为绝对领域名称( FQDN ,帅气但是八成是机翻的译名取自 [[https://zh.wikipedia.org/wiki/完整網域名稱][Wikipedia]] ),也就是 =www.shimmy1996.com= 。完成这一设置后,我可以通过以下命令来查看设置是否成功。
+DigitalOcean 会自动设置 PTR 记录,我唯一需要做的就是将水滴的名字改为绝对领域名称( FQDN ,帅气但是八成是机翻的译名取自 [[https://zh.wikipedia.org/wiki/完整網域名稱][Wikipedia]] ),也就是 =shimmy1996.com= 。完成这一设置后,我可以通过以下命令来查看设置是否成功。
 #+BEGIN_SRC sh
 $ dig -x <ip_address>
 #+END_SRC