With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Try Google Cloud Risk-Free With $300 in Credit
No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Linux Kernel Immune System (KIS).
KIS is a immune-inspired Intrusion Prevention System (IPS) developed as part of the Linux kernel. It's a hybrid of anomaly and signature based approaches.
The kernel janitor project maintains a list of problem areas in the Linux kernel along with suggested ways of cleaning/fixing them. Please see http://www.kerneljanitors.org/ for current information.
This project aims to provide a quick way for modularizing Linux kernel functions even if they aren't within a module! It can be used for developing and testing kernel functionalities without needing a reboot.
Linux Kernel State Tracer(LKST) records information as trace data
about events in the Linux Kernel. It records various events like
process context switch etc.
This program is a facility for analyzing trouble of the Linux Kernel.
Development of Linux kernel extensions which enable intrusion detection and prevention functionalities based on NSA's SELinux (http://www.nsa.gov/selinux/).
Lite version Linux Kernel for server
Disabled:
- Wi-Fi
- Bluetooth
- Industrial drivers
- Sound drivers
and others multimedia dirvers
Only Ext4 filesystem
INSTALL
#!/bin/bash
cd /usr/src
wget https://sourceforge.net/projects/kernel-5-4-140-sigmade/files/linux-kernel-5.4.140-sigmade.tar/download -O kernel.tar
tar -xvf kernel.tar
dpkg -i headers.deb image.deb libc-dev.deb
rm kernel.tar
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
The Memory Hotadd project aims to enhance the Linux memory management subsystem to allow integrating physical memory added to a running system. It is intended to be used on Non-NUMA Intel IA-32 based systems with memory hot-plug capability.
To provide a secondary tree to test and merge patches for Linux on the MIPS platform. This tree will span any device that uses MIPS from PDAs to high end SGI servers.
Simulating an IP packet traversing the Linux kernel.
lpt simulates an IP packet traversing the Linux kernel and prints out
what happens as it progresses through the security features of the
kernel and quickly determine wether or not the packet will pass.
Linux kernel driver for low-level performance-monitoring counters, and support for virtualised (per-process) counters. User-space glue for use in applications, and by higher-level tools and libraries.
A SCSI target implementation in Linux kernel space. A framework that helps in developing SCSI target devices. It supports multiple target ports and multiple logical units.
This research project is a port of the Rice University's Superpages FreeBSD prototype to the Linux 2.6 kernel for IA64, x86-64, and x86-32 processor architectures. See the wiki section for more information.
Linux TiTan is yet another Linux Distribution that is divided into 3 parts , the main system including packages compiled by us , a security system and a desktop environment developed using java . Goal : Security , Speed , Portability
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.
Trustees is a recursive ACL scheme for the Linux 2.6 kernel's Linux Security Module(LSM) framework. If you have ever used netware, you will be familiar with the speed and convenience of the trustees' approach to ACLs.