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.
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.
A free collection of applications and utility programs
This project serves as a collection of different free software projects that I'm working on. The major ones are currently "HFSExplorer", "DMGExtractor", and "NTFS-3G for Mac OS X".
...
# vi KERNEL_SRC/fs/Makefile
(add following line)
obj-$(CONFIG_SLFS_FS) += slfs/
# vi KERNEL_SRC/fs/Kconfig
(find section “MISC_FILESYSTEMS” and add following line)
source "fs/slfs/Kconfig"
2. build Linux Kernel
# cd KERENL_SRC
# make menuconfig
(check SLFS as a module or built-in)
# make && make modules_install
Note.
Currently uploaded version is developed for Linux Kernel v4.9.
Note.
Related user-space programs for SLFS can be found at:
https://sourceforge.net/p/slfs-utils
Utilities for Simple Log Structured Filesystem(SLFS)
Only mkfs.slfs is included currently. Other helper programs will be included later.
<Build>
$ make dep
$ make
$ make install
To get SLFS, visit following link:
https://sourceforge.net/p/slfs-linux
wpasterr allows copy/paste files (text, images, documents, programs, ...) through web servers, from console command and web browser.C source code. To get wpasterr (functional beta)... ( wget -O wpasterr-1.0.0.tar.gz http://217.149.5.211/pf/-7116120 )
Win2fs is a Windows 2000 File system driver that lets you access Linux Ext2 filesystems from within Windows. Ext2 volumes are automatically mounted and made available to all the other running programs just like regular Windows volumes.
TriOS - The Object Oriented Operating System, is the next generation operating system. Fully based on object orientation, it brings unique features to programmers and end users. Basically everything in TriOS is an object, even files and programs! Enjoy!!
A 100% Java implementation of the Unix "find" program. It can be used as a library, allowing Java programs to search for files. It supports many of the GNU find's options. JavaFind is capable of automatically delegating to GNU find if available.
EzBasic - A C++ based library, that can be used to make programs using functions as in VB. The library has 25 classes ranging from GUI, Threads, String, Active-X etc.
JEPLA - Java Easy Persistent Layer. Provides an easy way to persist objects using persistent collections. The basic idea is provide a way to write programs that use persistent data without break OO concept like RDBMS and without complexity of an OODBMS.
This is a file splitter written in Java. Unlike some file splitter programs that I have come across, this program allows for the transfer of split files between different Operating Systems. Tested on Linux, Free-BSD and Windows XP & 98
JStream is a stream manipulator based on plugin architecture.
Streams are manipulated via custom scripts (Java language).
JStream uses Java NIO for better performances.
With JStream, you can easyly create programs like : MD5Sum, TCP Redirector...