Categories: Technology

Setting up a blog

So, a couple of moments ago I did not have a website and now I do. This blog is hosted on one of my personal servers. Cost of my new website, zero dollars. In the old days, when I first started using the Internet, it was very expensive to host your own website. Now, with the help of free and open source programs, I am able to create a personal web-page at no extra cost.

I have a couple of servers at home, leftovers from my research days, that I had previously used as file and media servers for my LAN. The move to hosting a website appeared natural to me. However, there were a number of things that I needed to handle before being able to do so.

First, my main concern was that I would have to shell out some hard earned dollars to buy a domain name and a fixed IP. Recently, I watched a video of a hacker at Defcon who had his Mac stolen and the journey that he went through to get back his machine.

One of the tools he mentioned was dyndns. I immediately became interested. Here was a piece of software that would allow me to have a domain name without getting a fixed IP or shelling out for an expensive domain name. So I created an account on dyndns.com, and downloaded ddclient for my Ubuntu server.

That solved the problem of getting a domain name. Next I downloaded and installed apache server. From there, it was pretty easy to set up a simple test website — no more than a couple of minutes in fact.

However, since I am not a great artist, I decided to get a more sophisticated system on-line. One of the main candidates that came to mind was WordPress. WordPress boasts a five minute install time, but I have to admit it took me a bit more than that.

First, I downloaded MySQL and set up a database for my website. Next, I went through the process of setting up the WordPress software. I was doing this from my laptop using ssh to access my remote server which is in my other apartment. The WordPress installation process contains an automated browser-based configuration process that links everything together.

In my case, it got stuck at the stage of providing the necessary MySQL settings for the software. Since I was doing this remotely, I tried entering the IP address of my server through the browser. After several attempts resulted in error messages telling me that my database server was not accessible, I made manual changes to the configuration files. That fixed the problem immediately.

And so, this blog is now hosted on my personal server. I have the pleasure of knowing that I am controlling my own content. The real beauty of the entire thing, is that all the components used to do this are FOSS. So not only do I have control over my content, I also have control over the platform that hosts it. The knowledge that I can add any feature to my OS and web server at any time by looking at their source code and modifying it is exhilarating.

Neotheone1981

View Comments

Recent Posts

Exploring the Different Mount Systems for Nikkor Lenses

Nikon, one of the leading brands in the photography world, offers a plethora of lenses…

2 years ago

Best Camera Lens Companies: Capturing Moments in Perfection

Capturing perfect moments requires the perfect camera lens. Whether you're a professional photographer or an…

2 years ago

What is the Difference Between Nikkor FX and DX Lenses

In the world of digital photography, Nikon is a brand that has consistently stood out…

2 years ago

A Comprehensive Review: Best Camera Lenses for Every Type of Photographer

For photographers, the right camera lens can make a world of difference. Whether you're a…

2 years ago

Using Node.js for grades website

As I tell my students very often, there is no Goldilocks solution. I have previously…

2 years ago

Unraveling the Difference: Front-End JavaScript vs Node.js

In the realm of web development, two terms that frequently arise are front-end JavaScript and…

2 years ago