Network Management Software and Tools for Businesses and Organizations | Auvik Networks
Mapping, inventory, config backup, and more.
Reduce IT headaches and save time with a proven solution for automated network discovery, documentation, and performance monitoring. Choose Auvik because you'll see value in minutes, and stay with us to improve your IT for years to come.
Learn More
The AI-powered unified PSA-RMM platform for modern MSPs.
Trusted PSA-RMM partner of MSPs worldwide
SuperOps.ai is the only PSA-RMM platform powered by intelligent automation and thoughtfully crafted for the new-age MSP. The platform also helps MSPs manage their projects, clients, and IT documents from a single place.
gobackfs is a user space file system based on FUSE. The changes a process makes to files when it is running called an *event*. In gobackfs, you can revocate a event's changes to files by a simple command even when you donot know which files are changed.
MacOsX Finder like browser for UN*Xes with Win* like Control Panel function. Requires firefox (due to XUL support) and SQLite for meta data search (similar to spotlight)
BolvanFS is a modular fuse filesystem, that allows using different media as the storage (cds, dvds or even floppies!), while storing index in a database (uses libdbi for abstraction)
Checking the integrity of a file on a remote and local untrusted or compromised server is to be achieved with minimal computational and storage requirements on part of a healthy verifier.
Get full visibility and control over your tasks and projects with Wrike.
A cloud-based collaboration, work management, and project management software
Wrike offers world-class features that empower cross-functional, distributed, or growing teams take their projects from the initial request stage all the way to tracking work progress and reporting results.
Inventory and Order Management Software for Multichannel Sellers
Avoid stockouts, overselling, and losing control as your business grows.
We are the most powerful inventory and order management platform for Amazon, Walmart, and multichannel product sellers. Centralize orders, product information, and fulfillment operations to run more efficiently, sell more products, and stay compliant with marketplace requirements so you can grow profitably.
insaneFS is a fully decentralized peer-to-peer filesystem based on top of FUSE. It provides POSIX file semantics, including mutable files and directories. It does all this while providing a unified global hierarchy.
A FUSE implementation connecting to the ampache XML-API. Allows mounting a remote collection of audio as local files by connecting to an ampache server.
KerX (Kernel eXplorer) provides a simple way for reading the very low-level data structures of the OS (GDT, IDT, TSSs, Page-Tables, Page-Directories, etc...)
A fuse filesystem implementation to a MAID system. Multiple Array of Inespensive Disk Use case: a user have many usb sticks, disks and other filesystem to merge in a single filesystem to get the data and move it
ZZ is an open-source WinFS. ZZ relies on the same fundamental idea as WinFS, namely that a graph-oriented data store is more user-friendly than the usual tree model.
...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.
...