A Simple Way to Install Talos Linux on Any Machine, with Any Provider

2 months ago

Talos Linux is a specialized operating system designed for running Kubernetes. First and foremost it handles full lifecycle management for Kubernetes control-plane components. On the other hand, Talos Linux focuses on security, minimizing the user’s ability to influence the system. A distinctive feature of this OS is the near-complete absence of executables, including the absence […]

The post A Simple Way to Install Talos Linux on Any Machine, with Any Provider appeared first on Linux.com.

Linux.com Editorial Staff

[Testing Update] 2025-04-27 - Kernels, LXQt 2.2, Thunderbird 137.0.2, COSMIC Alpha 7

2 months ago

Hello community, here we have another set of package updates. Since I’m still recovering from my move back to Europe from Asia, I might be less responsive on the forum. So lets test these packages thoroughly so we can do another stable branch snap.

Current Promotions
  • Find out all about our current Gaming Laptop the Hero with Manjaro pre-installed from Spain!
  • Protect your personal data, keep yourself safe with Surfshark VPN: See current promotion
Recent News Valkey to replace Redis in the [extra] Repository (click for more details) Previous News Finding information easier about Manjaro (click for more details) Notable Package Updates Additional Info Python 3.13 info (click for more details) Info about AUR packages (click for more details)

Get our latest daily developer images now from Github: Plasma, GNOME, XFCE. You can get the latest stable releases of Manjaro from CDN77.

Our current supported kernels
  • linux54 5.4.292
  • linux510 5.10.236
  • linux515 5.15.180
  • linux61 6.1.135
  • linux66 6.6.87
  • linux612 6.12.25
  • linux613 6.13.12 [EOL]
  • linux614 6.14.4
  • linux615 6.15-rc3
  • linux61-rt 6.1.134_rt51
  • linux66-rt 6.6.87_rt54
  • linux612-rt 6.12.16_rt9
  • linux613-rt 6.13_rt5
  • linux614-rt 6.14.0_rt3

Package Changes (Sun Apr 27 09:11:49 CEST 2025)

  • testing core x86_64: 14 new and 14 removed package(s)
  • testing extra x86_64: 694 new and 747 removed package(s)
  • testing multilib x86_64: 13 new and 13 removed package(s)

A list of all package changes can be found here.

Click to view the poll.

Check if your mirror has already synced:

14 posts - 10 participants

Read full topic

philm

Ubuntu 24.04 Now Available for OrangePi’s New RISC-V SBC

2 months ago

Of note, Ubuntu 24.04 developer images are now available for the new OrangePi RV2 RISC-V single-board computer (SBC). The news underscores Canonical’s on-going interest in the fledgling, open-source architecture. Last year, DeepComputing released Ubuntu-powered RISC-V tablet and laptop, and Ubuntu Server 25.04 was released last month with support for a myriad of RISC-V SBCs. “At Canonical, we believe that it’s important to do our part to help RISC-V succeed and gain acceptance as an open standard. Ubuntu’s availability on the OrangePi RV2 is a testament to the continued collaboration between [us] and the broader RISC-V community,” the company says. Adding […]

You're reading Ubuntu 24.04 Now Available for OrangePi’s New RISC-V SBC, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

COSMIC Desktop Alpha 7 Brings More New Features

2 months ago

System76 has just announced the 7th alpha release of its Rust-based COSMIC desktop environment. As with earlier alphas, the focus remains adding features and functionality earmarked for inclusion in the first stable release (dubbed Epoch 1). What should you expect from that first stable release? Promise. It makes me sound a bit of a party-popper to say that but it’s worth keeping expectations grounded. It’s unfair and unrealistic to expect the first sable release of COSMIC developed in just a couple of years to feature-match desktop environments developed over decades. Nor will COSMIC’s native core apps, capable though they are […]

You're reading COSMIC Desktop Alpha 7 Brings More New Features, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

Setting Up a Secure Mail Server with Dovecot on Ubuntu Server

2 months ago
by George Whittaker Introduction

Email remains a cornerstone of modern communication. From business notifications to personal messages, having a robust and reliable mail server is essential. While cloud-based solutions dominate the mainstream, self-hosting a mail server offers control, customization, and learning opportunities that managed services can't match.

In this guide, we will explore how to set up a secure and efficient mail server using Dovecot on an Ubuntu Server. Dovecot is a lightweight and high-performance IMAP and POP3 server that provides secure access to mailboxes. When paired with Postfix, it forms a powerful mail server stack capable of sending and receiving messages seamlessly.

Whether you're a system administrator, a DevOps enthusiast, or simply curious about running your own mail infrastructure, this article provides a deep dive into configuring Dovecot on Ubuntu.

Prerequisites

Before we dive into configuration and deployment, ensure the following requirements are met:

  • Ubuntu Server (20.04 or later recommended)

  • Root or sudo access

  • Static IP address assigned to your server

  • Fully Qualified Domain Name (FQDN) pointing to your server

  • Proper DNS records:

    • A record pointing your domain to your server IP

    • MX record pointing to your mail server’s FQDN

    • Optional: SPF, DKIM, and DMARC for email authentication

You should also ensure that your system is up-to-date:

sudo apt update && sudo apt upgrade -y

Understanding the Mail Server Stack

A modern mail server is composed of several components:

  • Postfix: SMTP server responsible for sending and routing outgoing mail.

  • Dovecot: Handles retrieval of mail via IMAP/POP3 and secure authentication.

  • SpamAssassin / ClamAV: For filtering spam and malware.

  • TLS/SSL: Provides encrypted communication channels.

Here's how they work together:

  1. Postfix receives email from external sources.

  2. It stores messages into local mailboxes.

  3. Dovecot lets users access their mail securely using IMAP or POP3.

  4. TLS/SSL encrypts the entire process, ensuring privacy.

Step 1: Installing Postfix and Dovecot Install Postfix

sudo apt install postfix -y

During installation, you will be prompted to choose a configuration. Select:

Go to Full Article
George Whittaker

Fix Coming for Window Button Bug in Ubuntu 25.04

2 months ago

If you installed Ubuntu 25.04 (or upgraded from 24.10 before the gate was closed due to various pernickety issues) you might have noticed that window buttons in GTK apps. Ubuntu user Cristiano Fraga G. Nunes certainly did, filing bug report to report that “…on Ubuntu 25.04, the window control buttons (minimize, maximize, close) appear at inconsistent sizes across different GTK applications.” As he notes, GTK4 apps like Nautilus and Text Editor use smaller window buttons than in GTK3 apps, like Terminal which uses larger buttons (the same size GTK4 apps did in Ubuntu 24.10): Why the discrepancy? Ubuntu uses Yaru […]

You're reading Fix Coming for Window Button Bug in Ubuntu 25.04, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

Enable ESM in Ubuntu 20.04 LTS to Continue Getting Updates

2 months ago

Time is nearly up on support for Ubuntu 20.04 LTS, with standard software, bug fix and security updates coming to an end on May 29, 2025. Users on Ubuntu 20.04 LTS should consider upgrading to Ubuntu 22.04 LTS (or newer) if possible, but if unable should enable Extended Support Maintenance (ESM) as soon as possible in order to continue receiving critical security patches. ESM for Ubuntu provides “10 years of vulnerability management for critical, high and selected medium [security issues] for all software packages shipped with Ubuntu.” Enabling ESM is a bit of a no-brainer since it’s free for regular […]

You're reading Enable ESM in Ubuntu 20.04 LTS to Continue Getting Updates, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

Debugging and Profiling Linux Applications with GDB and strace

2 months ago
by George Whittaker

Debugging and profiling are critical skills in a developer's toolbox, especially when working with low-level system applications. Whether you're tracking down a segmentation fault in a C program or understanding why a daemon fails silently, mastering tools like GDB (GNU Debugger) and strace can dramatically improve your efficiency and understanding of program behavior.

In this guide, we’ll dive deep into these two powerful tools, exploring how they work, how to use them effectively, and how they complement each other in diagnosing and resolving complex issues.

The Essence of Debugging and Profiling What is Debugging?

Debugging is the systematic process of identifying, isolating, and fixing bugs—errors or unexpected behaviors in your code. It’s an integral part of development that ensures software quality and stability. While high-level languages may offer interactive debuggers, compiled languages like C and C++ often require robust tools like GDB for line-by-line inspection.

What is Profiling?

Profiling, on the other hand, is about performance analysis. It helps you understand where your application spends time, which functions are called frequently, and how system resources are being utilized. While GDB can aid in debugging, strace provides a view of how a program interacts with the operating system, making it ideal for performance tuning and root cause analysis of runtime issues.

Getting Hands-On with GDB What is GDB?

GDB is the standard debugger for GNU systems. It allows you to inspect the internal state of a program while it’s running or after it crashes. With GDB, you can set breakpoints, step through code, inspect variables, view call stacks, and even modify program execution flow.

Preparing Your Program

To make your program debuggable with GDB, compile it with debug symbols using the -g flag:

gcc -g -o myapp myapp.c

This embeds symbol information like function names, variable types, and line numbers, which are essential for meaningful debugging.

Basic GDB Commands

Here are some fundamental commands you'll use frequently:

gdb ./myapp # Start GDB with your program run # Start the program inside GDB break main # Set a breakpoint at the 'main' function break filename:line# Break at specific line next # Step over a function step # Step into a function continue # Resume program execution print varname # Inspect the value of a variable backtrace # Show the current function call stack quit # Exit GDB

Go to Full Article
George Whittaker

Forking Ahead: A Year of Valkey

2 months ago

In March of 2024, the open source community witnessed the birth of Valkey, a new BSD-licensed high-performance key-value datastore. Born as a fork in response to Redis OSS 7.2's license change, Valkey represented a commitment to maintaining truly open source infrastructure options for developers worldwide.

Lori Lorusso

Ghostty DEB Installers Now Available for Ubuntu 25.04

2 months ago

Ghostty terminal fans needn’t fear an upgrade to Ubuntu’s latest release, as a community packaging effort just added Ghostty DEB packages for Ubuntu 25.04. The Ghostty Ubuntu project was set up was the aim of providing “Ubuntu/Debian (.deb) packages for Ghostty” so users on supported Linux distributions, including Ubuntu-based distros like Linux Mint and ZorinOS, can download, install and use the app properly. To date, there’s no official snap or Flatpak version of Ghostty available, and although compiling it from source isn’t hard, it’s more hassle than most are willing to go through to try a new app — yes, […]

You're reading Ghostty DEB Installers Now Available for Ubuntu 25.04, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

[Testing Update] 2025-04-21 - Kernels, GNOME 48.1, NVIDIA 570.144, KDE Gear 25.04, Mesa

2 months ago

Hello community, here we have another set of package updates. Since I’m still recovering from my move back to Europe from Asia, I might be less responsive on the forum. So lets test these packages thoroughly so we can do another stable branch snap.

Current Promotions
  • Find out all about our current Gaming Laptop the Hero with Manjaro pre-installed from Spain!
  • Protect your personal data, keep yourself safe with Surfshark VPN: See current promotion
Recent News Valkey to replace Redis in the [extra] Repository (click for more details) Previous News Finding information easier about Manjaro (click for more details) Notable Package Updates Additional Info Python 3.13 info (click for more details) Info about AUR packages (click for more details)

Get our latest daily developer images now from Github: Plasma, GNOME, XFCE. You can get the latest stable releases of Manjaro from CDN77.

Our current supported kernels
  • linux54 5.4.292
  • linux510 5.10.236
  • linux515 5.15.180
  • linux61 6.1.134
  • linux66 6.6.86
  • linux612 6.12.24
  • linux613 6.13.12 [EOL]
  • linux614 6.14.3
  • linux61-rt 6.1.134_rt51
  • linux66-rt 6.6.87_rt54
  • linux612-rt 6.12.16_rt9
  • linux613-rt 6.13_rt5
  • linux614-rt 6.14.0_rt3

Package Changes (Mon Apr 21 09:50:33 CEST 2025)

  • testing core x86_64: 73 new and 69 removed package(s)
  • testing extra x86_64: 3081 new and 3163 removed package(s)
  • testing multilib x86_64: 31 new and 31 removed package(s)

A list of all package changes can be found here.

Click to view the poll.

Check if your mirror has already synced:

10 posts - 8 participants

Read full topic

philm

Parallels Desktop 20.3 Brings Linux VM Fixes to Mac Users

2 months 1 week ago

The fourth major release in the Parallels Desktop 20 series has been released, bringing a stack of fixes for running Windows, macOS and Linux virtual machines on macOS. Yes, I did say macOS. I know; at first blush it seems odd for an Ubuntu blog to cover macOS app updates. But, Parallels is virtualisation software. It lets macOS users run Windows, macOS and Linux distributions as virtual machines so they can …Do whatever it is they need to. Scores of developers rely on Linux virtual machines in their day-to-day work since they aren’t able to run Linux on ‘bare metal’ […]

You're reading Parallels Desktop 20.3 Brings Linux VM Fixes to Mac Users, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

11 Things to Do After Installing Ubuntu 25.04

2 months 1 week ago

The Ubuntu 25.04 release is packed full of fresh features, updated apps and other upgrades that deliver a practical, pleasing out-of-the-box experience. —Perhaps not a perfect one, though. I just installed Ubuntu 25.04 on my “couch potato” laptop and there were a few “things” I had to do to make the experience better — albeit better for me! I didn’t do anything drastic: I didn’t remove Snap, uninstall GNOME Shell, or decamp to a 100% Libre Linux kernel and expunge proprietary drivers. Part post-install tasks and todos, part future-proof plumbing to setup a few things ahead of time so I […]

You're reading 11 Things to Do After Installing Ubuntu 25.04, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

How to Upgrade to Ubuntu 25.04 ‘Plucky Puffin’

2 months 1 week ago

Do you currently run Ubuntu 24.10 on your computer but want to upgrade to the new Ubuntu 25.04 release to benefit from its (many) changes? As long as you’re full up-to-date and have a working internet connection, you can upgrade to Ubuntu 25.04 directly – no need to do download an ISO, flash it to a USB stick and do a clean install. And upgrading soon is a good idea. Ubuntu 24.10 supports ends in July, and those using it after that date will need to upgrade to Ubuntu 25.04 to continue receiving security updates. Those left cold by the churn of upgrading every […]

You're reading How to Upgrade to Ubuntu 25.04 ‘Plucky Puffin’, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

Debian Package Management: Aptitude vs. Apt-Get in Ubuntu

2 months 1 week ago
by George Whittaker

Package management is at the heart of every Linux system. It’s what makes installing, updating, and managing software on Linux-based distributions not just possible but streamlined and elegant. For users of Debian and its popular derivative Ubuntu, two powerful tools often stand at the center of debate: apt-get and aptitude. Though both are capable of managing packages effectively, they have unique characteristics that make them better suited to different use cases.

This article provides a comparison of apt-get and aptitude, helping you understand their roles, differences, and when to use one over the other.

Understanding the Debian Package Management Ecosystem

Before diving into the specifics, it's helpful to understand the ecosystem in which both tools operate.

What is a Package Manager?

A package manager is software that automates the process of installing, upgrading, configuring, and removing software packages from a computer. In Debian-based systems, packages are distributed in .deb format.

The APT System

APT, or Advanced Package Tool, is the foundation of package management in Debian-based systems. It works with core components such as:

  • dpkg – the base tool that installs and manages .deb files

  • apt-get / apt – command-line front-ends for retrieving and managing packages from repositories

  • apt-cache – used for searching and querying package information

  • aptitude – a higher-level package manager that interacts with APT and dpkg under the hood

What is apt-get? A Brief History

apt-get has been a trusted part of Debian since the late 1990s. It was designed to provide a consistent command-line interface to the APT system and has been widely used in scripts and system automation.

Core Features
  • Handles package installation, upgrade, and removal

  • Fetches and resolves dependencies automatically

  • Interacts directly with APT repositories

Common Commands

Here are some frequently used apt-get commands:

Go to Full Article
George Whittaker

Ubuntu 25.04 Release Now Available for Download

2 months 1 week ago

Pull the party poppers and unpack the cake as today is Ubuntu release day — and Ubuntu 25.04 ‘Plucky Puffin’ is now available to download. Ubuntu 25.04 is arguably the most polished & performant release to date! The latest short-term release of the world’s best-known desktop Linux operating system, Ubuntu 25.04 receives ongoing support until January 2026 — not long, but Ubuntu 25.10 is out in October, with direct upgrades available from this version. Over the past six months Ubuntu engineers, developers and community contributors have baked plenty of improvements into this release — arguably the most polished & performant […]

You're reading Ubuntu 25.04 Release Now Available for Download, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon

Valkey to replace Redis in the [extra] Repository

2 months 1 week ago

Valkey, a high-performance key/value datastore, will be replacing redis in the [extra] repository. This change is due to Redis modifying its license from BSD-3-Clause to RSALv2 and SSPLv1 on March 20th, 2024.

Arch Linux Package Maintainers intend to support the availability of the redis package for roughly 14 days from the day of this post, to enable a smooth transition to valkey. After the 14 day transition period has ended, the redis package will be moved to the AUR. Also, from this point forward, the redis package will not receive any additional updates and should be considered deprecated until it is removed.

Users are recommended to begin transitioning their use of Redis to Valkey as soon as possible to avoid possible complications after the 14 day transition window closes.

Andrew Crerar

Linux Foundation Newsletter: April 2025

2 months 1 week ago

Welcome to the April 2025 edition of the LF Newsletter. We’ve got exciting LF announcements including new members and an intent to form, three new research reports + our webinar series, project milestones, and can't miss events! We are so glad you’re here. Check out the highlights, save the dates, and be sure to register for upcoming events!

The Linux Foundation

VirtualBox 7.1.8 Adds Support for Linux Kernel 6.14

2 months 1 week ago

Ubuntu 25.04 is out this week and many will be turning to virtual machine to test, trial or tie the release into their development workflows — perfect timing for a new version of VirtualBox, then! Oracle today (April 15) issued the fourth maintenance update in the current VirtualBox 7.1 series. No new features were added but a flurry of bug fixes, stability boosts and integration buffs are present, which users across all supported OSes will benefit from. For Linux users frustrated at flakey wireless network adapter detection in earlier releases, the 7.1.8 update fixes the issue. Similarly, anyone ticked off […]

You're reading VirtualBox 7.1.8 Adds Support for Linux Kernel 6.14, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Joey Sneddon