Showing 16 open source projects for "manpage"

View related business solutions
  • 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
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Fail2Ban

    Fail2Ban

    Daemon to ban hosts that cause multiple authentication errors

    Fail2Ban scans log files and bans IPs that show the malicious signs -- too many password failures, seeking for exploits, etc. Generally Fail2Ban is then used to update firewall rules to reject the IP addresses for a specified amount of time, although any arbitrary other action (e.g. sending an email) could also be configured. Out of the box Fail2Ban comes with filters for various services (apache, courier, ssh, etc). Fail2Ban is able to reduce the rate of incorrect authentications attempts...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2

    libcxc

    library for handling exceptions and signals in C

    The main purpose of this library is to provide uniform interface for seamless handling of signals and exceptions. This project is focused on simplicity and flexibility - it does not even try to mimic C++ exceptions system - instead, it offers only few simple functions and macros which can be easily combined with custom user code to tune the functionality for particular use cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    libfc4c

    Fast containers for C language

    ...This greatly improves the performance (up to ~32%) and reduces the memory consumption (up to 41%) on 64bit systems. All the containers are pre-allocating buffers to reduce number of calls to malloc(). There's no manpage, but all the functions are well described in the header files, and examples of usage can be found in the test program sources, in the ./test directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    headsort

    headsort: streaming sort + 2x faster than gnu sort

    headsort sorts files by line and fields. Options can pick field order and etc. In general headsort can sort in 1/2 the time sort(1) (mergesort) does in situations involving either pipes or mult column selection; less than 1/2 with both. Best case was about opposite that of sort(1)*. NEW* hsort main algorithm speed improvement (applies to all; 27,29,31). Now faster than sort(1) (in all cases tested). Using triangulation, hsort begins piped sorted output when 1st bin is done. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    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.
    Create free account
  • 5
    cdu : a color du, disk usage

    cdu : a color du, disk usage

    An unix command line "du" with colors

    ...With only one directory argument, cdu reports the disk space for all subdirectories of the given directory. You can also call du with no predefined options. For more documentation about available options, see the manpage below.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    oloman

    use OpenOffice/LibreOffice to create troff man pages

    oloman can assist in creating troff man pages from .odt files. It works by recognizing specially-named styles in the original document (such as "manpage section header" or "manpage hyperlink"). Only the names matter, not the styles themselves, so you can give the html, PDF, or other version any appearance you like. Procedure: (1) Create a man page in OpenOffice or LibreOffice using specially-named styles (2) Export as .xhtml (3) Run oloman to convert exported xhtml to troff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    elvis vi

    elvis vi

    elvis, a vi text editor clone

    ...README.txt gives tips for compiling on modern compilers (gcc-4.4.5 / linux) and using Xcode for Apple Sierra OS. Elvis is a vi(1) (visual ed) vi editor clone (vim is another clone). "vi" is short for "visual ed(1)" (the 1 means see manpage for ed in section 1 of unix manual pages). vi as a visual editor means typical keyboard editing with ed(1) accessible to do complex editing jobs that developers often require (emacs is a heavyweight better than vi, but harder to use).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    dpkg_mini

    dpkg mini allot of dpkg in 2 page script (any linux)

    dpkg_mini is a very compact script that does some useful actions upon debian archive files. dpkg_mini [install remove skel implode explode control list depends check configure] file(s).deb [dir] works in any linux with ar(1) tar(1), dpkg is not required of course is not a substitute for dpkg(8). ie, install and skel work outside of and independantly from the dpkg system. however for checking out .deb or testing or avoiding force it's a neat little tool ! see man...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    debguy scripts

    debguy scripts

    a variety of useful scripts w/no sf page

    ...(and software like is in tbld's sources-src2-additional.tar) emkfontdirs ; extended mkfontdir , does allot for you emkfontdir doesn't (warning: not for novices). fix_fonts runs emkfontdirs with options (-D -L are usefile w/xorg) man-tty-bland ; cat manpage ascii (no hidden special chars like -P cat) MAKEDEV update having dri, fb, alsa (new alsa gets kern info from /sys, need that these days) (superceded by Totally Built Linux) "build" (xlfs-0.1 build script) (superceded by Totally Built Linux) get-make-install-X11R7.6 - (unlikely to work since BIG TECH continually changes file locations) and several more ... see files page
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10

    shmake

    shmake is a mini make in sh , can sleep , more

    manpage is visible on file download page
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    XPT is a general-purpose XML Preprocessor with facilitates easy interfacing with Python. It's initial context was within DocBook 5 projects, but it is not intented to be restricted to that context. A tool/library is being build for manpage extraction from source files. XPT bindings are used to insert manpages into processed DocBook 5 output. Sources can be download from SourceForge, where the SVN repository holds the most recent code. Ubuntu pre-built packages are automatically build on Lauchpad (https://launchpad.net/xml-xpt) from the SourceForge SVN repository each time it gets updated. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Command line fibonacci series calculation program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Weblooker

    Weblooker

    Weblooker monitors serveral services on multiple systems for their sta

    Weblooker monitors serveral services on multiple systems for their status, up- and downtimes. A webgui and Android client to view the current status and logged downtimes is available as separately package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Tools for improving manual pages. Examine system manual page library and determine which manpages need to be improved (e.g. to add examples). Identify the man page maintainer and help volunteers to produce suggested improvements for the manual pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The JManTools project is design to provide docbook to manpage conversion for the java community. Although there are existing tools (e.g. docbook2X) for the the generation of man pages from SGML docbook, there are as yet not equivalents for the XML versio
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The PHP-man gateway is a PHP interface to the unix 'man' command. It accepts input of a command and an optional section, and returns that command's manpage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB