Open Source Unix Shell Software Development Software - Page 19

Unix Shell Software Development Software

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

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1

    HDFSFileTransfer

    File transfer from local FS to HDFS

    The HDFSFileTransfer project was created and developed to ease Hadoop users quickly copying varied files such as: flat, structured, unstructured, big and small from linux to Hadoop File System (HDFS). It allows users to transfer files: - within the same physical machine - from local file system (linux) into HDFS - between two physical machines - copy files from local file system (linux) with HDFS cluster installed to another HDFS cluster. Sample - one can have two single clustered Hadoop instances installed on two different linux machines. The script can copy files from one linux machine with Hadoop installed onto the other one. For further reference, read "Documentation of HDFSFileTransferByDK.pdf" available at the download section.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    HUGE

    HUGE

    Simple user-authentication solution, embedded into a small framework

    Just a simple user authentication solution inside a super-simple framework skeleton that works out-of-the-box (and comes with an auto-installer), using the future-proof official bcrypt password hashing/salting implementation of PHP 5.5+, plus some nice features that will speed up the time from idea to first usable prototype application dramatically. Nothing more. This project has its focus on hardcore simplicity. Everything is as simple as possible, made for smaller projects, typical agency work and quick drafts. If you want to build massive corporate applications with all the features modern frameworks have, then have a look at Laravel, Symfony or Yii, but if you just want to quickly create something that just works, then this script might be interesting for you. HUGE's simple-as-possible architecture was inspired by several conference talks, slides and articles about huge applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Hacker Laws

    Hacker Laws

    Laws, theories, principles and patterns useful to developers

    Laws, Theories, Principles and Patterns that developers will find useful. There are lots of laws which people discuss when talking about development. This repository is a reference and overview of some of the most common ones. Principles and laws to follow such as: If a program is made up of two parts, part A, which must be executed by a single processor, and part B, which can be parallelised, then we see that adding multiple processors to the system executing the program can only have a limited benefit. It can potentially greatly improve the speed of part B - but the speed of part A will remain unchanged. Also, theories like The Broken Windows Theory, which suggests that visible signs of crime (or lack of care of an environment) lead to further and more serious crimes (or further deterioration of the environment). Conway's Law suggests that the technical boundaries of a system will reflect the structure of the organisation. These among others, are featured in this project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Application for automated mail preprocessing.This is not a generic spam filter.According to configuration file,macros are ran for triggered or watched incoming mail attachments.Also an auto reply is sent back.Teachers might use for student project codes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Help4ShellScript

    Shell script to print the help message for the shell script.

    While writing the shell script, we often write the repeated lines of: echo "message" This is one of the most tedious tasks in the shell scripting. By this tool ... 1) We can write the text messages into the plain text. 2) From that text file, our shell script can grab and print the required text fragment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    HestiaCP

    HestiaCP

    Hestia Control Panel | A lightweight and powerful control panel

    HestiaCP is an open-source web hosting control panel designed to manage web servers efficiently. It provides a simple and intuitive graphical interface to manage domains, web hosting, databases, email accounts, and other server-related tasks. HestiaCP is lightweight and based on the Vesta Control Panel but offers more modern features and improved security. It supports popular web servers like Nginx and Apache, making it suitable for personal and small business hosting environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    HyDE Linux

    HyDE Linux

    Aesthetic, dynamic and minimal dots for Arch hyprland

    HyDE Linux is an aesthetic, dynamic and minimal dots for Arch hyprland. The installation script is designed for a minimal Arch Linux install, but may work on some Arch-based distros. While installing HyDE alongside another DE/WM should work, due to it being a heavily customized setup, it will conflict with your GTK/Qt theming, Shell, SDDM, GRUB, etc., and is at your own risk. The install script will auto-detect an NVIDIA card and install nvidia-dkms drivers for your kernel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    It has always been difficult 2 rite and compile C programs while working on the terminal .We have come with a solution which integrates the GCC and editor.It provides an intial framework so u can start work right away. so wat r u wait 4 go get it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 10
    FBSD-DEV: INSTALL6 is a post installation script that automates several key points and procedures involved in updating and securing FreeBSD. Updating the source and ports, securing system, and the configuration of pf firewall.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Informative git prompt for bash and fish

    Informative git prompt for bash and fish

    An informative and fancy bash prompt for Git users

    This prompt is a port of the "Informative git prompt for zsh". A bash prompt that displays information about the current git repository. In particular the branch name, difference with remote branch, number of files staged, changed, etc. The advantage of this approach is, that you only need to specify the parts, that are different to the Default theme. You can set the GIT_PROMPT_SHOW_UNTRACKED_FILES variable to no or normal to speed things up if you have lots of untracked files in your repository. This can be the case for build systems that put their build artifacts in the subdirectory structure of the git repository. Setting it to all will count all untracked files, including files listed in .gitignore. The most settings are now stored in theme files. To select a theme, set the variable GIT_PROMPT_THEME to the name of the theme located in <INSTALLDIR>/themes without the extension .bgptheme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A collection of development tools and build environments for Interix using the Microsoft compiler. Aims to facilitate interaction between Visual Studio, Microsoft build and GNU tools. Ex Visual Studio Addins, shell scripts, makefiles and library patches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    An automated system adminstration framework for any *nix operating system. Automated package and configuration management are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Bash script that uses various Linux tools regarding Java programming for PDAs and Palm devices to automate the process of creating a PRC file out of the JAVA files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JEKYLL DEPLOY ACTION

    JEKYLL DEPLOY ACTION

    Github Action to deploy the Jekyll site conveniently for GitHub Pages

    A GitHub Action to deploy the Jekyll site conveniently for GitHub Pages. As we known, GitHub Pages runs in safe mode and a set of allow-listed plugins. To use the gem in GitHub Pages, you need to build locally or use CI (e.g. travis, github workflow) and deploy to your gh-pages branch. Therefore, if you want to make Jekyll site run as if it were local, such as let the custom plugins work properly, this action can be very useful for you, because it's really convenient to build and deploy the Jekyll site to Github Pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    JHBashDebug

    Simple Bash debugger

    Simple - but complete enough - command-line Bash debugger, written as a Bash script. No installation and no root permission required: just download, put every where you prefer and use it. Bash 3 required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JViewCVS is a Java-based(JSP) web application for viewing a CVS repository. The goal of this project is to create the same functionality as viewcvs, but written in JSP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A utility that uses the shebang (hash-bang) mechanism to create self-contained executable java applications that require no support files and can be executed on the unix command line
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Jdptool is a debug and profiler tool which based on JPDA; It provide both swing based and browser based GUI. It has sophisticated debugger without user interfere. It also provide profiler to memory usage and threads with numerous new feature
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    projet Web Open Source qui permet de référencer les logiciels en langue française (style linuxapps et freshmeat). Il est conçu en PHP3 et MySql et utilise les templates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Jenkins Docker

    Jenkins Docker

    Docker jenkins repo

    The Jenkins Continuous Integration and Delivery server available on Docker Hub. The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project. If you bind mount in a volume, you can simply back up that directory (which is jenkins_home) at any time. This is highly recommended. Treat the jenkins_home directory as you would a database, in Docker you would generally put a database on a volume. If your volume is inside a container, you can use a Docker command to extract the data, or other options to find where the volume data is. Note that some symlinks on some OSes may be converted to copies (this can confuse jenkins with lastStableBuild links etc). You can define the number of executors on the Jenkins built-in node using a groovy script. By default it is set to 2 executors, but you can extend the image and change it to your desired number of executors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    It is a shell script which updates your local KDE sources with svn/cvs/cvsup and does all needed steps to build and install KDE packages including qt(-copy) and kde-i18n.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    KISS Linux

    KISS Linux

    KISS Linux - Package Manager

    KISS is a package manager for the KISS Linux distribution, emphasizing simplicity and user control. Written in POSIX shell, it provides a minimalistic approach to package management, allowing users to understand and modify the system easily. KISS avoids unnecessary complexity, focusing on transparency and maintainability.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The KISS build is a very simple build system for a entire linux(/gnu/uclibc) system It is something between an automated LSF and a gentoo distribution without adanced packaging features It consists of a simple script that download and build for you
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    KISSmenu

    KISSmenu

    KeepItSimple: organize&integrate your tools in a non-/interactive menu

    Do you have dozens of tools with dozens of parameters? KISSmenu helps you to organize them, to integrate them and to run them interactively in a terminal based menu or automatically, e.g. starting it up as a cron job. Development or tooling environment: shortcut based menu of commands, which can be used both interactively and non-interactively. Middleware: simply integrates various software through environment variables. Really simple! A 500 lines long bash script easy to maintain, fork or extend.
    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.