Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Our Free Plans just got better! | Auth0
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.
Linux From Source Code. It's used truly "cross-compiling" (without chroot) then "native-compiling" methods for making Beigesoft™ Linux From Source Code multi-arch (64/32bit) since version 1.5.
Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.
Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
The Linux Intrusion Detection System is a patch which enhances the kernel's security. When it's in effect, many system administration operations can be made impossible even for root. You can turn the security protection on or off online and you can hide
A patch and kernel module for Linux 2.6 kernels to allow you to replace the circa-1970s PC speaker console beep with a userspace action of your choice.
Functional and design specifications documents for Linux 2.4 kernel subsystems, services and the modules. This is a collaborative work by engineers in industry and in the open source community,
with open peer review.
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.
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.
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
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.
Linux support for PCMCIA and CardBus devices, including kernel services, client drivers, and user-level utilities. The kernel components are deprecated for 2.4 and later kernels. The user-level tools are deprecated for 2.6.13 and later kernels.
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.