Language Selection

English French German Italian Portuguese Spanish

'Linux' Foundation Leftovers

Filed under
Misc

Linux Foundation Expects Revenues Of $177 Million

  • Linux Foundation Expects Revenues Of $177 Million This Year

    Once again they are facing some criticism for the Linux Foundation's annual report being made on macOS using Adobe software products. They've done that in the past and in public settings pre-pandemic it hasn't been uncommon to find Linux Foundation directors and other stakeholders running Apple MacBook products with macOS.

Daniel Lange: Gradual improvements at the Linux Foundation

More fluff today

Yet more of Microsoft inside the 'Linux' Foundation

The "Cyber-Investigation..." (Openwashing)

  • The Cyber-Investigation Analysis Standard Expression (CASE) Becomes Part Of Linux Foundation

    The Linux Foundation has announced that the Cyber-investigation Analysis Standard Expression (CASE) is becoming a community project as part of the ​​Cyber Domain Ontology (CDO) project under the Linux Foundation. CASE is an ontology-based specification that supports automated combination and intelligent analysis of cyber-investigation information. CASE concentrates on advancing interoperability and analytics across a broad range of cyber-investigation domains, including digital forensics and incident response (DFIR).

    Organizations involved in joint operations or intrusion investigations can efficiently and consistently exchange information in standard format with CASE, breaking down data silos and increasing visibility across all information sources. Tools that support CASE facilitate correlation of differing data sources and exploration of investigative questions, giving analysts a more comprehensive and cohesive view of available information, opening new opportunities for searching, pivoting, contextual analysis, pattern recognition, machine learning and visualization.

More marketing junk

LFX Platform: An Update on Growing and Sustaining Open Source

  • LFX Platform: An Update on Growing and Sustaining Open Source

    Open source fuels the world’s innovation, yet building impactful, innovative, high-quality, and secure software at scale can be challenging when meeting the growing requirements of open source communities. Over the past two decades, we have learned that ecosystem building is complex. A solution was needed to help communities manage themselves with the proper toolsets in key functional domains.

    From infrastructure to legal and compliance, from code security to marketing, our experience in project governance among communities within the Linux Foundation has accumulated years of expertise and proven best practices. As a result, we have spent the year productizing the LFX Platform, a suite of tools engineered to grow and sustain and grow the communities of today and build the communities of tomorrow.

Microsoft Tim doing puff pieces for the Linux Foundation

  • Linux Foundation spends 20% more in 2021, highlights new LFX platform

    The Linux Foundation (LF) will spend over $180m in 2021, 20 per cent up on last year, and highlights the role of its new LFX platform in its just-published annual report.

    A non-profit formed in 2000 to support the development of the Linux kernel as well as the wider Linux and open source ecosystem, the LF is the parent foundation of the Cloud Native Computing Foundation (CNCF), stewards of Kubernetes and other projects.

Some more LF fluff from Spamnil's site today

Leveraging identity politics today

Linux Foundation Research Reveals New Open Source Diversity...

Spamnil's site joins the PR

More fluff today

  • A 2021 Linux Foundation Research Year in Review - Linux Foundation [Ed: Fake "research" (marketing)]

    Through LF Research, the Linux Foundation is uniquely positioned to create the definitive repository of insights into open source. By engaging with our community members and leveraging the full resources of our data sources, including a new and improved LFX, we’re not only shining a light on the scope of the projects that comprise much of the open source paradigm but contextualizing their impact. In the process, we’re creating both a knowledge hub and an ecosystem-wide knowledge network. Because, after all, research is a team sport.

  • OSPOlogy: Learnings from OSPOs in 2021 - Linux Foundation

    A wide range of open source topics essential for OSPO related activities occurred in 2021, featured by OS experts coming from matured OSPOs like Bloomberg or RIT and communities behind open source standards like OpenChain or CHAOSS.

    The TODO Group has been paving the OSPO path over a decade of change and is now composed of a worldwide community of open source professionals working in collaboration to drive Open Source Initiatives to the next level.

The Linux Foundation is launching...

Tigera, Creator of Project Calico, Joins CrowdStrike, Google...

The 'Linux' Foundation is now a front group for ConsenSys

  • ConsenSys Health and Linux Foundation Public Health to Collaborate on Open Source Software for Veterans’ Health

    ConsenSys Health, a company creating decentralized patient-centric healthcare networks, and Linux Foundation Public Health (LFPH), which builds, secures and sustains open source software for public health authorities, have commenced a collaboration focused on the uniquely complex healthcare needs of United States veterans and their families.

    The collaboration includes the creation of an LFPH-hosted Veterans Affairs Steering Committee focusing initially on current and contemplated open source software components to power VICI. Under the leadership of ConsenSys Health and the non-profit Dixon Center for Military and Veterans Services, the VICI (Veterans Incentivized Coordination and Integration) initiative is convening a consortium of enterprise and public sector stakeholders to focus on the healthcare needs of veterans, their families and caregivers.

Older puff piece

  • Linux Foundation Releases Report on Data and Storage | Enterprise Storage Forum

    The Linux Foundation is sharing a report on enterprise use of data and storage as they relate to cloud services and workloads.

    The Linux Foundation released the 2021 “Data and Storage Trends” report “in the era” of cloud-native, edge computing, the Internet of Things (IoT), and 5G solutions, according to the foundation last month.

LWN has a conflict of interest

Latest 'Linux' Foundation dross

  • Study Reveals Open-Source Community’s Diversity Pain Points, Progress [Ed: Latest 'Linux' Foundation dross finds a home in the media]

    The Linux Foundation (LF) has little concern from within the open-source community over diversity, equity, and inclusion (DEI), according to the first open-source DEI study in at least four years.

    LF, the nonprofit organization enabling mass innovation through open source, on Dec. 14 announced the release of its latest LF Research study, “Diversity, Equity, and Inclusion in Open Source.” The study includes the results of qualitative interviews and a worldwide survey with more than 7,000 initial responses from the open-source community.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

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.