Showing headlines posted by bob

« Previous ( 1 ... 90 91 92 93 94 95 96 97 98 99 100 ... 1175 ) Next »

Six years later, HPE and Oracle quietly shut door on Solaris lawsuit

  • The Register (Posted by bob on Jan 19, 2023 2:48 PM CST)
  • Groups: Oracle; Story Type: News Story
Bunfight over support for proprietary Unix operating system ends with a confidential whimper HPE and Oracle have settled their long-running legal case over alleged copyright infringement regarding Solaris software updates for HPE customers, but it looks like the nature of the settlement is going to remain under wraps.…

How to Install Wireguard VPN on Rocky Linux 9

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 19, 2023 10:02 AM CST)
  • Story Type: Tutorial; Groups: Linux
Wireguard is an open-source VPN protocol alternative to IPSec, IKEv2, and OpenVPN. This guide teaches you how to install and set up Wirgeuard Server on a Rocky Linux 9 server. You'll also learn how to set up a client machine to connect to the Wireguard server.

How to Install NetBox on Rocky Linux 9

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 19, 2023 2:53 AM CST)
  • Story Type: News Story, Tutorial; Groups: Linux
NetBox is an Infrastructure Resource Modelling (IRM) software designed for network automation and infrastructure engineering. In this tutorial, you will install NetBox IRM (Infrastructure Resource Management) on a Rocky Linux 9 server.

How to become a Shortwave listener (SWL) with Fedora Linux and Software Defined Radio

Catching signals from others is how we have started communicating as human beings. It all started, of course, with our vocal cords. Then we moved to smoke signals for long-distance communication. At some point, we discovered radio waves and are still using them for contact. This article will describe how you can tune in using Fedora Linux and […]

Fanless Edge Computer features Xilinx Kria SoM

  • LinuxGizmos.com; By Giorgio Mendoza (Posted by bob on Jan 18, 2023 7:44 PM CST)
  • Story Type: News Story; Groups: Linux
Last month, Axiomtek launched the RSC201 Vision System based on the Kria K26 System-on-Module from Xilinx to target commercial and industrial applications. The RSC201 is equipped with one 1x GbE LAN port, 1x CAN bus, 1x 4K display, and 5G connectivity support. The Kria K26 SoM integrates a H.264/265 video codec and it has the […]

Founder of FreeDOS recounts the story so far, and the future

  • The Register; By Liam Proven (Posted by bob on Jan 18, 2023 5:21 PM CST)
  • Story Type: Editorial; Groups: Community
What is dead may never die, and it's all thanks to Jim Hall. Retro Tech Week The last mainstream DOS-based OS was Windows ME, which went out of support 20 years ago. And yet, thanks to free software, DOS lives on. We spoke to FreeDOS founder Jim Hall about how the project started and how it's progressing.…

Bringing the original native OS for Arm back from the brink

  • The Register (Posted by bob on Jan 17, 2023 11:20 PM CST)
  • Groups: ARM; Story Type: News Story
Steve Revill of RISC OS Open chats to us about taking the project into the future Retro Tech Week The mid-1980s codebase for RISC OS, the original native OS for the Arm processor, is still run on present-day hardware and actively maintained and developed. We spoke to RISC OS Open MD Steve Revill about its 26-bit origins, working to bring it to newer 32-bit Arm chips, and efforts to update its BSD-based network stack.…

Here's what's going on in the world of extensions

  • The Mozilla Blog (Posted by bob on Jan 17, 2023 8:57 PM CST)
  • Story Type: Editorial; Groups: Mozilla
About one-third of Firefox users have installed an add-on before – whether it’s an extension to add powerful and customizable features or a visual theme to personalize the web browsing experience. But if you’re unfamiliar, add-ons are sort of like apps for your browser. They can add all kinds of features to Firefox to make […]

Anaconda Web UI storage feedback requested!

Linux partitioning is one of the most complex parts of the OS installer. Anaconda Web UI storage feedback requested to help with design!

How to Install Metabase on Ubuntu 22.04 with Docker

  • Howtoforge Linux Howtos und Tutorials (Posted by bob on Jan 17, 2023 11:25 AM CST)
  • Groups: Ubuntu, Linux; Story Type: News Story
Metabase is a Java-based open-source Business Intelligence (BI) tool. It connects to a number of databases and uses a question builder to hide the complexity of large SQL queries, allowing you to visualize customer data in a readable format and analyze it. You will learn how to install Metabase on a Ubuntu 22.04 server using Docker.

Unix is dead. Long live Unix!

Don't expect to see any more big AIX news. This means the last Unix left is… Linux It's the end of an era. As The Reg covered last week, IBM has transferred development of AIX to India. Why should IBM pay for an expensive US-based team to maintain its own proprietary flavor of official Unix when it paid 34 billion bucks for its own FOSS flavor in Red Hat?…

Build a kiosk with Fedora Silverblue

  • Fedora Magazine (Posted by bob on Jan 16, 2023 11:22 PM CST)
  • Groups: Fedora; Story Type: News Story
Find out how to configure Fedora Silverblue as a kiosk and learn why it is ideally suited to that role.

How to use the open source MQTT plug-in in JMeter

This article introduces how to use the MQTT plug-in in JMeter.

Vecow introduces embedded platform based on Raptor Lake-S processors

This month, Vecow introduced the ECX-3000 which is a Workstation-grade fanless embedded system compatible with 13th/12th Gen Intel processors and Intel 600 Series Chipset. This rugged embedded system is equipped with up to 8x 2.5GbE LAN ports with 4x PoE, 5G connectivity, Wi-Fi6 and extensive storage support. The datasheet for the ECX-3000 Series specifies that […]

Recover from an unsuccessful git rebase with the git reflog command

  • Opensource.com (Posted by bob on Jan 16, 2023 1:50 PM CST)
  • Story Type: News Story
The git rebase command allows you to adjust the history of your Git repository. It's a useful feature, but of course, mistakes can be made. As is usually the case with Git, you can repair your error and restore your repository to a former state. To recover from an unsuccessful rebase, use the git reflog command.

Google polishes Chromium code with a layer of Rust

Mozilla-incubated systems language should make Chrome shine. Google plans to support the use of third-party Rust libraries in its open source browser project Chromium, a significant endorsement of the programming language and its security characteristics.…

7 interesting metrics about open source in sustainability

Open source culture has demonstrated how transparent and collaborative innovation can support modern digital services, data, and infrastructure. Yet, despite its transformative impact and use within an estimated 97% of digital products, the potential of open source for developing environmentally sustainable technologies is not well understood.

Use this open source API gateway to scale your API

An API gateway is a single point of entry for incoming calls to an application programming interface (API). The gateway aggregates the services being requested and then returns the appropriate response. To make your API gateway effective, it's vital for you to design a reliable, efficient, and simple API. This is an architectural puzzle, but it's one you can solve as long as you understand the most important components.

A 4-minute guide to Java loops

A while loop is meant to iterate over data until some condition is satisfied. To create a while loop, you provide a condition that can be tested, followed by the code you want to run. Java has several built-in test functions, the simplest of which are mathematical operators...

ESP32 compact board integrates Walkie-Talkie module

  • LinuxGizmos.com (Posted by bob on Jan 14, 2023 1:35 PM CST)
  • Story Type: News Story
LILYGO recently launched a tiny ESP32-S3 device equipped with a Walkie-Talkie module and other peripherals such as an OLED display, a speaker and a mic and a 18650 battery holder. The company also featured an ESP32 device with a touch-screen LCD display equipped with a stylus pen. According to the product page, the T-TWR integrates […]

« Previous ( 1 ... 90 91 92 93 94 95 96 97 98 99 100 ... 1175 ) Next »