Open Source Unix Shell Software Development Software - Page 19

Unix Shell Software Development Software

View 5795 business solutions

Browse free open source Unix Shell Software Development Software and projects below. Use the toggles on the left to filter open source Unix Shell Software Development Software by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Most modern and flexible cloud platform for MLM companies Icon
    Most modern and flexible cloud platform for MLM companies

    ERP-class software for multi-level marketing

    For direct selling (MLM) companies, from startup to well established enterprises with millions of distributors across the world
    Learn More
  • 1

    Magnetic tape partitioning tool

    command line tool to partition LTO-5+ tapes

    This little shell script can create partitions on an LTO-5+ tape. LTO-5 tapes can hold 2 partitions, LTO-6+ tapes can hold up to 4 partitions. It can work as batch and interactive (menu driven) on console/terminal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Maithili Computing Reseach Center
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Driven by an overwealming disgust for the current makefile system's out there, this project combines a patch to gmake implementing embedded 'macros' with a backend makefile to do all the work in creating a buildtree for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Makerootfs makes it easy to build a root filesystem for embedded devices (e.g. ARM based) by automating the cross-compiling process through shell scripts, patches and default configs. Unlike buildroot which uses uClibc, makerootfs uses the full glibc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 5
    MakeKit has moved to github: http://bkoropoff.github.io/makekit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Makebreed

    Makebreed

    Easy c/c++ project and makefile creation

    Makebreed is a configurable shell script (./configure) that generates project files and makefiles for C/C++ development using the gcc or clang compiler. The created makefiles has the additional ability to build binary .deb packages on supported distributions. It is a simple, clean and easy alternative to gnu auto-tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This project tries to publish maven artifacts from open source projects to the maven central repo. Where the project is abondoned or the project team is not willing or able to publish their artifacts to central repo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Metric Collector

    A bash-Script to collect metrics from a Linux system.

    Collects server and java process information from various tools and creates charts with the data. The script was tested on GNU/Linux with gnuplot 4.4. For the script to work you have to set the variable "JAVA_HOME" to a valid JDK location. Check the documentation in the script file. The following information gets collected: >> output from vmstat >> netstat tcp states and established connections >> information from /proc/fd >> jstat -gc output >> jstat -class output >> CPU%, MEM% and ThreadCount from top and ps-command >> disk usage for each mounted device from df-command
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Minidoochun is a framework for producing embedded systems. With this framework, anyone can easily produce a meta-image which can boot with emulators or download to target device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
    Learn More
  • 10
    simple bash script allow you to installing mod_evasive installing mod_evasive in apache1 installing mod_evasive in apache2 uninstalling mod_evasive for apache1 & apache2 this is free and open source script you can modify it any time you need, keep copyri
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ModelicaFloChrt is a script/Perl process that extracts information from Modelica library html help files and generates flow charts of module connectivity in eps and pdf formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MARF is a general cross-platform framework with a collection of algorithms for audio (voice, speech, and sound) and natural language text analysis and recognition along with sample applications (identification, NLP, etc.) of its use, implemented in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Tools, information, and practices for creating and operating dependable, complex, distributed, software-intensive systems. * Sense - Measure - Analyze - Respond - Optimize * Keywords: Performance Co-Pilot - PCP - PCPMon - Rjobd
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mundane

    Mundane

    Mundane is a Rust cryptography library backed by BoringSSL

    Mundane is a Rust cryptography library designed to be safe, ergonomic, and high-performance, with its cryptographic operations powered by BoringSSL. It aims to eliminate common security pitfalls by providing APIs that are intentionally difficult to misuse, prioritizing safety and correctness over flexibility. The library vendors its own copy of BoringSSL, ensuring consistent builds without external dependencies and avoiding symbol conflicts between different versions. Mundane emphasizes clarity in its cryptographic abstractions, making it accessible to developers while maintaining robust security guarantees. It is ideal for projects that need reliable, production-grade cryptography built directly on top of proven, well-tested C libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Murdoc is a system for presenting documents in webpages. Murdoc includes a lot of tools to create documents, including tools to automatically document a variety of computer systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A free & experimental ,HTML5, CSS3, Ajax lightwheight framework for mobile devices development. First intended as educationnal purposes. May evolve upon my free time and your thoughts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NSync

    NSync

    nsync is a C library that exports various synchronization primitives

    nsync is a portable C library that provides a collection of advanced synchronization primitives designed to facilitate safe and efficient multithreaded programming. It offers reader-writer locks, condition variables, run-once initialization, waitable counters, and waitable bits for coordination and cancellation between threads. Unlike traditional pthreads-based synchronization, nsync introduces conditional critical sections, allowing developers to wait for arbitrary conditions without explicit signaling or complex loop-based logic. This approach simplifies concurrency management and often improves readability and maintainability of multithreaded code. The library emphasizes efficiency, with locks and condition variables occupying minimal memory and supporting cancellation mechanisms through nsync_note objects rather than thread-level cancellation. Designed with portability and performance in mind, nsync can be compiled on Unix-like systems and Windows using a C90 compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The NT POSIX C Runtime Library is an IEEE standard runtime library for the NT POSIX subsystem. It can be used as a complete replacement or a side by side alternative for what is shipped with the Interix SDK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    NXC Mate is a Textmate (http://macromates.com/) plugin for Not eXactly C (http://bricxcc.sourceforge.net/nbc/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Software for a serial LCD display (4x<20>/<16>) and four keys. The software displays default shell-scripts or menues with (shell) commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Builds native installers for multiple platforms using a single project definitions file (XML based). The component focuses on standards compliant package generation with the least possible overhead and feature set. This is not another installer!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NetDialog is a simple shell script command line tool that makes it very easy to quickly change between multiple preset ethernet network settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Everyone is writing shell scripts with his own style, but sometimes it's difficult to understand developpement from an application to another, or between different developpers. By using Norma standards, it well be easy for everyone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    OSDT (Open Source Development Toolkit), is a set of tools that help lower the "friction cost" of Open Source software development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Offsiders are persistent, object-like entities that can be accessed from the command line. They provide natural and intuitive object-oriented capability to UNIX systems and environments. Methods can be written using any programming language.
    Downloads: 0 This Week
    Last Update:
    See Project