Vue lecture

CachyOS ISO Release for January 2026 Brings KDE’s New Plasma Login Manager

The CachyOS Release for January 2026 ships with the latest KDE Plasma 6.5.5 desktop environment with the Wayland session enabled by default and the new Plasma Login Manager that will be introduced in the upcoming KDE Plasma 6.6 release. Plasma Login Manager replaces SDDM on new installations.

The post CachyOS ISO Release for January 2026 Brings KDE’s New Plasma Login Manager appeared first on Linux Today.

  •  

Transmission 4.1 Open-Source BitTorrent Client Released as a Massive Update

Coming almost three years after Transmission 4.0, the Transmission 4.1 release introduces support for IPv6 and dual-stack UDP trackers, support for trackers that only support the old BEP-7 module, optional sequential downloading, support for IPv6 Local Peer Discovery, and support for using a proxy server for web connections.

The post Transmission 4.1 Open-Source BitTorrent Client Released as a Massive Update appeared first on Linux Today.

  •  

GStreamer 1.28 Open-Source Multimedia Framework Released, Here’s What’s New

Highlights of GStreamer 1.28 include a Vulkan H.264 encoder, an AMD HIP (Heterogeneous-compute Interface for Portability) plugin, basic colorimetry support for Wayland, a new wpe2 plugin for Webkit that makes use of the “WPE Platform API”, and a new property to disable skew corrections for the MPEG-TS demuxer.

The post GStreamer 1.28 Open-Source Multimedia Framework Released, Here’s What’s New appeared first on Linux Today.

  •  

WallPicker – Wallpacker Picker with Wallhaven Integration and AI Upscaling

WallPicker is a modern GTK4/Libadwaita wallpaper picker application. This isn’t the first wallpaper program that’s been explored in this series, but it has some really notable features.

The post WallPicker – Wallpacker Picker with Wallhaven Integration and AI Upscaling appeared first on Linux Today.

  •  

How to Set Time, Timezone and Sync Server Clock in Linux

In this article, learn how to set time, timezone, and synchronize your Linux system clock with NTP using timedatectl, systemd-timesyncd, and chrony.

The ‘timedatectl‘ command is a utility for RHEL-based and Debian-based distributions, and it is a part of the ‘systemd‘ system and service manager, serving as a replacement for the old traditional date command used in ‘sysvinit‘ daemon-based Linux distributions.

The timedatectl command allows you to query and change the configuration of the system clock and its settings, you can use this command to set or change the current date, time, and timezone, or enable automatic system clock synchronization with a remote NTP server.

The post How to Set Time, Timezone and Sync Server Clock in Linux appeared first on Linux Today.

  •  

How to Install Let’s Encrypt on AlmaLinux 10

SSL (Secure Sockets Layer) is a security protocol that functions to secure communication between clients and servers over the Internet. SSL protects sensitive data such as login information, credit card numbers, and other personal information sent over the internet. Secure Sockets Layer, or SSL, works by using encryption techniques, namely changing the data sent into a form that cannot be read by unauthorized parties. This is done by encrypting the data on the sender’s side and decrypting it on the recipient’s. Nowadays, websites are expected to use SSL certificates. In this article, we will show you how to install Let’s Encrypt on AlmaLinux 10.

The post How to Install Let’s Encrypt on AlmaLinux 10 appeared first on Linux Today.

  •  

How to Use GPG to Encrypt and Decrypt Files in Linux

In this article, we show you how to encrypt files with GPG in Linux, generate key pairs, share encrypted files securely, and decrypt them.

In computing, encryption is a popular and most often the recommended technique of hiding information in a secretive format. GnuPG is one of the useful tools for encrypting information (files) on Linux systems.

GnuPG (also known as GNU Privacy Guard or simply GPG) is GNU’s tool used to encrypt data and create digital signatures that contribute to overall information security. It is a complete and free implementation of the OpenPGP Internet standard that provides an advanced key management solution.

The post How to Use GPG to Encrypt and Decrypt Files in Linux appeared first on Linux Today.

  •