Feed aggregator

next-20240925: linux-next

Latest Linux Kernel - Wed, 09/25/2024 - 00:03
Version:next-20240925 (linux-next) Released:2024-09-25

5 Best Free and Open Source JavaScript Object-Relational Mapping Software

Linux Today - Tue, 09/24/2024 - 19:08

Object–relational mapping (ORM) is a programming technique for converting data between incompatible type systems using object-oriented programming languages. This creates, in effect, a “virtual object database” that can be used from within the programming language.

The post 5 Best Free and Open Source JavaScript Object-Relational Mapping Software appeared first on Linux Today.

09/24 Liya 2.1

Updated Linux Distributions - Tue, 09/24/2024 - 18:55
Liya is an Arch Linux-based, rolling release distribution. The project uses the Calamares system installer to set up the distribution which offers users the Cinnamon desktop environment, Pamac graphical package manager, and OnlyOffice. The system is intended to be easy to use, easy to explore, and distraction-free.

Secure Your Data: How to Encrypt a Partition or Disk on Linux

Linux Today - Tue, 09/24/2024 - 18:34

While no method can guarantee 100% security for your data, encryption provides a highly reliable layer of protection, making it significantly more difficult for hackers and unauthorized users to access your private information. In this tutorial, we’ll explore the best encryption solutions available for Linux users and walk you through the process of creating an encrypted partition step by step.

The post Secure Your Data: How to Encrypt a Partition or Disk on Linux appeared first on Linux Today.

How to Install and Use Screen on Linux (15 Practical Examples)

Linux Today - Tue, 09/24/2024 - 17:06

Learn how to install and use the screen command in Linux to manage multiple shell sessions during an SSH connection, with practical examples.

The post How to Install and Use Screen on Linux (15 Practical Examples) appeared first on Linux Today.

Ubuntu 24.10 “Oracular Oriole” Enters Public Beta Testing with Linux 6.11, GNOME 47

Linux Today - Tue, 09/24/2024 - 13:08

With only three weeks left before Ubuntu 24.10 hits the streets in a stable form, the beta is here to give us a glimpse of what to expect from the final version. Ubuntu 24.10 has the just-released GNOME 47 desktop environment by default and is powered by the latest and greatest Linux 6.11 kernel series.

The post Ubuntu 24.10 “Oracular Oriole” Enters Public Beta Testing with Linux 6.11, GNOME 47 appeared first on Linux Today.

[$] KDE sets its goals through 2026

Linux Weekly News - Tue, 09/24/2024 - 12:00

Almost a decade ago KDE e.V., the non-profit organization that supports KDE, started a process for selecting goals to help the community unite behind a common vision for where the project should go in the near future. KDE recently wrapped up its 2022-2024 cycle and announced the goals for 2024-2026 at Akademy on September 7, in Würzburg, Germany. This time around, KDE will be looking to streamline its application-development experience, improve support for input devices, and bring in new contributors.

HarfBuzz 10.0.0 released

Linux Weekly News - Tue, 09/24/2024 - 11:46

Version 10.0.0 of the HarfBuzz text-shaping engine has been released. Notable changes in this release include Unicode 16.0.0 support, adding Cairo script as an output format for hb-view, and a number of bug fixes.

[$] Committing to Rust in the kernel

Linux Weekly News - Tue, 09/24/2024 - 08:49
The project to enable the writing of kernel code in Rust has been underway for several years, and each kernel release includes more Rust code. Even so, some developers have expressed frustration at the time it takes to get new functionality merged, and an air of uncertainty still hangs over the project. At the 2024 Maintainers Summit, Miguel Ojeda led a discussion on the status of Rust in the kernel and whether the time had come to stop considering it an experimental project. There were not answers to all of the questions, but it seems clear that Rust in the kernel will continue steaming ahead.

Security updates for Tuesday

Linux Weekly News - Tue, 09/24/2024 - 08:46
Security updates have been issued by Gentoo (GCC, Hunspell, Tor, and ZNC), SUSE (apr-devel, cargo-c, chromedriver, firefox, kernel, libecpg6, libmfx, onefetch, postgresql12, postgresql13, postgresql14, postgresql15, postgresql16, python310-azure-identity, python39, qemu, rage-encryption, stgit, and system-user-zabbix), and Ubuntu (kernel, linux-ibm-5.15, linux-oracle-5.15, linux-xilinx-zynqmp, linux-lowlatency, linux-lowlatency-hwe-5.15, linux-raspi, and py7zr).

4 Best Free and Open Source Frontends for GnuPG

Linux Today - Tue, 09/24/2024 - 06:15

GnuPG is a superb tool though it’s a command line affair. If you’re looking for a GUI frontend, check out these tools.

The post 4 Best Free and Open Source Frontends for GnuPG appeared first on Linux Today.

14 Best Free and Open Source Image Processing Libraries

Linux Today - Tue, 09/24/2024 - 05:13

In this article we recommend the finest image processing libraries. All free and open source goodness.

The post 14 Best Free and Open Source Image Processing Libraries appeared first on Linux Today.

Pulsar 1.121 Code Editor Released with CLI Improvements

Linux Today - Tue, 09/24/2024 - 03:21

Pulsar 1.121, an open-source and cross-platform code editor, enhances CLI, adds Linux and macOS commands, and updates language support.

The post Pulsar 1.121 Code Editor Released with CLI Improvements appeared first on Linux Today.

next-20240924: linux-next

Latest Linux Kernel - Tue, 09/24/2024 - 02:25
Version:next-20240924 (linux-next) Released:2024-09-24

Gopeed: A High-Speed Cross-Platform Download Manager

Linux Today - Tue, 09/24/2024 - 01:58

Gopeed is a free, open-source, and high-speed cross-platform download manager that comes with a beautiful UI built on Golang and Flutter.

The post Gopeed: A High-Speed Cross-Platform Download Manager appeared first on Linux Today.

GpgFrontend – GUI frontend for GnuPG

Linux Today - Tue, 09/24/2024 - 01:18

GnuPG is a superb tool though it’s a command line affair. If you’re looking for a GUI frontend for GnuPG, step forward GpgFrontend. This is a Qt-based free, open-source, robust yet user-friendly, compact and cross-platform tool for OpenPGP encryption. It lets you decrypt and sign text or files.

The post GpgFrontend – GUI frontend for GnuPG appeared first on Linux Today.

Revisited: RMuP – terminal-based music player

Linux Today - Tue, 09/24/2024 - 01:15

Rusty Music Player (RMuP) is a TUI music player. Here’s how to install and use it.

The post Revisited: RMuP – terminal-based music player appeared first on Linux Today.

Linux File and Directory Permissions Guide

Linux Today - Tue, 09/24/2024 - 00:13

Ensuring the security and integrity of your Linux system involves mastering file and directory permissions. In this comprehensive guide, we’ll delve into the core permission types—read (r), write (w), and execute (x)—and explore how to leverage them effectively. From basic permission assignments to advanced techniques like ACLs, this article will equip you with the knowledge needed to secure your Linux environment.

The post Linux File and Directory Permissions Guide appeared first on Linux Today.

Debian Minimal GNOME Install: A Step-by-Step Tutorial

Linux Today - Mon, 09/23/2024 - 22:12

This Step-by-Step guide will walk you through the steps to perform a Debian Minimal GNOME install using the Netinst ISO.

The post Debian Minimal GNOME Install: A Step-by-Step Tutorial appeared first on Linux Today.

How to create Animated GIFs with Peek on Ubuntu

Linux Today - Mon, 09/23/2024 - 21:11

Creating animated GIFs is a great way to capture and share quick, visual demonstrations of processes or software. Whether you’re a developer looking to showcase a workflow or just want to share something fun, making GIFs directly from your screen on Ubuntu is simple and efficient. In this guide, I’ll walk you through using a lightweight tool called Peek to create GIFs on Ubuntu.

The post How to create Animated GIFs with Peek on Ubuntu appeared first on Linux Today.

Pages

Subscribe to Just Linux aggregator