Skip to content

Tag: Debian


Categories:

Replacing Bad Hard Drive in Linux

Post date:
Author:
Number of comments: no comments

This is an eventual possibility that one has to deal with someday when dealing with self maintained Linux systems. Due to many possible reasons a hard drive may develop unrecoverable bad sectors. The easiest approach to the solution is described here, not to mention that you have to be a little lucky for the drive […]

Categories:

Upgrading Gitlab on Debian: from stretch to buster

Post date:
Author:
Tags:
Number of comments: no comments

The one thing I most admire about Gitlab is its installation experience. The upgrades went through very smoothly all the time. This time though when I did “apt update” and “apt upgrade” it gave the following error message. Based on the error and after exploring Gitlab installation page for Debian here, it was clear that […]

Categories:

Kubernetes cluster using Debian Buster on bare metal

Post date:
Author:
Number of comments: no comments

This article is based on two separate articles that are found article 1 and article 2. The former describes using Ansible how to create a three node bare metal cluster(one master and two workers) on Debian Stretch. The later talks about creating a single node Kubernetes cluster on Debian Buster. This article is about using […]