Attach to Process

Thoughts and Notes on Software Development

Update 12/27/2018: The ping command is also available on a MacOS terminal.

I finally have my own custom domain and this site is now on dinobansigan.com as opposed to dinobansigan.github.io. I initially had trouble getting the site up and running on my custom domain. I learned that you need to add A records to make a custom domain work with Github pages. So I did that but I still couldn't get to the site.

Did a search on bing (yes I use Bing) and the top troubleshooting tip was to verify which IP address my site was resolving to. To do that, I would have to run the Dig command on my domain name. The Dig command is a Linux command and I'm on a Windows PC so that won't work. Turns out you can use the good old Ping command to do the same thing. So I fired up the command prompt and typed “ping mydomainname.com”. I was then able to see what IP address my site was resolving to.

Note: It took awhile for my site to work with my custom domain even after I correctly setup the A records. I was starting to think I did it incorrectly. So just wait 10-20 minutes and try again.

#CustomDomain

Discuss... or leave a comment below.

This has been a long time coming. I have talked about making my own website/blog for years... and I mean years. Just ask my wife, who is probably tired of hearing me talk about it. Well I finally got a website up and running.

This is a static site built using Jekyll and is hosted for free on Github Pages! All I had to do was fork a repository on Github, make some configuration changes and here we are. While not as straightforward as creating a Wordpress blog, it is an interesting path to take for a software developer.

I will talk more about how this website was created in a future post.

Update #1: I have since updated my blog to being generated using Wyam.

Update #2: I've moved this dev blog to write.as.

#Introduction

Discuss... or leave a comment below.

Enter your email to subscribe to updates.