Cloud, DevOps, PostgreSQL Creating your private cloud using OpenStack – (1) – Introduction 16.01.2025 by Daniel Westermann While public clouds are a trend since several years now, some companies are also looking into self hosted solutions to build a private cloud. Some do this because of costs, others do this because they don’t want to be dependent(…)
Database Administration & Monitoring, Database management PostgreSQL 18: Change the maximum number of autovacuum workers on the fly 08.01.2025 by Daniel Westermann For PostgreSQL it is critical, that autovacuum is able to keep up with the changes to the instance. One of the parameters you can adapt for this is autovacuum_max_workers. This parameter controls how many worker process(…)
Operating systems FreeBSD basics – 8 – Running Linux Containers 20.12.2024 by Daniel Westermann When people talk about containers in FreeBSD, they usually talk about Jails. We’ve already seen how this works in general here and here. An additional option you have, is to install(…)
Operating systems FreeBSD basics – 7 – The Linux compatibility layer 12.12.2024 by Daniel Westermann Now that we know how to work with the ports collection let’s have a look another option you have in FreeBSD: Sometimes it might be required to run unmodified Linux binaries on FreeBSD and to achieve(…)
Operating systems FreeBSD basics – 6 – The ports collection 11.12.2024 by Daniel Westermann If you followed the previous introduction posts about FreeBSD (here, here, here, here and here) you should already know how(…)
Database Administration & Monitoring, Database management, Operating systems FreeBSD basics – 5 – Providing services using Jails 05.12.2024 by Daniel Westermann This post builds on top of the previous post in which we’ve created a simple thin Jail. The goal of this post is, to put a bit of automation around this and to provide a simple(…)
Operating systems FreeBSD basics – 4 – Jails 03.12.2024 by Daniel Westermann Now that we know how to get started with FreeBSD, how to manage users and groups, and how to work with services, we’ll look a bit into(…)
Operating systems FreeBSD basics – 3 – Services 29.11.2024 by Daniel Westermann This is the third post in the series about getting started with FreeBSD. We’ve looked at the first steps here, and users and groups here. Today we’re looking at how FreeBSD handles(…)
Operating systems FreeBSD basics – 2 – Users & Groups 28.11.2024 by Daniel Westermann In the last post, we’ve initially configured FreeBSD so that networking is up and running, additional packages can be installed, and the system was patched to the latest release. In this post we’ll look at how(…)
Operating systems FreeBSD basics – 1 – The first steps 27.11.2024 by Daniel Westermann In case you follow the blogs here, you might have noticed that I got interested in FreeBSD over the last months (or even year(s)). The reasons for this are multiple: FreeBSD development is organized in very(…)