Showing 31 open source projects for "inotify"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    inotify-tools

    inotify-tools

    Inotify-tools is a C library and a set of command-line programs

    This is a package of some command-line utilities relating to inotify. The general purpose of this package is to allow inotify's features to be used from within shell scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    fswatch

    fswatch

    A cross-platform file change monitor with multiple backends

    ...A monitor based on inotify, a Linux kernel subsystem that reports file system changes to applications. A monitor based on File Events Notification, a Solaris/Illumos kernel API that reports file events. A monitor based on ReadDirectoryChangesW, a Microsoft Windows API that reports changes to a directory.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    OneDrive Client for Linux

    OneDrive Client for Linux

    #1 Free OneDrive Client for Linux

    A free Microsoft OneDrive Client for Linux, which supports OneDrive Personal, OneDrive for Business, OneDrive for Office365 and Sharepoint, and fully supports Azure National Cloud Deployments (Microsoft Cloud for US Government, Microsoft Cloud Germany, Azure and Office 365 operated by 21Vianet in China). This powerful and highly configurable OneDrive Client for Linux is simple to use and runs on all major Linux distributions such as Debian, Ubuntu, Mint, Manjaro, SuSE, OpenSuSE, Fedora,...
    Downloads: 30 This Week
    Last Update:
    See Project
  • 4
    DragonOS
    *Until you install the operating system, the default user = live / no password. DragonOS Noble (24.04) DragonOS FocalX (22.04) and DragonOS Focal (20.04) are out-of-the-box Lubuntu based x86_64 operating systems for anyone interested in software defined radios. All source installed software is located in the /usr/src directory while the remaining software was installed by package managers. What is DragonOS and why do you want it? The shortest distance between two points is a...
    Leader badge
    Downloads: 1,843 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    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.
    Start Free
  • 5

    wmpamgen

    Preferred applications menu generator for Fluxbox,OpenBox,Window Maker

    ...Therefore, to ensure the menu is up-to-date, wmpamgen needs to be run on a regular basis: at startup of the window manager, or when a preferred applications is installed/removed for instance. Under Linux, this can be automated using the inotify API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Log.io

    Log.io

    Real-time log monitoring in your browser

    ...Log messages are tagged with stream and source information based on user configuration. log.io has no persistence layer. File inputs are informed of file changes via inotify, and log messages hop from input to server to web client via TCP and socket.io, respectively. log.io uses a stateless TCP API to receive log messages. Writing a third party harvester is easy. Open a TCP connection to the server and begin writing properly formatted messages to the socket. Input paths can be a file path, directory path or a glob. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    iWatch is a realtime filesystem monitoring program. It is a tool for detecting changes in filesystem and reporting it immediately.It uses a simple config file in XML format and is based on inotify, a file change notification system in the Linux kernel.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    Bash Debuging Bash

    BDB es un depurador visual de programas bash en terminales de texto

    ...Probado en terminales de Windows XP y Windows 7, usando el cliente PUTTY (www.putty.org) para hacer conexiones SSH y TELNET con maquinas Linux. BDB requiere instalar el paquete inotify-tools y el multiplexor de consolas de terminal tmux. Con BDB se puede seguir y depurar la ejecucion comandos de los programas Bash de forma sencilla y ergonomica. Se invoca de la siguiente forma: bdb.sh programa_bash [cola_de_comando]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Inotifyfs is a set of scripts, primarily on bash to allow user keep remote and local folders synced in real time in efficient way based on inotify kernel evens and function in user space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 10
    imntr

    imntr

    A Resource Activity Monitor for Linux Machines

    imntr (inode monitor) can be used to montior activity on files or directories. Monitoring is accomplished through the inotify API, which is available on Linux 2.6.13 and up. v1.1 added logging capabilities and cleaned up some of v1.0's code v1.2 no longer forces you to run imntr as root. If you want to monitor a privileged file, imntr will fail and tell you that you need to run imntr as root.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    iWatch2

    A perl daemon to create a "timemachine" lookalike backup with Dirvish.

    A perl daemon loosely based on iWatch, used to create a "timemachine" lookalike backup with Dirvish. iWatch2 is based on iNotify. The daemon can monitor (and exclude) various sets of directories - defined in an XML file - and calls a command or script after a preset time passed (eg, starts a Dirvish backup after 1 hour). Of course not limited to execute Dirvish commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Notification-tools

    Small tools for watching file change and then notify the user.

    Small tools that is using inotify to spot changes to a file and then using the Notification Area to notify the user via an icon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A Tcl interface to the linux kernel's Inotify service. It provides a Tcl package that enables Tcl scripts to monitor the file system changes at a file and directory level. A proc is executed asynchronously to notify for changes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    A python daemon to watch a directory for kernel’s inotify events and then execute an rsync command to synchronize two different directories (local or remote). A poor man’s mirroring or an alternative (not so) real data replication mechanism
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The Linux kernel (since 2.6.13) provides a mechanism to listen for events that happen on files and directories, without needing to poll for updates. This Tcl extension implements a wrapper to allow Tcl programs to access this facility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    malmon
    Hosting exploit/backdoor detection daemon.It's written in python , and uses inotify (pyinotify) to monitor file system activity.It checks files smaller then some size,compares their md5sum and hex signatures against DBs with known exploits/backdoor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PHP file monitoring program under LAMP environment without inotify
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MCP (Master Control Program) is a security tool to watch for changes in filesystem. It utilizes the inotify Linux kernel subsystem. It can act on the filesystem events by logging the event and/or running a specified command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Simple Linux System Process monitor written in C++ using QT 3.3.8.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    md2smtp monitors Linux maildirs using the kernel inotify mechanism and delivers (pushes) newly arriving mail via SMTP to a destination mail server using verified SSL endpoints. Specially designed to support DynDNS environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    sersync is mainly used in server synchronization and web mirroring. it can instead of inotify-tool+rsync resolution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    inoclam monitors directories with inotify and virus scans files with ClamAV when they are created or changed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    incron is an "inotify cron" system. It works like the regular cron but is driven by filesystem events instead of time periods. It contains two programs, a daemon called incrond (analogous to crond) and a table manipulator incrontab (like crontab).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AFRS utilizes the Linux inotify kernel tool to monitor your filesystem for file changes, records or displays those changes and if desired, replicates those changes in near real time to other systems running AFRS using rsync. AFRS can also be used as a li
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    inotify-tools is a C library and a set of command-line tools providing an interface to the Linux inotify file notification system.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB