Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Get started with Nexo.
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Filebench is a file system and storage benchmark that can generate both micro- and macro-workloads. It employs versatile Workload Model Language (WML) for detailed workload specification. Filebench includes several popular macro-workloads in its distribution: Web-server, Mail-server, Database-server, and others.
XCPU is a suite of tools for cluster management. It includes utilities for job starting, cluster resource management, scalable distribution of boot images as well as creation and control of virtual machines in a cluster environment.
ext2demo is user space utility for reading (also writing in the future) ext2 filesystem. I am writing it primary to learning the ext2/ext3 filesystem internals, but i hope it can be useful for others as well.
BTS is a Build Template System designed for building packages for th common packing systems in use by current distributions based on a single XML package description. We are finally restarting development after a long break due to NeOS work.
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.
Trivially Distributed File System is a FUSE-based file system module that enables single-writer-multiple-reader distribution/clustering of file system data.
InterMezzo is a high availability file system with disconnected operation and persistent caching.
It exploits existing Linux file systems as the cache and has protocols similar to Coda.
A challenging project that attempts to get a Linux distro to run under Google's NaCl.
NaCl untime environment is very different from traditional posix systems. There is several hurdles to overcome in order to get a standard linux distribution to run under NaCl.
There is a library called nacl_io in the Google NaCl sdk. It mimics the function of a posix files and sockets on top of ppapi. Similarly in naclports there is a crude nacl-spawn library which mimics processes by creating multiple nacl modules with javascript acting as a sort of "kernel".
Currently the main holes that prevent a conventional distro from being ported is that there is no support for pipes, most signals, and also symbolic links and lastly traditional forks are not currently possible in an efficent way.The current implementation gets around forking and has limited vfork capability.
...