Open Source Unix Shell Software Development Software - Page 16

Unix Shell Software Development Software

View 5741 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.

  • 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
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 1
    An shell script which helps the user in installation and configuration of Bug-tracker, Source Code Managers (SCM) along with its per-requisites. For supported Operating Systems, BugTrackers and SCM view on the wiki page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Developer Home

    Home directory configuration files for PL/SQL developers who use Vim

    Configuration files used in Cygwin (MS Windows). It contains settings for: - readline; - Vim ( for SQL / PL/SQL developers); - ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DiffReport

    DiffReport

    Code Difference report

    Often I have seen some Huge Maintenance Projects it is always very difficult to track the incremental files for each release and If we want to do that we need to checkout both the branches and use some UI based tool to get the diff of the files finally we end up waiting in front of the PC for a long time and do this job. In many cases we spend more than 2 hrs/day. The time increases if there are more such parallel releases and at the end of the day 1 developer does it as full time job and has zero productivity. I thought of adding value here. This just gets the diff files. Can be used for Static code analysis like PMD to do PMD only for the delta. The current status of the project is in Development". If you wish to add something please mail me.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A gentoo derived netboot node and build system for use with Distcc (Distrubuted C Compiler) clusters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    Distributions

    Distributions

    NodeSource Node.js Binary Distributions

    distributions is NodeSource’s repository for maintaining installation scripts and binary distributions of Node.js for Linux systems. It provides a reliable way to install and manage Node.js across multiple distributions and versions, including Debian, Ubuntu, Fedora, CentOS, and Enterprise Linux derivatives. The repository contains setup scripts that configure system repositories and allow users to install Node.js using their package manager, ensuring they always receive secure and up-to-date builds. This project is especially useful for developers and system administrators who need a consistent, trusted source of Node.js binaries beyond what is included in default OS repositories. By streamlining the installation process, it saves time and reduces the complexity of managing different Node.js versions across environments. The repository is actively updated to track new Node.js releases and long-term support (LTS) schedules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DYE is the Do-it-Yourself Embedded Environment framework, a set of scripts and stuff for building a cross toolchain and a highly customizable target system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    DoCookBook

    DoCookBook

    Cookbook Style Document for DocBook Customizations

    This project has been moved to GitHub: https://github.com/tomschr/dbcookbook/ The DoCookBook project aims to create an open source book about DocBook and the DocBook XSL stylesheets written as a cookbook and released under a Creative Commons license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DocBook Authoring and Publishing Suite

    DocBook Authoring and Publishing Suite

    DocBook Publishing Made Easy

    The DAPS project moved to https://github.com/openSUSE/daps The SUSE XSL Stylesheets have moved to https://github.com/openSUSE/suse-xsl To join the discussion, under https://github.com/openSUSE/daps/discussions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Comprehensive DocBook XML processing solution for MacOS X
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    DocScript is an approach to document preparation. It presents tools and utilities to edit and publish documents. The philosophy behind the DocScript project is to utilize the programming tools you're working with anyway in your daily work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Docker PHP Extension Installer

    Docker PHP Extension Installer

    Easily install PHP extensions in Docker containers

    Docker PHP Extension Installer is a tool designed to simplify the installation of PHP extensions in Docker environments. It automates the process of finding, downloading, and configuring PHP extensions, significantly reducing the complexity of setting up Docker containers for PHP applications. The tool supports a wide range of extensions and is compatible with official PHP Docker images, making it ideal for developers who need to quickly deploy PHP environments with custom extensions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Docker Pi-hole

    Docker Pi-hole

    Pi-hole in a docker container

    You can run Pi-hole in a container, or deploy it directly to a supported operating system via our automated installer. Our intelligent, automated installer asks you a few questions and then sets everything up for you. Once complete, move onto step 3. Configure your router’s DHCP options to force clients to use Pi-hole as their DNS server, or manually configure each device​ to use the Pi-hole as their DNS server. By pairing your Pi-hole with a VPN, you can have ad blocking on your cellular devices, helping with limited bandwidth data plans. Instead of browser plugins or other software on each computer, install Pi-hole in one place and your entire network is protected. Network-level blocking allows you to block ads in non-traditional places such as mobile apps and smart TVs, regardless of hardware or OS. Since advertisements are blocked before they are downloaded, network performance is improved and will feel faster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Docker images for Selenium Grid Server

    Docker images for Selenium Grid Server

    Docker images for the Selenium Grid Server

    Grid 4 has the ability to start Docker containers on-demand, this means that it starts a Docker container in the background for each new session request, the test gets executed there, and when the test completes, the container gets thrown away. This execution mode can be used either in the Standalone or Node roles. The "dynamic" execution mode needs to be told what Docker images to use when the containers get started. Additionally, the Grid needs to know the URI of the Docker daemon. If you want to scale by distributing and running tests on several machines and manage multiple environments from a central point, making it easy to run the tests against a vast combination of browsers/OS, then you want to use Selenium Grid. It is possible to start a Selenium Grid with all its components apart. For simplicity, only an example with docker-compose will be provided. Save the file locally, and check the execution instructions on top of it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Docsy

    Docsy

    Hugo theme for open source documentation

    Docsy is a Hugo theme developed by Google for creating structured, user-friendly technical documentation websites. It provides an elegant and consistent layout optimized for documentation sets, with built-in features such as automatic navigation, customizable site structure, and responsive design. The theme simplifies the process of building and maintaining documentation sites by offering flexible configuration options, modern styling, and seamless integration with Hugo’s static site generation system. Users can easily adapt Docsy for projects of any scale—whether personal developer docs or large enterprise documentation hubs. It supports the use of SCSS and PostCSS for advanced styling and includes compatibility with Hugo modules for streamlined project setup and modular development. The project is actively maintained and widely used by developers and open source communities to deliver high-quality, maintainable documentation websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DoxyProxy is wrapper software, driving three main components: doxygen, graphviz and xsltproc using specialized Doxyfile templates, xslt templates and your POSIX-like shell environment. Is in an alpha but still useful state. Tested on x86 Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DoxyMentor makes autogeneration of software project documentation a snap, by utliizing DoxyMake (and doxygen), and a source code repository. Supports exporting tagged modules from cvs and documenting them based on a short-and-sweet Doxymake config file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A filter for doxygen that provides basic source code documentation for GNU R. It is a simple FLEX C++ scanner. This release only supports Unix-like systems with automake and Boost support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Drception

    Drception

    Fractals generator with powerful functionality.

    Fractals generator with powerful functionality. E-mail: programmingspecial@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A script to automatically create documentation for ESX hosts. The output is in HTML format and can be emailed to you directly. The script now also creates a link on the ESX hosts web interface for easy access to the information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Easily Usable Lisp Utilized Interface and Editor aims to make GNU/Linux more enjoyable, and productive in the console environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    EasyCM is to provide an easy way to install and setup an integrated SCM environment including Apache, SVN, Trac, and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    EasyCompilator is written in C#. And provide user friedly GUI installing process for Linux based operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Eisti GroupWare, a software development GroupWare application. It includes a UML designer (can import .java files and export xml content), a built in chat system, and a distributed repository system. Writen in java - C, in french for our school project a
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Ellipsis

    Ellipsis

    Ellipsis is a package manager for dotfiles

    Ellipsis is a package manager for dotfiles, designed to simplify the management and synchronization of configuration files across multiple systems. It treats any Git repository as a package, allowing users to modularize their dotfiles and keep them organized. Ellipsis is cross-platform and includes features to ensure safe and consistent dotfile management.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The goal of the Embedded Debian Project is to make Debian GNU/Linux a natural choice for embedded Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.