Showing all newswire headlines

View by date, instead?

« Previous ( 1 ... 282 283 284 285 286 287 288 289 290 291 292 ... 7359 ) Next »

Nginx web server forked as Freenginx to escape corporate overlords

  • The Register; By Liam Proven (Posted by bob on Feb 17, 2024 6:41 AM EDT)
  • Story Type: News Story; Groups: Developer
Project hails from its original motherland of Russia. Russian developer Maxim Dounin has announced a new fork of the Nginx web server and caching proxy, aimed at avoiding the corporate control of owner F5.…

Contribute at the Fedora Linux Test Week for GNOME 46

The Desktop/Workstation team is working on final integration for GNOME46. This version was just recently released, and will arrive soon in Fedora Linux. As a result, the Fedora Desktop x QA teams are organizing a test week from Monday, February 19, 2024 to Monday, Feburary 26, 2023. The wiki page in this article contains links […]

Best Free and Open Source Alternatives to Apple Bluetooth File Exchange

  • LinuxLinks.com; By Steve Emms (Posted by sde on Feb 17, 2024 3:04 AM EDT)
  • Story Type: Roundups; Groups: Linux
Bluetooth File Exchange is a utility to view the Public folder on the device, retrieve files from the device, and send files to the device.

Forgetting the history of Unix is coding us into a corner

  • The Register; By Liam Proven (Posted by bob on Feb 17, 2024 1:15 AM EDT)
  • Story Type: Editorial; Groups: Community
The lessons of yesteryear's OS are getting lost in translation. FOSDEM 2024 There are vital lessons to be learned from the history of Unix, but they're being forgotten. This is leading to truly vast amounts of wasted effort.…

Setup Turtle Graphics on openSUSE Tumbleweed via Python3.13-dev

First install pyenv on Tumbleweed. You may follow for instance http://lxer.com/module/newswire/view/337068/index.html. Then install Python3.13-dev (or Python3.13.0a2(3)) via pyenv . It won't affect system-wide Python 3.11.(X) . . . . Same way procedure would work on SparkyLinux2024.2 or Manjaro 23.1 and Manjaro Testing as well .

Converting VirtualBox OVA to QCOW2 for QEMU/KVM Deployment

In this detailed guide, we will explore the process of converting a VirtualBox OVA file to the QCOW2 format, a necessary step for deploying virtual machines in a QEMU/KVM environment. This conversion is essential for users looking to transition from VirtualBox to a more scalable and open-source virtualization option like QEMU/KVM. We’ll cover each step of the process, from exporting your VirtualBox machine to finally deploying it on QEMU/KVM.

How to Shrink Long or Multiple Commands into a Single Short Command

In Linux, multiple long commands can be easily replaced with a single short command using the alias command.

Huawei Proposes to Improve Linux Kernel Memory Security with New Sandbox Mode

Chinese tech giant Huawei has proposed introducing a "SandBox Mode" for the Linux kernel , aimed at bolstering memory security. This mode would create an environment where native kernel code can be executed but with access restricted only to predefined memory addresses.

Ubuntu 24.04 LTS “Noble Numbat” Wallpaper Competition Opens for Entries

Canonical put up a call for all artists, graphic designers, and Ubuntu fans everywhere to submit images to the official wallpaper competition for the upcoming Ubuntu 24.04 LTS “Noble Numbat” operating system release.

OpenGL 4.6 Certified for Apple M1 and M2 Chips with Asahi Linux Driver

Khronos certifies Asahi's open driver, setting a new standard for Apple M1/M2 graphics support with OpenGL 4.6 and ES 3.2.

Juno Computers Launches Saturn V5 Linux Laptop with Ubuntu and NVIDIA RTX 4070

  • 9to5linux.com; By Marius Nestor (Posted by hanuca on Feb 16, 2024 12:34 PM EDT)
  • Story Type: News Story; Groups: Linux
Linux hardware vendor Juno Computers announced the 5th generation of the Saturn lineup of Linux-powered laptops featuring Ubuntu Linux pre-installed, a 2K display, and updated internals.

Machine Learning in Linux: Surya - multilingual document OCR toolkit adds text recognition

  • LinuxLinks.com; By Steve Emms (Posted by sde on Feb 16, 2024 10:46 AM EDT)
  • Story Type: Reviews; Groups: Linux, Python
Surya is billed as a multilingual document OCR toolkit. It’s a CLI-based utility that can be used with a CPU or GPU.

Implementing OpenTelemetry Natively in an Event Broker

  • Linux.com (Posted by bob on Feb 16, 2024 8:57 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Introduction In basic terms, an event-driven architecture (EDA) is a distributed system that involves moving data and events between microservices in an asynchronous manner with an event broker acting as the central nervous system in the overall architecture. It is a software design pattern in which decoupled applications can asynchronously publish and subscribe to events […]

Setting Up Virtual Machines with QEMU, KVM, and Virt-Manager on Debian/Ubuntu

Virtualization technology has become an indispensable tool in software development, testing, and deployment. It allows you to run multiple virtual machines (VMs) on a single physical machine, each with its own isolated operating system and resources. This tutorial focuses on setting up a virtualization environment on Debian or Ubuntu Linux using QEMU, KVM (Kernel-based Virtual Machine), and Virt-Manager.

Mixxx 2.4 Open-Source DJ Software Released with Major Changes

  • 9to5linux.com; By Marius Nestor (Posted by hanuca on Feb 16, 2024 5:20 AM EDT)
  • Story Type: News Story; Groups: Linux
Mixxx 2.4 open-source, free, and cross-platform DJ software designed to give you all the tools you need to perform live mixes arrived today as a major update that adds major new features and improvements.

Microchip Launches Affordable PolarFire SoC Kit, Expanding Access to RISC-V and FPGA for Embedded Engineers

Today, Microchip unveiled the PolarFire SoC Discovery Kit, a cost-effective and versatile tool catering to a wide range of users, including students, beginners, and seasoned professionals. This user-friendly kit facilitates quick testing of application ideas, firmware development, programming, and debugging, making it suitable for various levels of expertise in the embedded field. The PolarFire SoC […]

Slimbook Launches Manjaro Gaming Edition Laptop

Powered by Intel Core i7-13620H and NVIDIA GeForce RTX 4060, Slimbook Manjaro is a great gaming laptop for Linux enthusiasts.

COSMIC Desktop Is Slated to Debut with Pop!_OS 24.04 LTS

It's final - a highly anticipated stable release of the COSMIC desktop environment is coming with Pop!_OS 24.04 LTS.

How to Fix WordPress “Critical Error” Message

  • RoseHosting Blog; By Jeff Wilson (Posted by RoseHosting on Feb 15, 2024 10:05 PM EDT)
  • Story Type: Tutorial; Groups: Linux
WordPress is an open-source CMS built in PHP and MySQL. This CMS is used by many developers, experts, and beginners around the globe. By using WordPress, we do not need any programming skills to develop a website. The downside is, sometimes things go wrong, and you’ll see an error appear. We’re here to show you how to fix the WordPress “Critical Error” message.

ZFS on Linux: Unlocking Advanced File System and Volume Management

bIn the realm of modern data management, few technologies hold as much promise and versatility as the ZFS file system. Originally developed by Sun Microsystems for their Solaris operating system, ZFS has gained widespread acclaim for its advanced features, robustness, and data integrity mechanisms. While ZFS was initially exclusive to Solaris and other Unix-like operating systems, its integration with Linux has opened up a world of possibilities for system administrators and enthusiasts alike.

« Previous ( 1 ... 282 283 284 285 286 287 288 289 290 291 292 ... 7359 ) Next »