Language Selection

English French German Italian Portuguese Spanish

IBM/Red Hat/Fedora Leftovers

Filed under
Red Hat
  • Policy proposal: New Code of Conduct

    The Fedora Council has been working with the Fedora Community Action and Impact Coordinator to update and improve Fedora’s Code of Conduct. This work began with Brian Exelbierd during his tenure as FCAIC and was then picked up by Marie Nordin at the start of 2020. The new draft of the Code of Conduct is more comprehensive than our current Code of Conduct and will be accompanied by a set of Clarifying Statements. The Clarifying Statements are a work in progress.

  • Optimizing server utilization in datacenters by offloading network functions to NVIDIA BlueField-2 DPUs

    By using hardware offloading and dedicated hardware businesses can free up their CPU resources and handle network traffic more efficiently. In this post we'll look at using NVIDIA BlueField-2 data processing units (DPU) with Red Hat Enterprise Linux (RHEL) and Red Hat OpenShift to boost performance and reduce CPU load on commodity x64 servers.

    Modern networks are expected to be able to quickly and securely move a large number of data packets. Processing that data on both the sending and the receiving ends is an expensive operation for servers that are responsible for handling the network traffic. As the server is performing network operations, its CPUs are spending valuable cycles handling the networking tasks and, as a result, have fewer cycles available to run the actual applications or process the data. A practical solution to this problem is to use hardware offloading to transfer resource intensive computational tasks from the server’s CPU to a separate piece of hardware.

  • Combating security challenges with cloud-native AI-driven architecture

    Network security in modern datacenters is primarily focused on the inbound/outbound packet flow, often referred to as north-south traffic. However, the growth of cloud-native applications has driven an explosion of east-west network traffic within a datacenter where applications can create hundreds of thousands of network connections among virtual machines and containers. As a consequence the ability to track, monitor and secure a datacenter in a timely manner has risen above that of any individual or team. To combat this challenge, Red Hat and NVIDIA are working together to protect networks from breaches via real-time AI security analysis.

    NVIDIA’s Morpheus AI application framework is designed to handle a variety of complex security tasks and policies allowing users to develop and deploy AI-enabled security applications efficiently. Morpheus AI provides several pre-trained models, including one with the ability to immediately recognize many types of sensitive personal information, like public cloud or GitHub user credentials, private keys, passwords, and credit card numbers. This pre-trained model enables AI to search through network packets for patterns associated with these credentials and flag exposed data to the enterprise security team.

  • An Introduction to Convert2RHEL: Now officially supported to convert RHEL-like systems to RHEL

    Convert2RHEL is now an officially supported component of Red Hat Enterprise Linux (RHEL). Convert2RHEL enables the conversion of select RHEL derivative distributions into a supportable RHEL system, retaining existing applications and configurations. This is the culmination of multiple teams within Red Hat who have worked to provide solutions and guidance to our customers and the community at large.

    The concept for the Convert2RHEL utility began nearly five years ago when Red Hat engineering was asked to explore how conversions to RHEL might work. Since then, it has evolved as a collaborative effort between Red Hat Engineering and Consulting services, who have used it successfully with many Oracle Linux and CentOS Linux conversions in many large and complex enterprise environments. Due to numerous requests, Red Hat has now productized it as a supported component of RHEL.

    It was important to ensure that access to the Convert2RHEL utility was frictionless and served the broad CentOS Linux user community who wanted to make use of new options such as our no-cost developer subscriptions. In January, Red Hat announced the enhanced no-cost Red Hat Developer Subscription for Individuals and the Developer for Teams subscription (available via sales), which both provide no-cost access to RHEL subscriptions. This includes Red Hat Insights and many management capabilities from cloud.redhat.com.

  • Red Hat named to Fortune’s 100 Best Companies to Work For list for third year in a row

    In February 2020 Red Hat proudly announced that we had earned a place on Fortune’s list of the 100 Best Companies to Work For. At the time, achieving such a distinction seemed guaranteed to be one of the most memorable moments of the year. 2020 had other ideas, though.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.