This article focuses on hybrid tools that merge spreadsheet functionality with database storage capabilities.
Source: LXer – 5 Best Free and Open Source No-Code Database Tools
Tag Archives: Linux
Fedora Linux now runs on all M-powered Macs – except one
The first full-fledged desktop distro for M-chip Macs, Fedora Asahi Linux is a giant step forward in bridging the gap between Linux and Apple silicon hardware.
Source: LXer – Fedora Linux now runs on all M-powered Macs – except one
Darktable 4.6 Open-Source RAW Image Editor Released, Here’s What’s New
Darktable 4.6 has been released today as the latest version for this open-source, free, and cross-platform RAW image editor for GNU/Linux, macOS, and Windows systems.
Source: LXer – Darktable 4.6 Open-Source RAW Image Editor Released, Here’s What’s New
How to Install LibreOffice on Ubuntu
This is a step-by-step tutorial for those who would like to try or use LibreOffice, which is a great Microsoft Office-compatible tool for writing text, creating spreadsheets, making presentations, managing databases, and more.
The post How to Install LibreOffice on Ubuntu appeared first on Linux Today.
Source: Linux Today – How to Install LibreOffice on Ubuntu
Linux Foundation and Meta expand open-source connectivity projects for network service providers
The Linux Foundation is expanding its LF Connectivity project with the addition of two new subprojects: Magma and ISP Toolbox. Launched in May, LF Connectivity got its start with three networking projects contributed by Meta. The overall goal of LF Connectivity is to create a sustainable ecosystem of technologies to enable communication service providers to meet emerging connectivity requirements.
Source: LXer – Linux Foundation and Meta expand open-source connectivity projects for network service providers
GUADEC 2024 Conference Will Be Held in Denver for the GNOME 46 Desktop
Every year, GUADEC gathers GNOME users and developers from all over the world to share knowledge and discuss the new features and changes of the next major release of the GNOME desktop environment. GUADEC 2024 will take place in Denver, Colorado, from July 19th until July 24th, and it’s for the upcoming GNOME 46 series, which is slated for release on March 20th, 2024.
The post GUADEC 2024 Conference Will Be Held in Denver for the GNOME 46 Desktop appeared first on Linux Today.
Source: Linux Today – GUADEC 2024 Conference Will Be Held in Denver for the GNOME 46 Desktop
Zorin OS 17 Released with Quick Settings Menu, Spatial Desktop Effects, and More
The Zorin OS team announced today the release and general availability of Zorin OS 17 as the latest stable version for this Ubuntu-based GNU/Linux distribution featuring long-term support and a beautiful desktop setup.
Source: LXer – Zorin OS 17 Released with Quick Settings Menu, Spatial Desktop Effects, and More
The 6.7 kernel will be released on January 7
Unsurprisingly, Linus Torvalds has let
it be known that he will do a 6.7-rc8 release (rather than 6.7 final)
on December 31, thus avoiding opening the 6.8 merge window on New
Year’s Day.
Just FYI – my current plan is that -rc7 will happen this Saturday
(because I still follow the Finnish customs of Christmas _Eve_
being the important day, so Sunday I’ll be off), and then if
anything comes in that week – which it will do, even if networking
might be offline – I’ll do an rc8 the week after.Then, unless anything odd happens, the final 6.7 release will be Jan
7th, and so the merge window for 6.8 will open Jan 8th.
Source: LWN.net – The 6.7 kernel will be released on January 7
Asahi's Fedora remix dazzles and baffles on Apple Silicon
Take an M1 or M2-powered Mac and turn it into a fast ARM64 PC, if that’s what you fancyThe Asahi Linux team has released the first version of its Fedora 39 remix for Apple Silicon Macs – at least the first couple of generations.…
Source: LXer – Asahi’s Fedora remix dazzles and baffles on Apple Silicon
Mozilla Planning for MemoryCache Local AI Bot in Firefox
Learn about MemoryCache, an innovation from Firefox that comes as a browser add-on that integrates a conversational AI assistant.
The post Mozilla Planning for MemoryCache Local AI Bot in Firefox appeared first on Linux Today.
Source: Linux Today – Mozilla Planning for MemoryCache Local AI Bot in Firefox
Turn Your Terminal into a Playground: Explore 20+ Funny Linux Command Line Tools
Ditch the boring terminal! Discover 20+ hilarious and surprisingly useful Linux tools that’ll turn your command line into a playground of fun and learning.
Source: LXer – Turn Your Terminal into a Playground: Explore 20+ Funny Linux Command Line Tools
Monitoring Linux Systems With InfluxDB
InfluxDB offers very complete query capabilities, and it is also pretty good at storing time series data. In this article I will demonstrate how you can use existing performance collection tools with InfluxDB as the storage for the captured metrics. What you will require for this tutorial Running an InfluxDB server from a container This is maybe the […]
Source: LXer – Monitoring Linux Systems With InfluxDB
[$] Data-type profiling for perf
Tooling for profiling the effects of memory usage and layout has always
lagged behind that for profiling processor activity, so Namhyung Kim’s patch set for data-type profiling
in perf is a welcome addition. It provides aggregated breakdowns of
memory accesses by data type that can inform structure layout and access
pattern changes. Existing tools have either, like heaptrack, focused on
profiling allocations, or, like perf mem, on accounting memory
accesses only at the address level. This new work builds on the latter,
using DWARF debugging information to correlate memory operations with their
source-level types.
Source: LWN.net – [$] Data-type profiling for perf
Announcing `async fn` and return-position `impl Trait` in traits (Rust Blog)
The Rust Blog announces
the stabilization of a couple of trait features aimed at improving support
for async code:
Ever since the stabilization of RFC #1522 in Rust 1.26, Rust has
allowed users to write impl Trait as the return type of
functions (often called “RPIT”). This means that the function
returns “some type that implements Trait“. This is
commonly used to return closures, iterators, and other types that
are complex or impossible to write explicitly. […]Starting in Rust 1.75, you can use return-position impl
Trait in trait (RPITIT) definitions and in trait impls. For
example, you could use this to write a trait method that returns an
iterator: […]So what does all of this have to do with async functions? Well,
async functions are “just sugar” for functions that return
-> impl Future. Since these are now permitted in
traits, we also permit you to write traits that use async fn.
Source: LWN.net – Announcing `async fn` and return-position `impl Trait` in traits (Rust Blog)
Guide to Install Transmission on Ubuntu 22.04 or 20.04
Three methods to install Transmission on Ubuntu 22.04 Jammy Jellyfish using APT, Flatpak with Flathub or Snap with the command-line terminal.
Source: LXer – Guide to Install Transmission on Ubuntu 22.04 or 20.04
Setting Up Kubernetes on Ubuntu Server
In the rapidly evolving landscape of software development and deployment, container technology has emerged as a revolutionary force. At the forefront of this transformation is Kubernetes, an open-source platform designed for automating deployment, scaling, and operations of application containers across clusters of hosts. This article delves into the synergy between Kubernetes and Ubuntu Server, a popular choice for hosting these containers.
Source: LXer – Setting Up Kubernetes on Ubuntu Server
Three Ways to Install Node.js on Ubuntu 22.04 or 20.04
Three methods to install Node.js on Ubuntu 22.04 or 20.04 via the default repository, nodesource or nvm with step-by-step instructions.
Source: LXer – Three Ways to Install Node.js on Ubuntu 22.04 or 20.04
Autofit Columns and Rows in LibreOffice and OpenOffice
Learn how to autofit columns and rows in LibreOffice using two simple methods and say goodbye to cluttered sheets.
Source: LXer – Autofit Columns and Rows in LibreOffice and OpenOffice
Rhino Linux’s 2023.4 Sets the Stage for a Transformative 2024
Discover new features in Rhino Linux 2023.4, like Unicorn Desktop’s new auto-tiling and improved package management.
Source: LXer – Rhino Linux’s 2023.4 Sets the Stage for a Transformative 2024
[$] LWN.net Weekly Edition for December 21, 2023
The LWN.net Weekly Edition for December 21, 2023 is available.
Source: LWN.net – [$] LWN.net Weekly Edition for December 21, 2023