The Linux Mint project announced today in their monthly newsletter that they’ve started working on implementing a Wayland session for a future release of the Linux Mint distribution, to be initially available in Linux Mint 21.3.
Source: LXer – Linux Mint 21.3 to Ship with Cinnamon 6.0 and Experimental Wayland Support
Tag Archives: Linux
DietPi released a new version 8.23
The October 21st, 2023 release of DietPi v8.23 comes with hardware-related enhancements (Raspberry Pi, ROCK5B, ROCK 4, VisionFive 2) and a couple of improvements and bug fixes.
The post DietPi released a new version 8.23 appeared first on Linux Today.
Source: Linux Today – DietPi released a new version 8.23
How to Change Individual Folder Icons on Ubuntu
In this tutorial, let’s dive into the process of changing the default Linux directory icon on Ubuntu using the Nautilus file manager.
The post How to Change Individual Folder Icons on Ubuntu appeared first on Linux Today.
Source: Linux Today – How to Change Individual Folder Icons on Ubuntu
GNOME 45.1 Improves Flatpak Permission Checks, Adds Support for More CPUs
The GNOME Project announced today the release and general availability for public consumption of GNOME 45.1 as the first point release to the latest GNOME 45 “Riga” desktop environment series.
The post GNOME 45.1 Improves Flatpak Permission Checks, Adds Support for More CPUs appeared first on Linux Today.
Source: Linux Today – GNOME 45.1 Improves Flatpak Permission Checks, Adds Support for More CPUs
[$] Better string handling for the kernel
The C programming language is replete with features that seemed like a good
idea at the time (and perhaps even were good ideas then) that have not aged
well. Most would likely agree that string handling, and the use of
NUL-terminated strings, is one of those. Kernel developers have, for
years, tried to improve the handling of strings in an attempt to slow the
flow of bugs and vulnerabilities that result from mistakes in that area.
Now there is an early discussion on the idea of moving away from
NUL-terminated strings in much of the kernel.
Source: LWN.net – [$] Better string handling for the kernel
KDE Plasma 6 Will Not Support Older Desktop Widgets
KDE Plasma 6 comes with modifications that need widget authors to adapt to. Developers, time to port!
The post KDE Plasma 6 Will Not Support Older Desktop Widgets appeared first on Linux Today.
Source: Linux Today – KDE Plasma 6 Will Not Support Older Desktop Widgets
Latest Steam Client Update Enables New VR Gamepad UI in SteamVR Beta on Linux
After announcing SteamVR 2.0, Valve released today a new Steam Client update for all supported platforms that introduces several new features, improvements, as well as bug fixes to provide gamers with the best possible Linux gaming experience.
The post Latest Steam Client Update Enables New VR Gamepad UI in SteamVR Beta on Linux appeared first on Linux Today.
Source: Linux Today – Latest Steam Client Update Enables New VR Gamepad UI in SteamVR Beta on Linux
How to Install Visual Studio Code on Debian 12 Bookworm
Quick guide on how to install Visual Studio Code on Debian 12 Bookworm utilizing it’s APT repository to install the latest VSCode stable or insider build.
Source: LXer – How to Install Visual Studio Code on Debian 12 Bookworm
Edge AI Fanless PC equipped with Nvidia Jetson Orin
ICP Germany recently presented a Fanless embedded PC for high-performance applications such as machine vision, automation, IoT and industrial control. The MA1 is compatible with both NVIDIA Jetson Orin NX and Nano modules. Users have the option to configure the MA1 Fanless PC with NVIDIA Jetson Orin NX 8GB (10~20W), 16GB (10~25W) or the NVIDIA […]
Source: LXer – Edge AI Fanless PC equipped with Nvidia Jetson Orin
Machine Learning in Linux: Terminal GPT – ChatGPT 3.5 with no API keys
Terminal GPT (tgpt) is a cross-platform command-line interface (CLI) tool that allows you to use ChatGPT 3.5 in your terminal without needing API keys. This is free software written in Go.
Source: LXer – Machine Learning in Linux: Terminal GPT – ChatGPT 3.5 with no API keys
What Linux kernel maintainers do and why they need your help
Everyone uses Linux, and companies are willing to pay to develop it, but maintaining Linux[he]#039[/he]s code? That[he]#039[/he]s another matter.
Source: LXer – What Linux kernel maintainers do and why they need your help
[$] LWN.net Weekly Edition for October 26, 2023
The LWN.net Weekly Edition for October 26, 2023 is available.
Source: LWN.net – [$] LWN.net Weekly Edition for October 26, 2023
How to Play Chess With Computer in Linux Terminal
In this guide, learn how to play chess with a computer in Linux terminal using Stockfish, a free and open-source chess engine.
The post How to Play Chess With Computer in Linux Terminal appeared first on Linux Today.
Source: Linux Today – How to Play Chess With Computer in Linux Terminal
How to Create and Use Workspaces in Linux Mint
This guide explores how to enable and configure workspaces on the Linux Mint Cinnamon desktop.
The post How to Create and Use Workspaces in Linux Mint appeared first on Linux Today.
Source: Linux Today – How to Create and Use Workspaces in Linux Mint
Window Maker Live: When less is more, but more is also … more?
New version of Debian-based live distro boasts added GNUstep, tooBack in August, a new version of Window Maker arrived. Now there’s a corresponding update to Window Maker Live, so you can try it out without installing.…
Source: LXer – Window Maker Live: When less is more, but more is also … more?
How to Create and Use Hot Corners in Linux Mint
Hot corners allow you to access various functions and features quickly, just by moving your mouse to a specific corner of the screen. This can be a game-changer for productivity and ease of use. Let’s dive in and learn how to set up hot corners in Linux Mint.
Source: LXer – How to Create and Use Hot Corners in Linux Mint
The End of an Era: openSUSE Calls for Fresh Logo Submissions
The openSUSE Project has announced a contest for a new logo as well as for the Tumbleweed, Leap, Slowroll, and Kalpa variants. Here’s more on that!
The post The End of an Era: openSUSE Calls for Fresh Logo Submissions appeared first on Linux Today.
Source: Linux Today – The End of an Era: openSUSE Calls for Fresh Logo Submissions
How to Install Nvidia Drivers on Debian 12 Bookworm
In this guide, you will learn how to install NVIDIA drivers on Debian 12 Bookworm utilizing two methods: directly from Debian’s repositories or the latest NVIDIA and Cuda drivers directly from NVIDIA APT repository.
The post How to Install Nvidia Drivers on Debian 12 Bookworm appeared first on Linux Today.
Source: Linux Today – How to Install Nvidia Drivers on Debian 12 Bookworm
[$] Weighted interleaving for memory tiering
The kernel has, for many years, had the ability to control how memory
allocation is performed in systems with multiple NUMA nodes. More
recently, NUMA nodes have also been pressed into service to represent
different classes of memory; those nodes are now organized into tiers
according to their performance characteristics. While memory-allocation
policies can control the placement of pages at the NUMA-node level, the
kernel provides no way to connect those policies with memory tiers. This
patch series from Gregory Price aims to change this situation by
allowing allocations to be placed across tiers in a weighted manner.
Source: LWN.net – [$] Weighted interleaving for memory tiering
How to Check if Your IP Address Is Static or DHCP in Linux
This guide explains three different ways to check if your IP address is static or dynamically assigned from DHCP in Linux.
The post How to Check if Your IP Address Is Static or DHCP in Linux appeared first on Linux Today.
Source: Linux Today – How to Check if Your IP Address Is Static or DHCP in Linux