Wednesday, November 25, 2015

Source management tool

Recently I got Linux From Scratch book in my hands and I've built my own distribution. It was a great experience and I've learned a lot about core Linux system. Either way one simple question came to my mind: how can I manage all those packages from source archives?

This topic is mentioned in the book where a few methods are briefly described. Based on this knowledge, I've created a simple package manager.

Creating a self-signed certificate with own CA

This post is a short howto for creating own certification authority (CA) and generating and signing certificate with this CA.