Showing 39 open source projects for "bash commands"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Manage Properties Better For Free Icon
    Manage Properties Better For Free

    For small to mid-sized landlords and property managers

    Innago is a free and easy-to-use property management solution. Whether you have 1 unit or 1000, student housing, or commercial properties, Innago is built for you. Our software is designed to save you time and money, so you can spend more time doing the things that matter most.
  • 1
    Bash-it

    Bash-it

    A community Bash framework

    Bash-it is a collection of community Bash commands and scripts for Bash 3.2+. Includes autocompletion, themes, aliases, custom functions, a few stolen pieces from Steve Losh, and more. Bash-it provides a solid framework for using, developing, and maintaining shell scripts and custom commands for your daily work. If you're using the Bourne Again Shell (Bash) regularly and have been looking for an easy way on how to keep all of these nice little scripts and aliases under control, then Bash...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    bash-completion

    bash-completion

    Programmable completion functions for bash

    ... it from either /etc/bashrc or ~/.bashrc (or any other file sourcing those). If you don't have the package readily available for your distribution, or you simply don't want to use one, you can install bash-completion using the standard commands for GNU Autotools packages. If you find that a given function is producing errors or does not work as it should under certain circumstances when you attempt completion, try running set -x or set -v prior to attempting the completion again.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Bats-core

    Bats-core

    Bash automated testing system

    Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. A Bats test file is a Bash script with special syntax for defining test cases. Under the hood, each test case is just a function with a description. Bats is most useful when testing software is written in Bash, but you can use it to test any UNIX program. Test cases consist of standard shell commands. Bats makes use of Bash's errexit (set -e) option when...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    i3ass

    i3ass

    A collection of shell scripts to ease the use of i3wm

    Commands to assist and extend the use of i3wm. If you are using Arch linux, you can install the i3ass package from AUR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 5
    GIT quick statistics

    GIT quick statistics

    An efficient way to access various statistics in git repository

    git-quick-stats is a simple and efficient way to access various statistics in a git repository. Any git repository may contain tons of information about commits, contributors, and files. Extracting this information is not always trivial, mostly because there are a gadzillion options to a gadzillion git commands. For those who prefer to utilize command-line options, git-quick-stats also has a non-interactive mode supporting both short and long options. You can change to the legacy color scheme...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    asdf

    asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, etc

    ...-version for smooth migration! .tool-versions to manage all your tools, runtimes, and their versions in a single, sharable place. Supports Bash, ZSH, Fish & Elvish with completions available. Provides a GitHub Action to install and utilize your .tool-versions in your CI/CD workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    IPFS Submarine

    IPFS Submarine

    Bash commands to submarine folders and files on the IPFS

    Summary: Bash scripts with commands to submarine folders and files on Ubuntu 20.04. The following repository contains helper scripts to allow you to submarine folders and files. Submarining is the process of obtaining and publishing an IPFS folder without publishing the files contained within the folder. This is useful for, for example, an NFT project using the OpenZeppelin ERC721 contract, where images are enumerated. The scripts set up two instances of the IPFS, one which is kept private...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    bcacheMonitor

    Version: 0.0.4 01/05/2023

    Bash script to monitor and adjust dirty cache size, writeback speed, bcache, device disk load. Simple to use, various options, good error handling and usage and debug information, and it can be used as a service. Example start bcacheMonitor --backend sdb --action setusage,waitlog shutdown bcacheMonitor --action sendzero setusage,waitlog Sets writeback optimizations and (default) mininum writeback rate, reads disk usage, and (deafult) sets the writeback rate so as not to overload the disks...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Automated_Quiz

    Automated_Quiz

    A Shell Script for Quizzing the whole class of students and log result

    ... size to the desired level, before using the script, to view in bigger mode. Google search for linux / cygwin / mac terminal font size to know more about it. LATEST UPDATE : The quiz.sh script is updated now to perform for the whole class of students and log the results into the Students_Score.txt file. Also see this collection of bash scripts : https://sourceforge.net/projects/bash-shell-scripting-in-minute/ and this script : https://sourceforge.net/projects/command-output-to-html-table/
    Downloads: 1 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.
  • 10
    Vessel

    Vessel

    Up and running with small Docker environments

    Vessel started as a bash script I put together to make working with Docker easier. It all started because Docker commands are cumbersome to type. You end up in the CLI pretty often when hacking on Laravel projects - a typical workflow in Laravel involves creating controllers or models, creating and running migrations, running queue workers, adding more packages, and more. I developed this workflow from my own daily use, and even created a free video series about it. However, I wanted to make...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    fff

    fff

    A simple file manager written in bash

    A simple file manager written in bash. Minimal (only requires bash and coreutils). Smooth Scrolling (using vim keybindings). Tab completion for all commands! Automatic CD on exit (see setup). Works as a file picker in vim/neovim (link)! Display images with w3m-img! Supports $CDPATH. You only need to modify the keybindings that you'd like to change from the default. fff will run perfectly fine without any of these defined. When rebinding a key in fff make sure you don't have two bindings...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    scmd

    scmd

    SCMD is a Search Command script

    SCMD stands for Search Command and it’s actually a very simple bash script that allows you to download new commands and also share your own commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Bash-Snippets

    Bash-Snippets

    A collection of small bash scripts for heavy terminal users

    A collection of small bash scripts for heavy terminal users with no dependencies. All of these scripts have been heavily tested on macOS and Linux. Most of these scripts have been tested on Windows 10 and the official developer bash instance. Does not work with Cygwin or Mysys2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    mktwpol - Tripwire Policy Generator

    Gentoo-centric script to make tripwire policy file from package lists

    The mktwpol package is a companion pair of scripts, useful to automate the installation of tripwire, create plain-text tripwire policy files, and maintain a tripwire database. twsetup.sh is a bash script for completing a first time tripwire set-up with a minimum of fuss and study. It describes what it is going to do (including showing the exact commands that will be run), then calls twadmin, mktwpol.sh and tripwire to make key files, generate tripwire policy, encrypt the policy, and make...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    GForm GUI maker

    GUI maker for linux scripting using 'pipes' for full interaction

    A GUI form maker for linux scripts. written in gambas basic , Needs the gambas3-runtime installed With GForm you can create GUI's for your scripts. Like zenity , but with much more power. With a single command you can make an interface with various controls like buttons, text fields, check boxes, etc. The interface can create a 'pipe' file that your script reads and waits for signals from the gui. it also creates a pipe file for the script to send commands to the gui to make changes. Thus...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    IP-Array

    An iptables IPv4 firewall and traffic shaping program

    A Linux IPv4 iptables firewall and traffic shaper. It allows flexible rule creation, while also shipping with presets for common needs. Rules are written in simple XML, allowing various ways to group and nest the arguments. An interactive mode is available in order to build configuration files in a wizard based manner. Extensive documentation is also included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    git-flow (AVH Edition)

    git-flow (AVH Edition)

    AVH Edition of the git extensions to provide high-level repository ops

    A collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model. This fork adds functionality not added to the original branch. For those who use the Bash or ZSH shell, you can use my fork of git-flow-completion which includes several additions for git-flow (AVH Edition), or you can use the original git-flow-completion project by bobthecow. Both offer tab-completion for git-flow subcommands and branch names with my fork including tab-completion...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    cmdok

    Command validation tool

    cmdok checks that specified commands are OK. If command is OK than it exists in PATH and can be run. It is a simple, small and portable Bash script. It is useful in software packages that want to check that some commands exist before trying to run them. See wiki for more information and examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Bash Shell Scripting in a Minute

    Bash Shell Scripting in a Minute

    Learn Bash Shell Scripting in a Minute using this Collection of Script

    Learn Bash Shell Scripting in a Minute using this Collection of Scripts, which are Real World Examples, ranging from a simple Date Based Theme to a Standalone Kiosk Type User Input Forms. The Learning is based on a "Observe and Understand Strategy", which means you run these scripts, observe their outputs, understand the script that generates them and learn the whole thing. These Scripts cover almost all the basics of bash shell scripting and summarizes them in the last script for user...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    iptables-bash_completion

    Programmable completion code (bash) for ip[6]tables (netfilter.org)

    This is the programmable completion specification (compspec) for the iptables program (netfilter.org).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    keys

    keys

    A gpg-based password manager with ncurses interface

    Keys is a little, but enough powerful, password manager for linux systems with a 'fancy' ncurses interface. It base its security around strong GPG tecnology. Keys is merely a bash script that used internal bash commands and externals ones. Keys permits to store securely your password and credentials in gpg's encrypted files, structured in a multi-level tree. With Xdotool you can also use auto-typing, a must-have feature for this kind of software. Keys currently can open (with autotyping...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    desk

    desk

    A lightweight workspace manager for the shell

    Lightweight workspace manager for the shell. Desk makes it easy to flip back and forth between different project contexts in your favorite shell. Change directory, activate a virtualenv or rvm, load in domain-specific aliases, environment variables, functions, arbitrary shell files, all in a single command. Instead of relying on CTRL-R to execute and recall ("that command's gotta be here somewhere..."), desk helps shorten and document those actions with shell aliases and functions, which are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Linux From Scratch GNU/Linux x-lfs-2010

    Linux From Scratch GNU/Linux x-lfs-2010

    LFS that builds GNU/Linux %100 NON-STOP from GNU C 4.4 - Firefox-20.0

    ...-2.5.0 cde-2.2.4*, fvwm2, firefox-6.0/20.0 lite, qt-4.7.4 lite, gnome-1.4 w/gedit, postgres, apache, php, and more. 1.5G installed, 8G w/dirty src dirs intact. Easy 1-2-3 Instruction list (just several commands) to build all 350+ NON-STOP (no known bugs) Runs Mathematica 4.0+ fully (highest/lowest ver unk). XLogin setup optional (xdm-options) Simplicity: just 394k bash with all pkg-ver specific fixes to see PREREQUISITES: linux kernel 2.6.38
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    ipset-bash-completion

    Programmable completion code (bash) for ipset (netfilter.org)

    This is the bash shell programmable completion code for the ipset program (netfilter.org).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jbh

    jbh

    Jekyll Blog Helper, a shell script to help manage a jekyll weblog site

    (JBH) Jekyll Blog Helper - A bash shell script to help manage a Jekyll weblog site. JBH provides a series of commands for performing common blogging activities within a Jekyll-managed blog. Open the script with your editor of choice and there are several settings you will need to setup for publishing to your remote server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next