Detect XZ Utils CVE 2024-3094 with Tetragon
Dbi Services Blog
by Benoît Entzmann
14h ago
The recent discovery of the XZ Utils backdoor, classified as CVE 2024-3094, has been now well documented. Detecting it with Tetragon from Isovalent (now part of Cisco) has been explained in this blog post. I also did some research and experimented with this vulnerability. I wondered how we could leverage Tetragon capabilities to detect it before it was known. There are other vulnerabilities out there, so we need to be prepared for the unknown. For this we have to apply a security strategy called Zero Trust. I wrote another blog post on this topic with another example and another tool if you wa ..read more
Visit website
A first look at openSUSE Leap Micro 6.0
Dbi Services Blog
by Daniel Westermann
1d ago
Recently the openSUSE project announced the Alpha release of Leap Micro 6.0. This version of the openSUSE operating system is optimized for container workloads and edge computing. One of the cool features of this version of the OS is, that the root file system is read only. Updates to the operating system are atomic / transactional, which means the Btrfs snapshots are used when the system is patched. When it goes wrong, you can just boot from an old snapshot and you’re done. You can also not damage the root file system by mistake, as it is read only. When you check the available installation m ..read more
Visit website
Another file system for Linux: bcachefs (3) – Mirroring/Replicas
Dbi Services Blog
by Daniel Westermann
2d ago
This is the third post in this little series about bcachefs. The first post was all about the basics while the second post introduced bcachefs over multiple devices. What we did not discuss so far is, what bcache has to offer when it comes to mirroring. By default bcachefs stripes your data across all the devices in the file systems. As devices do not need to be of the same size, the one(s) with the most free space will be favored. The goal of this is, that all devices fill up at the same pace. This usually does not protect you from a failure of a device, except you lose a device which does no ..read more
Visit website
Apache Kafka and ksqlDB
Dbi Services Blog
by Olivier Spiesser
5d ago
After two introduction blogs on Apache Kafka (ie. Apache Kafka Concepts by Example and Apache Kafka Consumer Group), it is time to discover the wide ecosystem around it. In this blog post, I will play with ksqlDB, streams and tables. ksqlDB ksqlDB is a server that takes benefit of an Apache Kafka infrastructure for real time data streaming. It can be used to capture events (via, for example, Kafka Connect), transform events, expose views (or tables). Starting ksqlDB server is easy. First, we need to set the bootstrap servers of our Kafka cluster in etc/ksqldb/ksql-server.properties file: boo ..read more
Visit website
Another file system for Linux: bcachefs (2) – multi device file systems
Dbi Services Blog
by Daniel Westermann
6d ago
In the last post, we’ve looked at the very basics when it comes to bcachefs, a new file system which was added to the Linux kernel starting from version 6.7. While we’ve already seen how easy it is to create a new file system using a single device, encrypt and/or compress it and that check summing of meta data and user data is enabled by default, there is much more you can do with bcachefs. In this post we’ll look at how you can work with a file system that spans multiple devices, which is quite common in today’s infrastructures. When we looked at the devices available to the system in the las ..read more
Visit website
Another file system for Linux: bcachefs (1) – basics
Dbi Services Blog
by Daniel Westermann
1w ago
When Linux 6.7 (already end of life) was released some time ago another file system made it into the kernel: bcachefs. This is another copy on write file system like ZFS or Btrfs. The goal of this post is not to compare those in regards to features and performance, but just to give you the necessary bits to get started with it. If you want to try this out for yourself, you obviously need at least version 6.7 of the Linux kernel. You can either build it yourself or you can use the distribution of your choice which ships at least with kernel 6.7 as an option. I’ll be using openSUSE Tumbleweed as ..read more
Visit website
Build SQL Server audit reports with Powershell
Dbi Services Blog
by aminehaloui
1w ago
Introduction When you are tasked with conducting an audit at a client’s site or on the environment you manage, you might find it necessary to automate the audit process in order to save time. However, it can be challenging to extract information from either the PowerShell console or a text file. Here, the idea would be to propose a solution that could generate audit reports to quickly identify how the audited environment is configured. We will attempt to propose a solution that will automate the generation of audit reports. In broad terms, here are what we will implement: Define the environme ..read more
Visit website
Rancher RKE2: Rancher roles for cluster autoscaler
Dbi Services Blog
by Kévin Keovilay
1w ago
The cluster autoscaler brings horizontal scaling into your cluster by deploying it into the cluster to autoscale. This is described in the following blog article https://www.dbi-services.com/blog/rancher-autoscaler-enable-rke2-node-autoscaling/. It didn’t emphasize much about the user and role configuration. With Rancher, the cluster autoscaler uses a user’s API key. We will see how to configure minimal permissions by creating Rancher roles for cluster autoscaler. Rancher user First, let’s create the user that will communicate with Rancher, and whose token will be used. It will be given minima ..read more
Visit website
SQL-Server: What are VLF’s and why should I care about them?
Dbi Services Blog
by Hocine Mechara
1w ago
Introduction: What are VLF’s? In SQL-Server, the transaction log is divided into several logical units called virtual log files (VLF). The amount of virtual log files and their size are managed automatically by the database engine. The database engine adds more VLF’s to the transaction log file every time when the transaction log file grows. For this reason, admins can indirectly affect the amount of VLF’s through the auto-growth setting of the database transaction log file. For more information regarding VLF’s and the transaction log architecture, check out this link from Microsoft. Why shoul ..read more
Visit website
Elasticsearch, Ingest Pipeline and Machine Learning
Dbi Services Blog
by Olivier Spiesser
1w ago
Elasticsearch has few interesting features around Machine Learning. While I was looking for data to import into Elasticsearch, I found interesting data sets from Airbnb especially reviews. I noticed that it does not contain any rate, but only comments. To have sentiment of the a review, I would rather have an opinion on that review like: Negative Positive Neutral For that matter, I found the cardiffnlp/twitter-roberta-base-sentiment-latest to suite my needs for my tests. Import Model Elasticsearch provides the tool to import models from Hugging face into Elasticsearch itself: eland. It is po ..read more
Visit website

Follow Dbi Services Blog on FeedSpot

Continue with Google
Continue with Apple
OR