Hacker News new | ask | show | jobs
by dlangille 1275 days ago
I started blogging in early 1998. Originally my goal was recording what I did so when it went wrong I could describe what I had done when seeking help. Now I write so I document want I did so I can do it again when I need to repeat it. That 'what did I do wrong'-aspect is there there and still heavily used.

How do people find me? Search engines I think. Many times I have encountered an obscure error message, searched for it on the webs, and found it documented in my own blog post.

Write what you're doing and how you're doing. Document the errors and the solutions for that error. Don't restrict your blog post to a list of steps. Things can and will go wrong. Document them too.

I read the mailing lists looking for answers and from time to time I would see someone had asked a question which I knew the answer. I would post the link to my blog post.

Start off by documenting everything you do as you do it. When you're replacing old SSDs with new and faster SSDs, write about that. Document each step. Someone else will be grateful that you did. Likely, that person will be you when you do to do it again a few years later.

One of my most popular blog posts is how to untar a tarball.... Do not underestimate what others will find useful.