linux

@superna9999's Linux kernel source fork for upstream development (by superna9999)

Linux Alternatives

Similar projects and alternatives to linux

  1. Flutter

    1,258 linux VS Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. linux

    1,059 linux VS linux

    Linux kernel source tree

  4. void-packages

    The Void source packages collection

  5. flatpak

    Linux application sandboxing and distribution framework

  6. llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

  7. podman

    401 linux VS podman

    Podman: A tool for managing OCI containers and pods.

  8. fish-shell

    The user-friendly command line shell.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. sdk

    325 linux VS sdk

    The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.

  11. kotlin

    226 linux VS kotlin

    The Kotlin Programming Language.

  12. docker

    Discontinued Docker - the open-source application container engine (by microsoft)

  13. bedrocklinux-userland

    This tracks development for the things such as scripts and (defaults for) config files for Bedrock Linux

  14. Chicago95

    152 linux VS Chicago95

    A rendition of everyone's favorite 1995 Microsoft operating system for Linux.

  15. snapcraft

    112 linux VS snapcraft

    Package, distribute, and update any app for Linux and IoT.

  16. Arduino

    96 linux VS Arduino

    ESP8266 core for Arduino

  17. website

    65 linux VS website

    Monorepo with website and API (by flathub-infra)

  18. systemd

    systemd upstream (by fbuihuu)

  19. android-sdk-sources-for-api-level-1

    This is only a backup for Android SDK Sources for API Level 1 [Android 1.0].

  20. groovy

    24 linux VS groovy

    Apache Groovy: A powerful multi-faceted programming language for the JVM platform

  21. linux

    22 linux VS linux

    Arch Linux kernel sources, with patches (by archlinux)

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better linux alternative or higher similarity.

linux discussion

Log in or Post with

linux reviews and mentions

Posts with mentions or reviews of linux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-10-04.
  • Open Source Spotlight: A Week of Innovation and Funding Trends in 2025
    1 project | dev.to | 19 May 2025
    Abstract: From April 13–19, 2025, the open source ecosystem witnessed a remarkable blend of technological innovation, community engagement, and pioneering funding models. This post explores the latest updates—from the Linux Kernel 6.14 and Fedora 42 releases to advancements in container orchestration with Kubernetes and language innovation in Rust. We also delve into emerging trends in AI, DevOps automation, and open source funding strategies that promise to reshape the way developers build secure, scalable systems. Along the way, we look at practical applications, current challenges, and opportunities for future development, while connecting with reputable sources like Linux Kernel, Fedora Project, and GSoC 2025.
  • If Linux is so great why isn't everyone using it?
    1 project | dev.to | 13 Oct 2024
    Linux is a family of free and open source operating systems based on the Linux kernel.
  • I Solve Problems (talk at EuroBSDCon 2024)
    2 projects | news.ycombinator.com | 4 Oct 2024
    You mean apart from 6.6 being the current latest longterm kernel?

    https://kernel.org/

  • What Is PID 0?
    2 projects | news.ycombinator.com | 8 Jun 2024
    I don't like that, it's not good practice.

    One should give links to original sources, i.e. https://kernel.org as far as Linux is concerned.

    Even if git guarantees that the content is the same (if someone bothers to verify that the SHA-1 is the same and we exclude the possibility of a SHA-1 collision in git, which is yet to be demonstrated).

    kernel.org existed before github.

  • Thinking about building a operating system
    2 projects | news.ycombinator.com | 6 Jun 2024
    - Modern Operating Systems, 5th Edition by Andrew Tanenbaum (of MINIX fame) and Herbert Bos (https://www.pearson.com/en-us/subject-catalog/p/modern-opera...) is the latest edition of a solid graduate-level textbook on operating system concepts.

    It may also be beneficial studying the source code of existing operating systems. I recommend starting with smaller, simpler systems, such as MINIX and xv6 (https://github.com/mit-pdos/xv6-public), before moving on to larger, more complex systems such as the Linux kernel (https://kernel.org/) and its userland (e.g., GNU utilities, systemd, etc.).

    Another cool thing is to study the designs of non-Unix operating systems, such as the classic Mac OS, VMS, IBM OS/400, Plan 9 (yes, this is "more Unix than Unix" in many ways, but it's quite a departure from Unix) and its successor Inferno, and Symbolics Genera. Bonus points for reading academic papers on OS concepts such as exokernels.

    Good luck! It's a long but very interesting journey!

  • problem with connman
    1 project | /r/antiXLinux | 9 Dec 2023
    Those other flashy distros like mint and ubuntus are designed with rich people with very fresh machines in mind, they don't care if you have an AMDx4 or core2duo or even 32bit older machine. Even Mint and ubuntu people will tell you, if you have an old machine with little ram, use antiX. It still works very well with machines not even released yet, buy one in May 2024 and I "guaranty you" antiX will run fine. That's because kernels, even 6.1 have code for machines not yet released in the market, this is where manufacturers of new hardware send their prototypes to be tested, to kernel.org Some are even industrial machines we will never see in the market.
  • Is there a way to naively replicate a VarHandle.getOpque with fences?
    1 project | /r/javahelp | 12 Oct 2023
    The memory_order_relaxed explanation on the kernel.org documentation heavily implies (never explicitly) that the direct memory load is implicit in the barrier(so by preventing it's reordering we are also forcing a LOAD from main), and that THIS specific barrier (relaxed) is what we NEED for these type of scenarios, so I am not entirely sure if a loadLoadFence() would prevent the hoisting... maybe it will prevent the reordering but not the hoisting/caching... in which case we would still have a visibility issue.
  • Have some confusion around the Ubuntu Kernel
    1 project | /r/linux4noobs | 8 Oct 2023
    Are all versions of the kernel from kernel.org called mainline kernels or only 6.6-rc4 as shown in the picture?
  • Devuan アップグレード: 4 から 5 Daedalus へ
    3 projects | dev.to | 4 Sep 2023
  • Devuan Upgrade: 4 to 5 Daedalus
    3 projects | dev.to | 1 Sep 2023
    Devuan is a fork of Debian GNU+Linux without systemd.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic linux repo stats
99
45
0.0
almost 2 years ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com