Linux Explained Simply

Linux is the best-known and most-used open source operating system. As an operating system, Linux is software that sits underneath all of the other software on a computer, receiving requests from those programs and relaying these requests to the computer’s hardware.

Read MoreLinux Explained Simply

Dual-primary DRBD on a Cluster File System using OCFS2 with Encrypted Disk using LUKS

When shared storage is available, every node can potentially be used for failover. Pacemaker can even run multiple copies of services to spread out the workload. In this guide, I’ll be using two Ubuntu-14 instances on Amazon Web Services using free tier account with separate public and private networks and allotted 2 disks on each host, 1 for the system and 1 for our storage. The instances are called node01 and node02 to make things easier to follow.

Read MoreDual-primary DRBD on a Cluster File System using OCFS2 with Encrypted Disk using LUKS

A quick guide when providing technical support

Whether your product is an open-source script, a Web application or a downloadable product, you will need to provide some form of technical support. This article explores the subject based on my long personal experience of of providing technical support, paid and free. Giving technical support at work and in user community has been my life for a number of years now, not because I love doing it but because i have no other choice, toink! Or I just love to help! :)

Read MoreA quick guide when providing technical support