linux VS linux

Compare linux vs linux and see what are their differences.

linux

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

linux

Arch Linux kernel sources, with patches (by archlinux)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
linux linux
97 22
45 1,050
- 4.4%
0.0 0.0
almost 2 years ago 17 days ago
C C
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

linux

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.
  • 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.
  • Flutter 3 on Devuan 4: 始め方
    10 projects | dev.to | 4 Aug 2023

linux

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 2023-04-19.
  • How do I reinstall excluded headers?
    1 project | /r/archlinux | 31 May 2023
    I reached to Arch's kernel repository and found that device.h exists.
  • Can't connect to Logitech MX Device with Realtek Bluetooth 4.2 Adapter
    3 projects | /r/archlinux | 19 Apr 2023
    bash $ pacman -Q --info linux-headers Name : linux-headers Version : 6.2.11.arch1-1 Description : Headers and scripts for building modules for the Linux kernel Architecture : x86_64 URL : https://github.com/archlinux/linux/commits/v6.2.11-arch1 Licenses : GPL2 Groups : None Provides : None Depends On : pahole Optional Deps : None Required By : None Optional For : dkms Conflicts With : None Replaces : None Installed Size : 158.24 MiB Packager : Jan Alexander Steffens (heftig) Build Date : Thu 13 Apr 2023 06:59:24 PM CEST Install Date : Wed 19 Apr 2023 09:32:40 AM CEST Install Reason : Explicitly installed Install Script : No Validated By : Signature
  • NixOS + the Arch Linux kernel = badassery
    2 projects | /r/linux | 17 Mar 2023
    So, the "bleeding edge" of https://github.com/archlinux/linux? That's going to just get you a release candidate of the mainline kernel, with no Arch-specific patches. You can get that on NixOS by using linuxPackages_testing.
  • sd-encrypt, LUKS partition unlock and YubiKey - Erratic behavior
    3 projects | /r/archlinux | 31 Jan 2023
    Thanks for the suggestion. I'm guessing I have to do it with the Arch Linux fork of the linux kernel?
  • snd_usb_audio module not working!
    2 projects | /r/linuxaudio | 17 Oct 2022
    I've now downloaded v6.0.2-arch1 and confirmed the patch isn't applied. Idk why but will check on archs forums.
    2 projects | /r/archlinux | 17 Oct 2022
    I've confirmed that in v6.0.2-arch1 the patch isn't applied. But it is on the master branch.
  • When will Linux 6.0 come to arch?
    2 projects | /r/archlinux | 11 Oct 2022
    $ pacman -Qii linux Name : linux Version : 6.0.arch1-1 Description : The Linux kernel and modules Architecture : x86_64 URL : https://github.com/archlinux/linux/commits/v6.0-arch1 Licenses : GPL2 Groups : None Provides : VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE KSMBD-MODULE Depends On : coreutils kmod initramfs Optional Deps : wireless-regdb: to set the correct wireless channels of your country linux-firmware: firmware images needed for some devices [installed] Required By : nvidia Optional For : base Conflicts With : None Replaces : virtualbox-guest-modules-arch wireguard-arch Installed Size : 163.52 MiB Packager : Jan Alexander Steffens (heftig) Build Date : Tue 04 Oct 2022 03:16:52 PM EDT Install Date : Wed 05 Oct 2022 04:35:19 AM EDT Install Reason : Explicitly installed Install Script : No Validated By : Signature Backup Files : (none)
  • Vanilla Kernel using Arch Build System?
    2 projects | /r/archlinux | 22 Sep 2022
  • A few changes to joborun development
    2 projects | /r/joborun | 7 Aug 2022
    Lately there appear to be changes in Arch as well, making it hard to keep up as well. Let's examine for example the kernel building. It was the tradition and commitment by arch to use direct source from upstream, and only modify what is necessary to make software comply with the entire distro. Now, with linux-5.19 appearing, and maybe with the last versions of 5.18, instead of using directly a tar ball from kernel.org Arch is using its own source library https://github.com/archlinux/linux/tags made by forking Torvalds' git. The traditional config file is gone, and all configuration and patching takes place at Arch's forked source.
  • AVIC setup in Q2/22
    1 project | /r/VFIO | 4 Jun 2022
    It's not present in 5.15/16 and i noticed that lockdep_assert_preemption_disabled was added in the 5.17. As arch's kernel is by default PREEMPT_DYNAMIC, tried preempt=voluntary and the warnings went away.

What are some alternatives?

When comparing linux and linux you can also consider the following projects:

android-sdk-sources-for-api-level-1 - This is only a backup for Android SDK Sources for API Level 1 [Android 1.0].

nobara-images

PVEDiscordDark - A Discord-like dark theme for the Proxmox Web UI.

linux-hardened - Minimal supplement to upstream Kernel Self Protection Project changes. Features already provided by SELinux + Yama and archs other than multiarch arm64 / x86_64 aren't in scope. Only tags have stable history. Shared IRC channel with KSPP: irc.libera.chat #linux-hardening

git-remote-aws - encrypted git on s3

mkinitcpio-ykfde - Full disk encryption with Yubikey (Yubico key)

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured

Did you know that C is
the 6th most popular programming language
based on number of references?