Open Source Unix Shell Software Development Software - Page 7

Unix Shell Software Development Software

View 5629 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
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 1
    90DaysOfDevOps

    90DaysOfDevOps

    The journey towards a better foundational knowledge of DevOps

    This repository is used to document my journey on getting a better foundational knowledge of DevOps. I will be starting this journey on the 1st January 2022 but the idea is that we take 90 days which just so happens to be January 1st to March 31st. The reason for documenting these days is so that others can take something from it and also hopefully enhance the resources. The goal is to take 90 days, 1 hour a day, to tackle over 13 areas of DevOps to foundational knowledge. This will not cover all things DevOps but it will cover the areas that I feel will benefit my learning and understanding overall. What is and why do we use DevOps. Learning a Programming Language. Knowing Linux Basics. Understand Networking. Stick to one Cloud Provider. Use Git Effectively. Automate Configuration Management. Learn Infrastructure as Code. And much more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A GitHub Action for Custom Jekyll

    A GitHub Action for Custom Jekyll

    A GitHub Action for building a Jekyll site (with custom plugins)

    A GitHub Action for building and deploying a Jekyll repo back to its gh-pages branch. Why not just let GitHub Pages build it? Because this way we can use our own custom Jekyll plugins and build scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    A20_sdk

    A simple armv7h sdk

    This is my sdk for usage with slackware on A20 devices like bananapi, cubietruck and olimex-som. For more info see https://github.com/tjohann/a20_sdk .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ANY Database employing SQL, any system, any task TRANSFORM Your SQL between DBMS, different languages and from slow SQL to fast one, transform any of Your redundant task to work in organized and sustainable manner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 5
    A basic personal toolbox including Bash scripts and C programs, requisite to other packages from the author. Not intended to be intuitive for general use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ABGraph is a simple tool to benchmark webservers. The program uses ab (apache benchmark) to actually benchmark the selected remote host. A graph in PNG format is generated with gnuplot and saved to the selected path/file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ACPI Module Tester is a small tool that can perform tests on the ACPI Extras Driver. It is a very easy way to report bugs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ADOMA
    ADOMA stands for: Alternative Display Of Multiple Alignment. ADOMA can create four different displays of a multiple sequence alignment: a ClustalW alignment in HTML format, a simplified ClustalW alignment in HTML and/or txt format and a colored ClustalW alignment in HTML format. For examples of these outputfiles check the screenshots. ADOMA uses ClustalW to create the multiple alignment from DNA or protein sequences and displays them slightly different than the normal output of ClustalW. ADOMA is a commandline program that can easily be used in pipelines. For more information check the README.md in the Files section. How to cite ADOMA: Zaal, D. and Nota, B. (2016), ADOMA: A Command Line Tool to Modify ClustalW Multiple Alignment Output. Mol. Inf., 35: 42–44. doi: 10.1002/minf.201500083 http://onlinelibrary.wiley.com/doi/10.1002/minf.201500083/abstract
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ADR Tools

    ADR Tools

    Command-line tools for working with Architecture Decision Records

    A command-line tool for working with a log of Architecture Decision Records (ADRs). ADRs are stored in a subdirectory of your project as Markdown files. The default directory is doc/adr, but you can specify the directory when you initialize the ADR log. Create a directory named doc/architecture/decisions containing the first ADR, which records that you are using ADRs to record architectural decisions and links to Michael Nygard's article on the subject. Create a new ADR file that is flagged as superceding ADR 9, and changes the status of ADR 9 to indicate that it is superceded by the new ADR. It then opens the new ADR in your editor of choice.
    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

    AWK Statistics

    awkStatistics generates statistics from csv-data with awk.

    AwkStatistics is a script which is used to generate statistical data for csv data by using awk. It takes two columns from the input file, one is used to identify the row(option -i) and the other one is the column where the values are taken from (option -v). The script was designed for performance engineers to be able to analyze CSV-Data on the fly and have a good possibility to automate the analysis process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AWS CodeBuild curated Docker images

    AWS CodeBuild curated Docker images

    AWS CodeBuild repository for managed Docker images

    When you call AWS CodeBuild to run a build, you must provide information about the build environment. A build environment represents a combination of operating system, programming language runtime, and tools that CodeBuild uses to run a build. The master branch will sometimes have changes that are still in the process of being released in AWS CodeBuild. When you provide information to CodeBuild about the build environment, you specify the identifier of a Docker image in a supported repository type. These include the CodeBuild Docker image repository, publicly available images in Docker Hub, and Amazon Elastic Container Registry (Amazon ECR) repositories that your AWS account has permission to access. We recommend that you use Docker images stored in the CodeBuild Docker image repository, because they are optimized for use with the service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    AWS EC2 Instance Connect Configuration

    AWS EC2 Instance Connect Configuration

    ssh daemon configuration and necessary EC2 instance scripting

    This package contains the EC2 instance configuration and scripts necessary to enable AWS EC2 Instance Connect. This is the ssh daemon configuration and necessary EC2 instance scripting to enable EC2 Instance Connect. Also included is various package manager configurations for packaging for various Linux distributions. Parse takes all necessary pieces as command inputs is can be unit tested independently. curl, however, obviously needs to curl EC2 Instance Metadata Service and so cannot be tested without mocking the actual service. The curl script verifies we are actually running on an EC2 instance and cURLs relevant information from EC2 Instance Metadata Service and send it to parse. Note that it must make several curl commands to proceed. If it cannot do so it fast-fails to prevent blocking the ssh daemon. The command also queries several OCSP staples from EC2 Instance Metadata Service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AWX Operator

    AWX Operator

    An Ansible AWX operator for Kubernetes built with Operator SDK

    An Ansible AWX operator for Kubernetes built with Operator SDK and Ansible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A GNAT/Ada95 GNU autotools project generator. Adaprojet quickly setups an entire GNU autools project for Ada with a few simple commands. Adaprojet makes it easy to use the familiar configure, make, and make install with Ada.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    AmarokLabelToM3UPlaylist

    A command-line tool for exporting Amarok labels to M3U playlists

    This is a tool that opens the Amarok's mySQL database and exports the Amarok labels as M3U playlists. The tool is command-line based, which is handy for backup purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Anvil -- "a small forge" A lite-weight, modular, web-based framework supporting collaborative software development. Anvil provides multi-project control, is easy to configure, and can easily integrate with external tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Ape Base Compile System is a set of bash scripts to leverage both ESP EPM (http://www.epmhome.org/) and MREPO (http://dag.wieers.com/home-made/mrepo/) in maintaining applications such as as Apache HTTPD, MySQL or PHP on Red Hat based systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    =========================================== Update: This project is under an overhaul! =========================================== Some components for building Java based applications based on HiveMind and Spring Framwork, including components for servic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Application Version Manager is designed to enable multiple versions of the same application (i.e. Mozilla) to be accessible to a user or developer. The user/developer would simply choose the version required and use avm to load the version required
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ctl is an extensible application control script. It is a generic script written on ksh to control every kind of application. Control means to start, stop or monitor. The tool is currently used on Solaris environment but it's ready for Linux use as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Aria2 AriaNg Docker

    Aria2 AriaNg Docker

    The Docker image for Aria2 + AriaNg + File Browser + Rclone

    One Docker image for file downloading, managing, sharing, as well as video playing and evening cloud storage synchronization. Furthermore, it's pretty small and ARM CPU compatible which means you can also run it on Raspberry Pi. Last but not least, Auto HTTPS can't be more easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Assorted projects. General-purpose libraries for Python, C++, Scala, bash, and others. Meta-programming tools. System utilities. UI components. Web APIs. Configuration files. Benchmarks. Programming competition entries. And much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AttackTreeMonkey is an XSLT script that calculates values in an attack tree (using Libxslt or Saxon) and outputs XHTML. Attack trees are a way of modelling security systems and how they fail (see Bruce Schneier in Dr Dobbs Journal; 1999).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Audit Test Project

    Test suite for Linux audit and related security functionality

    audit-test is a test suite designed to provide automated testing for the light-weight audit framework that first appeared in the 2.6.4 kernel. It has been used regularly since RHEL4 and has most recently been updated for RHEL6.3 and SLES11. The test suite now covers functionality beyond audit and includes the automated tests required for the BSI OSPP, including labeled security and virtualization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The aim of this project is to make it easier to keep the source code updated with the server on projects that use CVS. Keeping up to date source files on SourceForge.com projects will be automated.
    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.