The first point release to Zorin OS 18 is now available for download, arriving six months and some 3.3 million downloads after the original launch. Zorin OS 18.1 is a point release update. Itβs still based on Ubuntu 24.04 LTS-based but adds a variety of desktop refinements, updated software and a new kernel (courtesy of the recent Ubuntu HWE from Canonical). A new Zorin OS Lite also launches today. This nimble edition is aimed at older, lower-spec hardware and is based around a customised Xfce desktop rather than the GNOME Shell desktop the main edition uses. If you already run [β¦]
One of the main abilities of a debugger is setting breakpoints.GDB: The GNU Project Debugger now introduces an experimental featurecalled source-tracking breakpoints that tracks the source line a breakpointwas set to. Introduction Imagine you are debugging: you set breakpoints on a bunch ofsource lines, inspect some values, and get ideas about how to change yourcode. [β¦]
While we have talked a lot about application deployment, we still need to cover how to keep these applications up and running. The DevOps Tools Engineer exam covers Prometheus Monitoring for this task. Modern IT operations have evolved from merely ... Read more The post DevOps Tools Introduction #13: Prometheus Monitoring appeared first on Linux Professional Institute (LPI).
The workqueue changes merged today for the Linux 7.1 kernel are significant for today's modern high-end processors where there can be many CPU cores per last level cache (LLC / L3 cache). The new WQ_AFFN_CACHE_SHARD affinity scope can reduce some contention on such systems and help achieve greater performance...
The company behind Rocky Linux is making an open catalog available to developers, hobbyists, and other contributors, so they can verify and publish compatibility with the CIQ lineup.
Last month I ran benchmarks showing the very positive performance impact FRED has on Intel's new Panther Lake processors while wondering why Flexible Return and Event Deliver wasn't enabled by default yet on Linux. Hours after that story was published, an Intel engineer posted the patch to enable FRED by default with the rationale they were waiting for hardware to be publicly released in order to evaluate the performance benefit. Days after that the FRED-by-default patch hit tip/tip.git and now as of yesterday that patch is merged for Linux 7.1...
Many people dislike the proliferation of Large Language Models (LLMs) in recent years, and so make an understandable attempt to avoid them. That may not be possible in general, but there are two new forks of Vim that seek to provide an editing environment with no LLM-generated code. EVi focuses on being a modern Vim without LLM-assisted contributions, while Vim Classic focuses on providing a long-term maintenance version of Vim 8. While both are still in their early phases, the projects look to be on track to provide stable alternatives β as long as enough people are interested.