582 projects for "linux kernel" with 1 filter applied:

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 1
    Loggrep greps kernel logfiles on ipchains and iptables firewall log entries and features the ability to filter against given entries (date, IP, port, ..). It also features quasi-detection of protscanning, line count and html output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Kernel and utilities to run Linux on small machines, 2-3 megs of ram.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    QWL is a simple but complete language for the quick building of GUIs for configuration style programs in the same league as xconfig for the Linux kernel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Linux Kernel HardWare Detection tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5
    WinMac is attempt to clone Mac OS X for the intel platform using the Apple Darwin 1.2 kernel. There are currently two teams working on the project. The kernel team is working on the basic compiling of Darwin on Intel. The GUI team is researching the Aqua
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    daemon for changing brightness, volume, ... on sony vaio notebooks (requires Linux :-) and kernel >= 2.4.1x)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Achelous is attempt to clone Mac OS X for the Intel X86 Chipset. There are currently two teams working on the project: the Kernel team and the GUI team.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Linux Transparent Encryption project aims for integrating transparent read/write access to encrypted data into the linux kernel. This enables any application to use encrypted data without modifying the application itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Kernel RPM project provides binary RPM packages as well as .spec files and accompanying patches for rolling your own kernel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    KIOIK means KIOIK Is ORB In Kernel.It put ORBit2 into Linux Kernel. This Project is inspired by KORBit Project,Which has be discontinued. The Last Intent of KIOIK is be a fundmental Platform for cluster computing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a port of the uClinux to Samsung 4510b(ARM7TDMI) network controller unit. It will need bootloader, bsp, kernel and device drivers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Just another view on how should OS be designed. Streams based architecture, micro kernel, dynamic loading/removing drivers without OS rebooting, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a project to implement a Ip-Over-SCSI Linux kernel driver to be used in beowulfs type computers. The intent is to substitute more expensive myranet boards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This tools will automagically configure the linux kernel, detecting hardware and used sotware protocols. The project will be (maybe) included in kernel 2.5, with the new CML2. We provide also a stand-alone tool to configure 2.4.x kernels.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    YAIAL is a distro of Linux for diskless Internet appliances (the IOpener and WebPlayer initially) with at least 16 MB of storage. Features: USB and ppp networking, X server, web browser, modifiable, 2.4.17 kernel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This Debian reference covers many aspects of system administration through shell command examples. System installation, basic tutorials, Debian package management, Linux kernel on Debian, tips, tuning system, building gateway, editors and CVS are covered
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Blob is a boot loader for SA11x0 (StrongARM) platforms. Blob is able to boot a Linux kernel stored in flash or RAM and provide that kernel with a ramdisk (again from flash or RAM).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The KISS Realtime Kernel is intended for use in deeply embedded applications such as consumer electronics. Being deterministic, small, readable and understandable, it is suitable for applications where deterministic response is primordial.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    LinuxBSM-2 introduces auditing features in Linux kernel to achieve better security and keep an eye on system activities. Any kernel-derived data can be audited.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    this will (when completed) be a kernel module for the ZCom WL24XX radiolan card for use with Linux 2.4.x.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The EMMP is an embedded mobile mp3 player. The code (written mostly in c) supports playing mp3's, radio, software eq, and playlists. It has hardware support (a kernel module) for the noritake 800 series graphic vfd as well as an SDL simulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Sockmon enables users to monitor the per-connection TCP information of all the active connections on a Linux machine in real-time. The display has a look of a netstat. The information sockmon shows is rtt, snd_wnd, cwnd and so on. Written as kernel module
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The unified bus management project aims to abstract the linux kernel bus handling system into a unified and modular one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project is to develop a real time scheduler. We currently have a scheduler patch for the linux kernel that separates the ready real time tasks into MAX_PRI lists. This allows very fast insertion and basically flat dispatch times for real time tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    1.68MB floppy using the 2.4.6 kernel which includes IPTABLES. Most if not all packages in this dist are out of date. I would recommend using LEAF at http://leaf-project.org/ which is more up to date.
    Downloads: 0 This Week
    Last Update:
    See Project