Blog

CATEGORY26 November 2017 · 7 min read

Understanding the Process Crash and Backtracing in Linux

In the infotainment system projects which I involved, the most critical issues are the application crashes. In Linux, if an application crash occurs, the Linux kernel will send a signal to the application process and write a core file (coredump).

Learn More
CATEGORY17 November 2017 · 7 min read

Building an Encrypted Website or Blog

In my last article, I wrote about how we can build a professional personal site without monthly fees. This time I would like to share how we can build **our own secure** website or blog. _secure_ means here that our website uses the secure protocol (HTTPS) instead of HTTP. In short, HTTPS is HTTP over SSL with a certificate authentication. _Our own website_ means that we have control of our data. As we know from the late leaks, the internet is fully monitored by several organizations which we don't know. Thus, HTTPS is very important to be utilized if we want to build a secure website.

Learn More
CATEGORY12 October 2017 · 2 min read

Building a Personal Site using Pelican

I would like to share my experience building this site using the Pelican site generator. In the last two years, I was trying several CMS, web frameworks and static-site generators for different purposes. At the end, I found out that Pelican is the most suitable for my requirements.

Learn More
← Prev
Page 3 of 3
Next →