Operations | Monitoring | ITSM | DevOps | Cloud

Building an end-to-end Retrieval- Augmented Generation (RAG) workflow

One of the most critical gaps in traditional Large Language Models (LLMs) is that they rely on static knowledge already contained within them. Basically, they might be very good at understanding and responding to prompts, but they often fall short in providing current or highly specific information. This is where RAG comes in; RAG addresses these critical gaps in traditional LLMs by incorporating current and new information that serves as a reliable source of truth for these models.

Linux Security Logs: Complete Guide for DevOps and SysAdmins

Security logs are the quiet sentinels of your Linux systems, recording critical information that can mean the difference between detecting an intrusion and discovering a breach months too late. For most DevOps professionals and system administrators, these logs contain valuable insights that often go untapped. While they're essential for compliance, their real value lies in providing visibility into your system's security posture and operational health.

Ubuntu Cron Logs: A Complete Guide for Engineers

Troubleshooting failed cron jobs without proper logging can be frustrating. Ubuntu cron logs record the execution of scheduled tasks, helping you identify what's working and what isn't. This guide covers what engineers need to know about Ubuntu cron logs – from finding them to analyzing their contents and setting up effective monitoring solutions.

Real-time Linux with Ubuntu: low-latency performance for embedded systems

Need deterministic response times for latency-sensitive applications? In this session, Edoardo Barbieri (Product Manager at Canonical) breaks down the fundamentals of real-time Linux on Ubuntu, and how it meets the demands of telco, industrial automation, and robotics use cases. Learn how Ubuntu enables predictable, low-latency performance across embedded environments. Subscribe. Fuel your curiosity.

CRA compliance: Things IoT manufacturers can no longer do under the CRA (and what to do instead)

I’ve written about the EU Cyber Resilience Act (CRA) on our Canonical blog a few times now, and I think now’s the perfect time to talk about the implications of this new regulation and what it means for IoT and device manufacturers on the practical level of how they design and build Products with Digital Elements (PDEs).

A Practical Guide to Monitoring Ubuntu Servers

Running Ubuntu servers without proper monitoring can lead to unexpected issues. For DevOps engineers and SREs, effective tracking is crucial for maintaining system health and performance. This guide covers everything you need to know about monitoring Ubuntu servers, from the basics to advanced strategies, helping you keep your systems running smoothly, whether you manage a single server or a large fleet.

Linux Coredumps (Part 2) Shrinking the Core

In our previous article, we outlined what a Linux coredump is and how they work under the hood. One common constraint we see in embedded Linux, however, is a limited amount of storage space. Whether we’re trying to limit writes to disk, or need to reserve most of the disk space available to a device for other data, sometimes we just don’t have enough space to store coredumps.

AI on constrained embedded devices with Ubuntu Core

As AI moves closer to production, running inference on embedded devices is becoming essential, but challenging. In this session, Gabriel Aguiar Noury (Product Manager at Canonical) explores how snaps and Ubuntu Core simplify the packaging and deployment of AI models on resource-constrained devices, while maintaining security and updatability.