These days you can acquire time series data from multiple sources. In this article we will show you how to use InfluxDB, a popular time-series database dedicated to fast concurrent read/write of critical time-series information. One can argue that using a traditional relational database may not work well with data in a time-series format because […]
Source: LXer – Using InfluxDB for time-series data analysis
Tag Archives: Linux
How to Install Plex Media Server on Ubuntu 22.04
This guide provides detailed instructions on installing the Plex Media Server on Ubuntu 22.04 LTS (Jammy Jellyfish). It covers the process right from importing the Plex APT repository to navigating through the web-UI installation. Additionally, the guide addresses common issues like media permissions to ensure a smooth setup.
Source: LXer – How to Install Plex Media Server on Ubuntu 22.04
Proton 8.0-4 Released with Support for More Windows Games on Linux
Valve released today Proton 8.0-4 as the latest version of this open-source compatibility tool for Steam Play based on Wine and additional components that enable Linux users to play Windows games.
Source: LXer – Proton 8.0-4 Released with Support for More Windows Games on Linux
Best Free and Open Source Alternatives to Adobe Bridge
Adobe Bridge is a creative asset manager that lets you preview, organise, edit and publish multiple creative assets quickly and easily.
Source: LXer – Best Free and Open Source Alternatives to Adobe Bridge
Enhancing SSH Login With a tmux Session Selection Menu
Enhance your remote SSH login experience by setting up a tmux session selection menu. Easily switch between or start new tmux sessions with a simple script in Linux.
The post Enhancing SSH Login With a tmux Session Selection Menu appeared first on Linux Today.
Source: Linux Today – Enhancing SSH Login With a tmux Session Selection Menu
Not even the ghost of obsolescence can coerce users onto Windows 11
It’s a great advert for Ubuntu anyway. Windows 10 may be just over a year away from the ax, but its successor, Windows 11, appears to be as unpopular as ever.…
Source: LXer – Not even the ghost of obsolescence can coerce users onto Windows 11
Fwupd 1.9.6 Adds Support for AMD dGPUs Navi3x and Later
Fwupd 1.9.6 introduces support for more hardware devices, including AMD dGPUs Navi3x and later. Learn more here.
The post Fwupd 1.9.6 Adds Support for AMD dGPUs Navi3x and Later appeared first on Linux Today.
Source: Linux Today – Fwupd 1.9.6 Adds Support for AMD dGPUs Navi3x and Later
How to Install ownCloud on Debian 12
ownCloud is a software solution for creating file-hosting services like Google Drive and DropBox. Follow this guide to learn how to install ownCloud on Debian 12 step-by-step. Learn how to install ownCloud via the command line on the LAMP Stack and secure ownCloud with SSL/TLS certificates from Letsencrypt.
Source: LXer – How to Install ownCloud on Debian 12
Proton 8.0-4 Brings Support for More Windows Games on Linux
Proton 8.0-4 is adds official support for more Windows games to play on your Linux box. Discover which games have been added.
The post Proton 8.0-4 Brings Support for More Windows Games on Linux appeared first on Linux Today.
Source: Linux Today – Proton 8.0-4 Brings Support for More Windows Games on Linux
How to Install phpPgAdmin on Debian 12
phpPgAdmin is a web-based software that allows developers, system administrators, and regular users to manage their PostgreSQL database easily via the browser.PostgreSQL is an object-relational database management system. phpPgAdmin is written in PHP and is based on the popular phpMyAdmin interface originally written for MySQL administration. This blog post will install PHP, PostgreSQL, and the Apache Web server to create an Apache configuration file for phpPgAdmin. For this setup, we will spend up to 20 minutes.
Source: LXer – How to Install phpPgAdmin on Debian 12
Krita 5.2 Brings Animation and Text Handling Improvements
Krita 5.2 brings a completely rewritten audio playback functionality, built-in FFmpeg dependency, and improvements to the JPEG-XL image support.
The post Krita 5.2 Brings Animation and Text Handling Improvements appeared first on Linux Today.
Source: Linux Today – Krita 5.2 Brings Animation and Text Handling Improvements
ATO 2014 – Year Two Brings More Speakers and More Attendees to ‘All Things Open’
For its sophomore outing, there was more of everything. There were more speakers, the event was taking up more space at the Raleigh Convention Center, there were more people attending the event, and there was more swag. All bases were covered.
The post ATO 2014 – Year Two Brings More Speakers and More Attendees to ‘All Things Open’ appeared first on FOSS Force.
Source: FOSS Force – ATO 2014 – Year Two Brings More Speakers and More Attendees to ‘All Things Open’
The end of the Red Hat security-announcements list
Red Hat has announced
that its longstanding “rhsa-announce” mailing list will be shut down on
October 10. That is the list that receives security advisories for
Red Hat Enterprise Linux and a whole slew of related products. Anybody who
was counting on that list for Red Hat security advisories will need to find
an alternative; a few options are listed in the announcement.
Source: LWN.net – The end of the Red Hat security-announcements list
Slax Linux Gets Enhanced Session Management, Boot Parameter Options
The new Slax Linux releases are here to introduce enhanced session management, allowing users to maintain multiple sessions more easily.
The post Slax Linux Gets Enhanced Session Management, Boot Parameter Options appeared first on Linux Today.
Source: Linux Today – Slax Linux Gets Enhanced Session Management, Boot Parameter Options
Xubuntu 23.10 Mantic Minotaur: Best New Features
Get the scoop on Xubuntu 23.10: From Kernel 6.5 to the latest Xfce 4.18, learn about the exciting new features that make this release stand out.
The post Xubuntu 23.10 Mantic Minotaur: Best New Features appeared first on Linux Today.
Source: Linux Today – Xubuntu 23.10 Mantic Minotaur: Best New Features
After a clean and inclusive Ubuntu-based desktop? Elementary, dear user
iPadOS-like distro reaches 7.1 and talks to you on installation. The latest release of Elementary OS, version 7.1, is out, based on Ubuntu 22.04.3. We took it for a quick spin.…
Source: LXer – After a clean and inclusive Ubuntu-based desktop? Elementary, dear user
Stable kernels 6.5.6, 6.1.56, and 5.15.134
The latest round of stable kernels, 6.5.6,
6.1.56, and 5.15.134, have been released. Each contains a
fairly large collection of important fixes throughout the kernel tree.
Source: LWN.net – Stable kernels 6.5.6, 6.1.56, and 5.15.134
[$] The challenge of compiling for verified architectures
On its surface, the BPF virtual machine resembles many other computer
architectures; it has registers and instructions to perform the usual
operations. But there is a key difference: BPF programs must pass the
kernel’s verifier before they can be run. The verifier imposes a long list
of additional restrictions so that it can prove to itself that any given
program is safe to run; getting past those checks can be a source of
frustration for BPF developers. At the 2023 GNU Tools Cauldron,
José Marchesi looked at the problem of compiling for verified architectures
and how the compiler can generate code that will pass verification.
Source: LWN.net – [$] The challenge of compiling for verified architectures
Linux Tries to Dump Windows’ Notorious RNDIS Protocol
Linux developers are trying, once more, to rid Linux of Microsoft’s Remote Network Driver Interface Specification (RNDIS). Here’s why it’s complicated.
The post Linux Tries to Dump Windows’ Notorious RNDIS Protocol appeared first on Linux Today.
Source: Linux Today – Linux Tries to Dump Windows’ Notorious RNDIS Protocol
Slax Linux Gets Enhanced Session Management and Boot Parameter Options
On his birthday (happy birthday!), Slax Linux creator and maintainer Tomas Matejicek announced new versions of his tiny and portable GNU/Linux distribution, bringing various enhancements and bug fixes.
Source: LXer – Slax Linux Gets Enhanced Session Management and Boot Parameter Options