Showing 64 open source projects for "sandbox:/mnt/data/project_plan.pod"

View related business solutions
  • Free Website Monitoring Service | UptimeRobot Icon
    Free Website Monitoring Service | UptimeRobot

    The free online uptime monitoring service with an App is available for iOS and Android.

    With the Free Plan, you can monitor up to 50 URLs, check for a website's content (using the keyword monitor), ping your server or monitor your ports in 5-minute intervals. You can create a status page to showcase your uptime. SMS or Call alerts can be bought anytime.
    Learn More
  • Haystack is a modern, engaging, and intuitive intranet platform that employees actually use. Icon
    Haystack is a modern, engaging, and intuitive intranet platform that employees actually use.

    You Deserve the Best Intranet Experience

    With customizable iOS and Android mobile apps, Slack and Microsoft Teams integrations, and an intuitive design employees love, Haystack brings an outstanding digital employee experience to your entire workforce, no matter where their work takes them.
    Learn More
  • 1
    DWIP is short for Disk Wiping and Imaging Tool. This tool is being built for Mississippi State Universities National Forensics Training Center for use on a live cd to give out to it's students.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Minimal Linux Like Kernel
    It is a minimal linux like kernel for x86 architecture. It is mostly the source code from the tutorial "Roll your own toy UNIX-clone OS" written by James Molloy: http://www.jamesmolloy.co.uk/tutorial_html/index.html It is encoded in a bash script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    l7-filter classifies packets based on patterns in application layer data. This allows correct classification of P2P traffic that uses unpredictable ports as well as standard protocols running on non-standard ports.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    PPA is a project intended to improve today's per/process accounting by summarizing overall CPU usage time based on detailed understanding of CPU utilization. Besides using this data for real time decisions, it becomes extremely useful during performan
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-Class Managed File Transfer. Icon
    Enterprise-Class Managed File Transfer.

    For organizations that need to automate secure file transfers to protect sensitive data.

    Diplomat MFT by Coviant Software is a secure, reliable managed file transfer solution designed to simplify and automate SFTP, FTPS, and HTTPS file transfers. Built for seamless integration, Diplomat MFT works across major cloud storage platforms, including AWS S3, Azure Blob, Google Cloud, Oracle Cloud, SharePoint, Dropbox, Box, and more.
    Learn More
  • 5
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    pseudo terminal sniffer/loger The sniffy project allows to trace/log the data of any pseudo terminal in the system.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Nodemon is a visualization tool for monitoring system resource utilization. It was developed for monitoring the Columbia supercomputer, a 10,240-processor Linux system at NASA Ames Research Center. It can monitor resources on any Linux system or cluster
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Extension Beans Data Library provides with a Glib based library to handle modules (aka) extensions to kernels. Plugin architecture allows developers to implement their own classes to dinamically add support to different kind of systems, kernels and modul
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LinSIeVe is a System Integrity Verifier for Linux kernel code and read-only data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Download the most trusted enterprise browser Icon
    Download the most trusted enterprise browser

    Chrome Enterprise brings enterprise controls and easy integrations to the browser users already know and love.

    Chrome Enterprise is ideal for businesses of all sizes, IT professionals, and organizations looking for a secure, scalable, and easily managed browser solution that supports remote work, data protection, and streamlined enterprise operations.
    Learn More
  • 10
    Xway is intended to improve the network performance and CPU utilization in Server Virtualizatioin environment, XEN, through bypassing the TCP/IP stack and eliminating unnecessary data copy in transmission between two VMs on the same physical machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    inotify-cxx is the C++ interface for Linux inotify technology. It offers a few simple objects instead of low-level data such as file descriptors, watch descriptors, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This contains a sample implementation of DTLS-VPN using OpenSSL DTLSv1 Support - to send data over an encrypted channel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    iROS is a meta-operating system for technology-rich "interactive rooms". The core components (Event Heap, DataHeap, iCrafter) provide communication, data storage, and service management for an iRoom.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    KFDI bridges file systems and databases over the Linux VFS layer. Taking advantage of relational database technology and XML, data can be managed and searched based on properties. KFDI also introduces some object-oriented concepts into file organization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This block level CDP module has introduced the concept of Time Addressable Storage in the world of Open Source. It provides continuous data protection and also ensures both physical and logical data protection. It also provides dynamic recovery points.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    mDriver is a utility to migrate binary device driver from Windows to Linux. It takes out the binary instruction and data from Windows driver (*.sys files), and then combine them with some supporting code to build a corresponding Linux driver module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Salvare is a Linux distribution specifically aimed at small credit-card sized CDs which typically hold around 34MB of data. It is aimed at providing a useful workstation, as well as rescue environment in a small package.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Network to serial port data relaying linux kernel module. Used for duplication of network ingress data, to serial port (TTY S) driver egress buffer.Serial line choice could be configured via sysctl and via proc fs (/proc/sys/net/core/zercopy_serial).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An Operating System that is used for storing data like a database. The best way to communicate with the system is over network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The Enforcer is a Linux Security Module designed to improve integrity of a computer running Linux by ensuring no tampering of the filesystem. It can interact with TCPA hardware to provide higher levels of assurance for software and sensitive data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PRATIMA, an Asynchronous Remote Volume Replicator for Linux: Pratima performs online, real-time, reliable and efficient block level data replication to a remote computer over a network in both synchronous and asynchronous modes for Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The sandbox system call API is a simple yet powerful mechanism for confining untrusted code. It is similar to chroot() and BSD jails, but has much greater flexibility and expressive power. The code is mostly complete but not yet fully functional.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The objective of this project is to provide an optimized TCP/IP stack by eliminating the data copying at the socket interface and implementing a feedback-based adaptive rate-based flow control algorithm to maximize the network bandwidth utilization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    NEW System with NEW FILE SYSTEM IN DATA BASE (Firebird), with service for ftp access and more.. You can access with web browser, Java VM applications, Object Pascal, C++... Look demo: http://tlsystem.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Persistent Pipe is an extension of the existing Unnamed Pipe, but it ensures broadcasting of data to many related (child) processes. By using p-pipe a process can broadcast data to all the related reader process without any external synchronization
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB