diff --git a/Site/blog-issue.html b/Site/blog-issue.html deleted file mode 100644 index 90f091d..0000000 --- a/Site/blog-issue.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - -Blog Issue - - - - - - - -
-

-Index Hello World -


-

- -

-Date: 2023/09/05 -

- -

-Author: Tristan Ancelet -

- -

Blog Issue

-

DNS

-

-Looks like my master DNS server was down for the last 3 days (didn't know until the teacher mentioned it). Had to end up taking a look at my provider and it looks like my master DNS server had crashed at some point. After restarting it I got everything started up and it seems to have come back up. -

- -

-I had a backup DNS server as well, but after looking into the VM (that was still running), it turns out that I never whitelisted the DNS port (53/udp) on it. So it's entire life has been failure (as it's been the backup for several months). My thought is that I DID whitelist it but not perminately. So after a reboot it cleared the config and DNS traffic wasn't whitelisted it anymore. -

- -

-Here is the commands it did to whitelist DNS (running firewalld as a device side firewall) -

- -
-firewall-cmd --perm --zone=public --add-service=dns
-firewall-cmd --reload
-
- -

-After checking that DNS was resolving with dig, I was able to visit my site with no more issues. -

- -
-dig blog.tristanancelet.com
-
- - - diff --git a/Site/hello-world.html b/Site/hello-world.html deleted file mode 100644 index 64843e8..0000000 --- a/Site/hello-world.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - -Hello World - - - - - - - -
-

-Index -


-

- -

-Date: 2023/09/02 -

- -

-Author: Tristan Ancelet -

- -

Hello World

-
-

-Hello everyone, I'm terrible at things like blogging so I'll just start off with the basics. My name is Tristan Ancelet. I'm a technologist both in hobby and in work. -

- -

-I am also a Systems Engineer and I dabble in software to automate portions of my work and to make administration and backup of my companies infrastructure much easier. -

- -

My Journey So Far

-
-

-I started working in IT when I was 24, as a Network Tech for an ISP. In the next 2 years I then expanded into System Administration and eventually System Engineering. -

- - -

Goals

-
-

Long Term

-
-

-As far as my goals going forward. My long term goal is to use this degree to become much more comfortable with development so that I can get into DevOps Engineering. As having experience with development and the associated technologies (Source Control/Git, GitLab, GitHub, etc) will allow me to expand my scope to encompass those topics more easily. Which will get me closer to that goal. -

- -

Short Term

-
-

-My short Term goals is to graduate with a bachelors in Computer Science. So that I will have more time to be able to focus on my career, and to give me more time to improve my health (due to a very stationary and sedentary job). -

- - -

This Blog

-
-

-This blog is just something I whipped up with using VimWiki and some auto-generation bash scripts. I am focusing on reliable (and convenient) generation of the website and NOT visual appeal. I will eventually change to custom CSS so that the style is more unique and easier to look at. However, this is far from something I feel is a priority in the short term. -

- - - diff --git a/Site/index.html b/Site/index.html index 3ab3218..2a99e48 100644 --- a/Site/index.html +++ b/Site/index.html @@ -2,6 +2,7 @@ + Blog Index @@ -22,13 +23,13 @@ - - diff --git a/blog/blog-issue.wiki b/blog/blog-issue.wiki deleted file mode 100644 index 4ae1149..0000000 --- a/blog/blog-issue.wiki +++ /dev/null @@ -1,31 +0,0 @@ -%title Blog Issue - - ---------------------------- -[[index.wiki|Index]] [[/home/tristan/Blog/blog/hello-world.wiki|Hello World]] ---------------------------- - -*Date:* 2023/09/05 - -*Author:* Tristan Ancelet - -= Blog Issue = -== DNS == -Looks like my master DNS server was down for the last 3 days (didn't know until the teacher mentioned it). Had to end up taking a look at my provider and it looks like my master DNS server had crashed at some point. After restarting it I got everything started up and it seems to have come back up. - -I had a backup DNS server as well, but after looking into the VM (that was still running), it turns out that I never whitelisted the DNS port (53/udp) on it. So it's entire life has been failure (as it's been the backup for several months). My thought is that I *DID* whitelist it but not perminately. So after a reboot it cleared the config and DNS traffic wasn't whitelisted it anymore. - -Here is the commands it did to whitelist DNS (running firewalld as a device side firewall) - -{{{bash -firewall-cmd --perm --zone=public --add-service=dns -firewall-cmd --reload -}}} - -After checking that DNS was resolving with dig, I was able to visit my site with no more issues. - -{{{bash -dig blog.tristanancelet.com -}}} - - diff --git a/blog/hello-world.wiki b/blog/hello-world.wiki deleted file mode 100644 index e21e2ca..0000000 --- a/blog/hello-world.wiki +++ /dev/null @@ -1,36 +0,0 @@ -%title Hello World - - ---------------------------- -[[index.wiki|Index]] ---------------------------- - -*Date:* 2023/09/02 - -*Author:* Tristan Ancelet - -= Hello World = ---------------- -Hello everyone, I'm terrible at things like blogging so I'll just start off with the basics. My name is Tristan Ancelet. I'm a technologist both in hobby and in work. - -I am also a Systems Engineer and I dabble in software to automate portions of my work and to make administration and backup of my companies infrastructure much easier. - -== My Journey So Far == ---------------- -I started working in IT when I was 24, as a Network Tech for an ISP. In the next 2 years I then expanded into System Administration and eventually System Engineering. - - -== Goals == ---------------- -=== Long Term === ---------------- -As far as my goals going forward. My long term goal is to use this degree to become much more comfortable with development so that I can get into DevOps Engineering. As having experience with development and the associated technologies (Source Control/Git, GitLab, GitHub, etc) will allow me to expand my scope to encompass those topics more easily. Which will get me closer to that goal. - -=== Short Term === ---------------- -My short Term goals is to graduate with a bachelors in Computer Science. So that I will have more time to be able to focus on my career, and to give me more time to improve my health (due to a very stationary and sedentary job). - - -== This Blog == ---------------- -This blog is just something I whipped up with using VimWiki and some auto-generation bash scripts. I am focusing on reliable (and convenient) generation of the website and NOT visual appeal. I will eventually change to custom CSS so that the style is more unique and easier to look at. However, this is far from something I feel is a priority in the short term. diff --git a/blog/index.wiki b/blog/index.wiki index f72cc03..61feb18 100644 --- a/blog/index.wiki +++ b/blog/index.wiki @@ -7,7 +7,9 @@ ## Blog Posts ------------- -- [[blog-issue.wiki|Blog Issue (2023/09/05)]] +- [[1698642000-first-ticket.wiki|2023/10/30 - First Ticket ]] -- [[hello-world.wiki|Hello World (2023/09/02)]] +- [[1693890000-blog-issue.wiki|2023/09/05 - Blog Issue ]] + +- [[1693630800-hello-world.wiki|2023/09/02 - Hello World ]]